Index: trunk/extensions/OnlineStatus/OnlineStatus.php |
— | — | @@ -143,7 +143,6 @@ |
144 | 144 | |
145 | 145 | /** |
146 | 146 | * Extension function |
147 | | - * Only called if $wgAllowAnyUserOnlineStatusFunction is true |
148 | 147 | */ |
149 | 148 | static function Setup() { |
150 | 149 | global $wgParser; |
— | — | @@ -152,7 +151,6 @@ |
153 | 152 | |
154 | 153 | /** |
155 | 154 | * Hook for ParserFirstCallInit |
156 | | - * Only called if $wgAllowAnyUserOnlineStatusFunction is true |
157 | 155 | */ |
158 | 156 | static function ParserFirstCallInit( $parser ){ |
159 | 157 | global $wgAllowAnyUserOnlineStatusFunction; |