User "Catrope" posted a comment on MediaWiki.r87150. Full URL: https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Special:Code/MediaWiki/87150#c16445 Commit summary:
* Get a list of all subscribed hooks, and those subscribers Essentially what SpecialVersion will give you if wgSpecialVersionShowHooks is true Comment: <pre> + 'subscribers' => $hooks, </pre> Note that the elements of <code>$hooks</code> need not be strings, they may also be objects, or arrays like <code>array( $object, 'method' )</code> or a bunch of other array formats. See [[Manual:Hooks#Writing an event handler]]. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
