Index: trunk/extensions/AddThis/AddThis.body.php |
— | — | @@ -29,7 +29,7 @@ |
30 | 30 | global $wgAddThis, $wgAddThispubid, $wgAddThisHServ, $wgAddThisBackground, $wgAddThisBorder; |
31 | 31 | |
32 | 32 | # Localisation for "Share" |
33 | | - $share = wfMsgExt( 'addthis', escape ); |
| 33 | + $share = wfMsgExt( 'addthis', 'escape' ); |
34 | 34 | |
35 | 35 | # Output AddThis widget |
36 | 36 | $output ='<!-- AddThis Button BEGIN --> |
— | — | @@ -70,7 +70,7 @@ |
71 | 71 | } |
72 | 72 | |
73 | 73 | # Localisation for "Share" |
74 | | - $share = wfMsgExt( 'addthis', escape ); |
| 74 | + $share = wfMsgExt( 'addthis', 'escape' ); |
75 | 75 | |
76 | 76 | # Output AddThis widget |
77 | 77 | $wgOut->addHTML('<!-- AddThis Button BEGIN --> |
Index: trunk/extensions/AddThis/AddThis.php |
— | — | @@ -171,7 +171,7 @@ |
172 | 172 | 'service' => 'stumbleupon', |
173 | 173 | ), |
174 | 174 | array( |
175 | | - 'service' => 'digg', |
| 175 | + 'service' => 'reddit', |
176 | 176 | ), |
177 | 177 | array( |
178 | 178 | 'service' => 'email', |