Changeset 40603 for trunk/src/wp-includes/option.php
- Timestamp:
- 05/10/2017 06:09:36 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/option.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/option.php
r40432 r40603 1872 1872 * 1873 1873 * @type string $type The type of data associated with this setting. 1874 * Valid values are 'string', 'boolean', 'integer', and 'number'. 1874 1875 * @type string $description A description of the data attached to this setting. 1875 1876 * @type callable $sanitize_callback A callback function that sanitizes the option's value.
Note: See TracChangeset
for help on using the changeset viewer.