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

git-svn-id: http://svn.automattic.com/wordpress/trunk@17231 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2011-01-06 09:06:55 +00:00
parent c0828c77d0
commit 9c688c637d
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.
*/