mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
Docs: Adjust some deprecated function DocBlocks per the [https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/#1-2-deprecated-functions documentation standards].
This ensures the replacement functions are linked correctly in the WordPress Code Reference. Follow-up to [38515], [43548], [49992], [51348], [51586], [52757], [53082]. See #54729. git-svn-id: https://develop.svn.wordpress.org/trunk@53086 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -549,7 +549,7 @@ function wpmu_current_site() {
|
||||
* Retrieve an object containing information about the requested network.
|
||||
*
|
||||
* @since 3.9.0
|
||||
* @deprecated 4.7.0 Use `get_network()`
|
||||
* @deprecated 4.7.0 Use get_network()
|
||||
* @see get_network()
|
||||
*
|
||||
* @internal In 4.6.0, converted to use get_network()
|
||||
|
||||
Reference in New Issue
Block a user