Index: trunk/extensions/MassEditRegex/MassEditRegex.i18n.php |
— | — | @@ -15,7 +15,7 @@ |
16 | 16 | 'masseditregex-desc' => 'Use regular expressions to [[Special:MassEditRegex|edit many pages in one operation]]', |
17 | 17 | 'masseditregextext' => 'Enter one or more regular expressions (one per line) for matching, and one or more expressions to replace each match with. |
18 | 18 | The first match-expression, if successful, will be replaced with the first replace-expression, and so on. |
19 | | -See the PHP function preg_replace() for details.', |
| 19 | +See [http://php.net/manual/en/function.preg-replace.php the PHP function preg_replace()] for details.', |
20 | 20 | 'masseditregex-pagelisttxt' => 'Pages to edit:', |
21 | 21 | 'masseditregex-matchtxt' => 'Search for:', |
22 | 22 | 'masseditregex-replacetxt' => 'Replace with:', |