Remove contentsub "rclsub", it is useless because it is already in the page title
authorRaimond Spekking <raymond@users.mediawiki.org>
Wed, 12 Dec 2007 07:46:14 +0000 (07:46 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Wed, 12 Dec 2007 07:46:14 +0000 (07:46 +0000)
includes/SpecialRecentchangeslinked.php
languages/messages/MessagesEn.php
maintenance/language/messages.inc

index df7335a..ffb0a4d 100644 (file)
@@ -36,7 +36,6 @@ function wfSpecialRecentchangeslinked( $par = NULL ) {
        $id = $nt->getArticleId();
 
        $wgOut->setPageTitle( wfMsg( 'recentchangeslinked-title', $nt->getPrefixedText() ) );
-       $wgOut->setSubtitle( htmlspecialchars( wfMsg( 'rclsub', $nt->getPrefixedText() ) ) );
        $wgOut->setSyndicated();
        $wgOut->setFeedAppendQuery( "target=" . urlencode( $target ) );
 
index d2808ce..d5b4807 100644 (file)
@@ -1700,7 +1700,6 @@ The [http://meta.wikimedia.org/wiki/Help:Job_queue job queue] length is '''\$7''
 'specialpages-summary'            => '', # only translate this message to other languages if you have to change it
 'spheading'                       => 'Special pages for all users',
 'restrictedpheading'              => 'Restricted special pages',
-'rclsub'                          => '(to pages linked from "$1")',
 'newpages'                        => 'New pages',
 'newpages-summary'                => '', # only translate this message to other languages if you have to change it
 'newpages-username'               => 'Username:',
index bd362e7..1c4c6e1 100644 (file)
@@ -1075,7 +1075,6 @@ $wgMessageStructure = array(
                'specialpages-summary',
                'spheading',
                'restrictedpheading',
-               'rclsub',
                'newpages',
                'newpages-summary',
                'newpages-username',