Property changes on: trunk/phase3/includes/parser/Parser_LinkHooks.php |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 1 | + native |
Index: trunk/phase3/includes/parser/CoreLinkFunctions.php |
— | — | @@ -5,11 +5,11 @@ |
6 | 6 | * @ingroup Parser |
7 | 7 | */ |
8 | 8 | class CoreLinkFunctions { |
9 | | - static static function register( $parser ) { |
| 9 | + static function register( $parser ) { |
10 | 10 | |
11 | 11 | |
12 | 12 | } |
13 | | - |
| 13 | + |
14 | 14 | static function defaultLinkHook( $markers, Title $title, $titleText, &$displayText = null, &$leadingColon = false ) { |
15 | 15 | # Warning: This hook should NEVER return true as it is the fallback |
16 | 16 | # default for when other hooks return true |