Index: trunk/extensions/UserContactLinks/UserContactLinks.php |
— | — | @@ -16,7 +16,6 @@ |
17 | 17 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
18 | 18 | */ |
19 | 19 | |
20 | | -global $wgHooks, $wgOut; |
21 | 20 | $wgHooks['ParserAfterStrip'][] = 'parseUserSignatures'; |
22 | 21 | $wgExtensionCredits['parserhook'][] = array( |
23 | 22 | 'path' => __FILE__, |