* (bug 16281) Show copyright system message on special pages
Patch by Jools Wills
This commit is contained in:
parent
1d4ff61553
commit
4e907bc018
3 changed files with 2 additions and 6 deletions
1
CREDITS
1
CREDITS
|
|
@ -83,6 +83,7 @@ following names for their contribution to the product.
|
|||
* Jeremy Baron
|
||||
* Jidanni
|
||||
* Jimmy Xu
|
||||
* Jools Wills
|
||||
* Karun Dambietz
|
||||
* Kim Hyun-Joon
|
||||
* liangent
|
||||
|
|
|
|||
|
|
@ -296,6 +296,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
|
|||
stops normal output
|
||||
* Send new password e-mail in users preference language
|
||||
* LanguageConverter now support nested using of manual convert syntax like "-{-{}-}-"
|
||||
* (bug 16281) Show copyright system message on special pages
|
||||
|
||||
=== Bug fixes in 1.16 ===
|
||||
|
||||
|
|
|
|||
|
|
@ -423,12 +423,6 @@ class SkinTemplate extends Skin {
|
|||
|
||||
$tpl->setRef( 'credits', $this->credits );
|
||||
|
||||
} elseif ( isset( $oldid ) && !isset( $diff ) ) {
|
||||
$tpl->set( 'copyright', $this->getCopyright() );
|
||||
$tpl->set( 'viewcount', false );
|
||||
$tpl->set( 'lastmod', false );
|
||||
$tpl->set( 'credits', false );
|
||||
$tpl->set( 'numberofwatchingusers', false );
|
||||
} else {
|
||||
$tpl->set( 'copyright', false );
|
||||
$tpl->set( 'viewcount', false );
|
||||
|
|
|
|||
Loading…
Reference in a new issue