Index: trunk/phase3/languages/Language.php |
— | — | @@ -2967,18 +2967,6 @@ |
2968 | 2968 | } |
2969 | 2969 | |
2970 | 2970 | /** |
2971 | | - * Does it make sense for lists to be split up into sections based on their |
2972 | | - * first letter? Logogram-based scripts probably want to return false. |
2973 | | - * |
2974 | | - * TODO: Use this in CategoryPage.php. |
2975 | | - * |
2976 | | - * @return boolean |
2977 | | - */ |
2978 | | - public function usesFirstLettersInLists() { |
2979 | | - return true; |
2980 | | - } |
2981 | | - |
2982 | | - /** |
2983 | 2971 | * Given a string, return the logical "first letter" to be used for |
2984 | 2972 | * grouping on category pages and so on. This has to be coordinated |
2985 | 2973 | * carefully with convertToSortkey(), or else the sorted list might jump |
— | — | @@ -2997,7 +2985,6 @@ |
2998 | 2986 | * * [[Ape]] |
2999 | 2987 | * |
3000 | 2988 | * etc., assuming for the sake of argument that $wgCapitalLinks is false. |
3001 | | - * Obviously, this is ignored if usesFirstLettersInLists() is false. |
3002 | 2989 | * |
3003 | 2990 | * @param string $string UTF-8 string |
3004 | 2991 | * @return string UTF-8 string corresponding to the first letter of input |