mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00: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:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user