Changeset 1855 for MediaWiki/trunk/FCKeditorParser.body.php
- Timestamp:
- 2008-03-31 13:11:50 (5 months ago)
- Files:
-
- 1 modified
-
MediaWiki/trunk/FCKeditorParser.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.