Changeset 51827
- Timestamp:
- 09/20/2021 04:18:04 PM (3 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/deprecated.php
r50563 r51827 166 166 * @param string $option_group A settings group name. Should correspond to an allowed option key name. 167 167 * Default allowed option key names include 'general', 'discussion', 'media', 168 * 'reading', 'writing', 'misc', 'options', and 'privacy'.168 * 'reading', 'writing', and 'options'. 169 169 * @param string $option_name The name of an option to sanitize and save. 170 170 * @param callable $sanitize_callback A callback function that sanitizes the option's value. -
trunk/src/wp-includes/option.php
r51818 r51827 2260 2260 * @param string $option_group A settings group name. Should correspond to an allowed option key name. 2261 2261 * Default allowed option key names include 'general', 'discussion', 'media', 2262 * 'reading', 'writing', 'misc', 'options', and 'privacy'.2262 * 'reading', 'writing', and 'options'. 2263 2263 * @param string $option_name The name of an option to sanitize and save. 2264 2264 * @param array $args {
Note: See TracChangeset
for help on using the changeset viewer.