Index: trunk/phase3/includes/ImagePage.php |
— | — | @@ -107,11 +107,6 @@ |
108 | 108 | $wgOut->setRobotPolicy( 'noindex,nofollow' ); |
109 | 109 | $wgOut->setPageTitle( $this->mTitle->getPrefixedText() ); |
110 | 110 | $this->viewUpdates(); |
111 | | - |
112 | | - # And also show "redirected from" message |
113 | | - $sk = $wgUser->getSkin(); |
114 | | - $redir = $sk->makeKnownLinkObj( $this->mRedirectedFrom, '', 'redirect=no' ); |
115 | | - $wgOut->setSubtitle( wfMsgExt( 'redirectedfrom', array( 'parseinline', 'replaceafter' ), $redir ) ); |
116 | 111 | } |
117 | 112 | |
118 | 113 | # Show shared description, if needed |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -461,7 +461,6 @@ |
462 | 462 | file extension (e.g. Foo. jpg). |
463 | 463 | * Ensure that all HTML id's begin with a letter as required by XHTML standard |
464 | 464 | * Image moving over an existing file no longer throws a database error |
465 | | -* (bug 14117) Image redirects from the shared repo now show "redirected from" |
466 | 465 | * (bug 16786) Restored "redundant" links recently removed from Classic sidebar |
467 | 466 | |
468 | 467 | |