Docs: Further corrections and promotions for docblocks relating to object types.

See #50768


git-svn-id: https://develop.svn.wordpress.org/trunk@49197 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2020-10-18 20:52:01 +00:00
parent 89a402c49c
commit ef8b5078f6
10 changed files with 29 additions and 29 deletions

View File

@@ -517,8 +517,8 @@ function ms_not_installed( $domain, $path ) {
* @since 3.0.0
* @deprecated 3.9.0 Use get_current_site() instead.
*
* @param object $current_site
* @return object
* @param WP_Network $current_site
* @return WP_Network
*/
function get_current_site_name( $current_site ) {
_deprecated_function( __FUNCTION__, '3.9.0', 'get_current_site()' );
@@ -535,9 +535,9 @@ function get_current_site_name( $current_site ) {
* @since 3.0.0
* @deprecated 3.9.0
*
* @global object $current_site
* @global WP_Network $current_site
*
* @return object
* @return WP_Network
*/
function wpmu_current_site() {
global $current_site;