Docs: Add missing @since tags for functions in wp-admin/includes/update.php.

Props sathyapulse, zodiac1978.
Fixes #48777.

git-svn-id: https://develop.svn.wordpress.org/trunk@46763 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2019-11-23 18:49:59 +00:00
parent c5d880c616
commit fec3976927
2 changed files with 45 additions and 9 deletions
+4
View File
@@ -24,6 +24,10 @@ if ( ! current_user_can( 'update_core' ) && ! current_user_can( 'update_themes'
}
/**
* Lists available core updates.
*
* @since 2.7.0
*
* @global string $wp_local_package
* @global wpdb $wpdb WordPress database abstraction object.
*