Index: trunk/extensions/ReplaceText/ReplaceText.php |
— | — | @@ -23,7 +23,7 @@ |
24 | 24 | $wgExtensionCredits['specialpage'][] = array( |
25 | 25 | 'path' => __FILE__, |
26 | 26 | 'name' => 'Replace Text', |
27 | | - 'version' => '0.8.1', |
| 27 | + 'version' => '0.9', |
28 | 28 | 'author' => array( 'Yaron Koren', 'Niklas Laxström' ), |
29 | 29 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Replace_Text', |
30 | 30 | 'descriptionmsg' => 'replacetext-desc', |
— | — | @@ -45,7 +45,7 @@ |
46 | 46 | $wgAutoloadClasses['ReplaceText'] = $rtgIP . 'SpecialReplaceText.php'; |
47 | 47 | $wgAutoloadClasses['ReplaceTextJob'] = $rtgIP . 'ReplaceTextJob.php'; |
48 | 48 | |
49 | | -// This function should really go into a "ReplaceText_body.php" file... |
| 49 | +// This function should really go into a "ReplaceText_body.php" file. |
50 | 50 | function rtAddToAdminLinks( &$admin_links_tree ) { |
51 | 51 | $general_section = $admin_links_tree->getSection( wfMsg( 'adminlinks_general' ) ); |
52 | 52 | $extensions_row = $general_section->getRow( 'extensions' ); |
Index: trunk/extensions/ReplaceText/README |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | Replace Text Extension |
3 | 3 | |
4 | | - Version 0.8.1 |
| 4 | + Version 0.9 |
5 | 5 | Yaron Koren and Niklas Laxström |
6 | 6 | |
7 | 7 | This is free software licenced under the GNU General Public Licence. Please |