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:
parent
c0828c77d0
commit
9c688c637d
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue