Index: trunk/phase3/includes/WatchlistEditor.php |
— | — | @@ -414,7 +414,7 @@ |
415 | 415 | if( $title->exists() ) { |
416 | 416 | $tools[] = $skin->makeKnownLinkObj( $title, wfMsgHtml( 'history_short' ), 'action=history' ); |
417 | 417 | } |
418 | | - if( $title->getNamespace() == NS_USER && $title->getText() == $title->getBaseText() ) { |
| 418 | + if( $title->getNamespace() == NS_USER && !$title->isSubpage() ) { |
419 | 419 | $tools[] = $skin->makeKnownLinkObj( SpecialPage::getTitleFor( 'Contributions' ), wfMsgHtml( 'contributions' ), 'target=' . $title->getPartialUrl() ); |
420 | 420 | } |
421 | 421 | return '<li>' |