Index: trunk/extensions/FlaggedRevs/FlaggedRevs.php |
— | — | @@ -640,7 +640,7 @@ |
641 | 641 | $value = false; |
642 | 642 | } |
643 | 643 | |
644 | | - wfProfileOut( $fname ); |
| 644 | + wfProfileOut( __METHOD__ ); |
645 | 645 | |
646 | 646 | return $value; |
647 | 647 | } |
— | — | @@ -903,7 +903,7 @@ |
904 | 904 | $linksUpdate->mInterlangs[$key] = $title; |
905 | 905 | } |
906 | 906 | |
907 | | - wfProfileOut( $fname ); |
| 907 | + wfProfileOut( __METHOD__ ); |
908 | 908 | return true; |
909 | 909 | } |
910 | 910 | |
Index: trunk/extensions/FlaggedRevs/FlaggedRevsPage_body.php |
— | — | @@ -818,7 +818,6 @@ |
819 | 819 | function formatResult( $skin, $result ) { |
820 | 820 | global $wgLang; |
821 | 821 | |
822 | | - $fname = 'UnreviewedPagesPage::formatResult'; |
823 | 822 | $title = Title::makeTitle( $result->ns, $result->title ); |
824 | 823 | $link = $skin->makeKnownLinkObj( $title ); |
825 | 824 | $stxt = $review = ''; |