Fix typo in phpdoc. props PeteMall, fixes #16120.

git-svn-id: https://develop.svn.wordpress.org/trunk@17231 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-01-06 09:06:55 +00:00
parent e82c3fd2d5
commit 02b5f977c9
1 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ function wp_version_check() {
*
* @package WordPress
* @since 2.3.0
* @uses $wp_version Used to notidy the WordPress version.
* @uses $wp_version Used to notify the WordPress version.
*
* @return mixed Returns null if update is unsupported. Returns false if check is too soon.
*/
@ -199,7 +199,7 @@ function wp_update_plugins() {
*
* @package WordPress
* @since 2.7.0
* @uses $wp_version Used to notidy the WordPress version.
* @uses $wp_version Used to notify the WordPress version.
*
* @return mixed Returns null if update is unsupported. Returns false if check is too soon.
*/