mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-15 14:20:24 +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:
@@ -20,7 +20,7 @@
|
||||
* This function is deprecated, and cannot be used on PHP >= 8.1.
|
||||
*
|
||||
* @since 4.9.0
|
||||
* @deprecated 5.9.0 Use `wp_readonly` introduced in 5.9.0.
|
||||
* @deprecated 5.9.0 Use wp_readonly() introduced in 5.9.0.
|
||||
*
|
||||
* @see wp_readonly()
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user