Index: trunk/phase3/includes/api/ApiFormatBase.php |
— | — | @@ -265,8 +265,6 @@ |
266 | 266 | $text = preg_replace( "#(($protos).*?)(")?([ \\'\"<>\n]|<|>|")#", '<a href="\\1">\\1</a>\\3\\4', $text ); |
267 | 267 | // identify requests to api.php |
268 | 268 | $text = preg_replace( "#api\\.php\\?[^ \\()<\n\t]+#", '<a href="\\0">\\0</a>', $text ); |
269 | | - // identify requests to index.php |
270 | | - $text = preg_replace( "#index\\.php\\?[^ \\()<\n\t]+#", '<a href="\\0">\\0</a>', $text ); |
271 | 269 | if ( $this->mHelp ) { |
272 | 270 | // make strings inside * bold |
273 | 271 | $text = preg_replace( "#\\*[^<>\n]+\\*#", '<b>\\0</b>', $text ); |