Changeset 1855
- Timestamp:
- 2008-03-31 13:11:50 (3 months ago)
- Location:
- MediaWiki/trunk
- Files:
-
- 2 modified
-
FCKeditorParser.body.php (modified) (1 diff)
-
mw12/FCKeditorParser_OldPP.body.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
MediaWiki/trunk/FCKeditorParser.body.php
r1851 r1855 51 51 } 52 52 53 /** 54 * Handle link to subpage if necessary 55 * @param string $target the source of the link 56 * @param string &$text the link text, modified as necessary 57 * @return string the full name of the link 58 * @private 59 */ 60 function maybeDoSubpageLink($target, &$text) { 61 return $target; 62 } 63 53 64 /** 54 65 * Callback function for custom tags: feed, ref, references etc. -
MediaWiki/trunk/mw12/FCKeditorParser_OldPP.body.php
r1851 r1855 51 51 } 52 52 53 /** 54 * Handle link to subpage if necessary 55 * @param string $target the source of the link 56 * @param string &$text the link text, modified as necessary 57 * @return string the full name of the link 58 * @private 59 */ 60 function maybeDoSubpageLink($target, &$text) { 61 return $target; 62 } 63 53 64 /** 54 65 * Callback function for custom tags: feed, ref, references etc.