Index: trunk/phase3/includes/Linker.php |
— | — | @@ -867,7 +867,7 @@ |
868 | 868 | * a message key from the link text. |
869 | 869 | * Usage example: $skin->specialLink( 'recentchanges' ) |
870 | 870 | * |
871 | | - * @return bool |
| 871 | + * @return string |
872 | 872 | */ |
873 | 873 | static function specialLink( $name, $key = '' ) { |
874 | 874 | if ( $key == '' ) { |