mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 21:08:44 +01:00
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:
parent
e82c3fd2d5
commit
02b5f977c9
@ -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…
x
Reference in New Issue
Block a user