Index: trunk/phase3/includes/Title.php |
— | — | @@ -4180,6 +4180,9 @@ |
4181 | 4181 | * viewed? In particular, this function may be used to determine if |
4182 | 4182 | * links to the title should be rendered as "bluelinks" (as opposed to |
4183 | 4183 | * "redlinks" to non-existent pages). |
| 4184 | + * Adding something else to this function will cause inconsistency |
| 4185 | + * since LinkHolderArray calls isAlwaysKnown() and does its own |
| 4186 | + * page existence check. |
4184 | 4187 | * |
4185 | 4188 | * @return Bool |
4186 | 4189 | */ |