mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-01 11:14:36 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user