first letter lowercase
This commit is contained in:
parent
981c252b0d
commit
7dcb3eaf38
1 changed files with 2 additions and 2 deletions
|
|
@ -51,11 +51,11 @@ function wfSpecialRecentchangeslinked( $par = NULL ) {
|
|||
$hideminor = ($hideminor ? 1 : 0);
|
||||
if ( $hideminor ) {
|
||||
$mlink = $sk->makeKnownLink( $wgContLang->specialPage( 'Recentchangeslinked' ),
|
||||
WfMsg( 'show' ), 'target=' . htmlspecialchars( $nt->getPrefixedURL() ) .
|
||||
wfMsg( 'show' ), 'target=' . htmlspecialchars( $nt->getPrefixedURL() ) .
|
||||
"&days={$days}&limit={$limit}&hideminor=0" );
|
||||
} else {
|
||||
$mlink = $sk->makeKnownLink( $wgContLang->specialPage( "Recentchangeslinked" ),
|
||||
WfMsg( "hide" ), "target=" . htmlspecialchars( $nt->getPrefixedURL() ) .
|
||||
wfMsg( "hide" ), "target=" . htmlspecialchars( $nt->getPrefixedURL() ) .
|
||||
"&days={$days}&limit={$limit}&hideminor=1" );
|
||||
}
|
||||
if ( $hideminor ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue