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:
Sergey Biryukov
2022-04-06 15:18:08 +00:00
parent f187393d0a
commit 6620cef12d
4 changed files with 27 additions and 15 deletions
+1 -1
View File
@@ -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()