r39606 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r39605‎ | r39606 | r39607 >
Date:19:48, 18 August 2008
Author:ialex
Status:old
Tags:
Comment:
* Missing svn:eol-style property on Parser_LinkHooks.php
* Fixed syntax error CoreLinkFunctions.php
Modified paths:
  • /trunk/phase3/includes/parser/CoreLinkFunctions.php (modified) (history)
  • /trunk/phase3/includes/parser/Parser_LinkHooks.php (modified) (history)

Diff [purge]

Property changes on: trunk/phase3/includes/parser/Parser_LinkHooks.php
___________________________________________________________________
Added: svn:eol-style
11 + native
Index: trunk/phase3/includes/parser/CoreLinkFunctions.php
@@ -5,11 +5,11 @@
66 * @ingroup Parser
77 */
88 class CoreLinkFunctions {
9 - static static function register( $parser ) {
 9+ static function register( $parser ) {
1010
1111
1212 }
13 -
 13+
1414 static function defaultLinkHook( $markers, Title $title, $titleText, &$displayText = null, &$leadingColon = false ) {
1515 # Warning: This hook should NEVER return true as it is the fallback
1616 # default for when other hooks return true

Status & tagging log