mirror of
git://develop.git.wordpress.org/
synced 2025-03-24 22:10:02 +01:00
Docs: Add @since
notes to register_setting()
for the deprecated misc
and privacy
option groups.
Follow-up to [13745], [13746], [13749], [21838], [51827]. See #53399. git-svn-id: https://develop.svn.wordpress.org/trunk@51832 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
81ade4da65
commit
0f0089391b
@ -2250,6 +2250,8 @@ function register_initial_settings() {
|
||||
* Registers a setting and its data.
|
||||
*
|
||||
* @since 2.7.0
|
||||
* @since 3.0.0 The `misc` option group was deprecated.
|
||||
* @since 3.5.0 The `privacy` option group was deprecated.
|
||||
* @since 4.7.0 `$args` can be passed to set flags on the setting, similar to `register_meta()`.
|
||||
* @since 5.5.0 `$new_whitelist_options` was renamed to `$new_allowed_options`.
|
||||
* Please consider writing more inclusive code.
|
||||
|
Loading…
x
Reference in New Issue
Block a user