Fix dumb mistake -- changed function names partway through writing Nickname and forgot to update a couple places. :)

This commit is contained in:
Brion Vibber
2010-12-01 11:21:00 -08:00
parent 0410462c4b
commit f68d4e7d06
3 changed files with 4 additions and 4 deletions

View File

@@ -124,7 +124,7 @@ require_once 'markdown.php';
* note that it includes the [] and repeating bits, so should be wrapped
* directly in a capture paren usually.
*
* For validation, use Nickname::validate() etc.
* For validation, use Nickname::normalize(), Nickname::isValid() etc.
*
* @deprecated
*/