Index: trunk/phase3/includes/specials/SpecialSearch.php |
— | — | @@ -290,6 +290,7 @@ |
291 | 291 | wfRunHooks( 'SpecialSearchNoResults', array( $term ) ); |
292 | 292 | } |
293 | 293 | |
| 294 | + $wgOut->parserOptions()->setEditSection( false ); |
294 | 295 | if( $titleMatches ) { |
295 | 296 | if( $numTitleMatches > 0 ) { |
296 | 297 | $wgOut->wrapWikiMsg( "==$1==\n", 'titlematches' ); |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -42,6 +42,7 @@ |
43 | 43 | * (bug 26379) importImages.php gives more descriptive error message on failure. |
44 | 44 | * (Bug 26410) + signs are no longer treated as spaces in internal links if |
45 | 45 | link has a % sign in it. |
| 46 | +* (Bug 26412) Search results headers no longer show a bogus edit link. |
46 | 47 | |
47 | 48 | === API changes in 1.18 === |
48 | 49 | * (bug 26339) Throw warning when truncating an overlarge API result |