Changeset 48121 for trunk/src/wp-admin/includes/deprecated.php
- Timestamp:
- 06/22/2020 05:24:34 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/deprecated.php
r48109 r48121 160 160 * @see register_setting() 161 161 * 162 * @param string $option_group A settings group name. Should correspond to a whitelisted option key name.163 * Default whitelisted option key names include 'general', 'discussion', 'media',162 * @param string $option_group A settings group name. Should correspond to an allowed option key name. 163 * Default allowed option key names include 'general', 'discussion', 'media', 164 164 * 'reading', 'writing', 'misc', 'options', and 'privacy'. 165 165 * @param string $option_name The name of an option to sanitize and save. … … 1531 1531 } 1532 1532 1533 parent::__construct( $args ); 1533 parent::__construct( $args ); 1534 1534 } 1535 1535 }
Note: See TracChangeset
for help on using the changeset viewer.