Index: trunk/extensions/AddThis/AddThis.body.php |
— | — | @@ -52,7 +52,7 @@ |
53 | 53 | if ( $wgAddThisHeader ) { |
54 | 54 | # Check if article is mainpage set by [[MediaWiki:Mainpage]] |
55 | 55 | if ( $wgRequest->getText( 'title' ) == str_replace( ' ', '_', wfMsg( 'mainpage' ) ) ) { |
56 | | - # Check setting to enable/disable article header toolbar on mainpage |
| 56 | + # Check setting to enable/disable article header toolbar on mainpage |
57 | 57 | if( !$wgAddThisMain ) { |
58 | 58 | return true; |
59 | 59 | } |