Changeset 40603
- Timestamp:
- 05/10/2017 06:09:36 AM (7 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/meta.php
r39066 r40603 975 975 * 976 976 * @type string $type The type of data associated with this meta key. 977 * Valid values are 'string', 'boolean', 'integer', and 'number'. 977 978 * @type string $description A description of the data attached to this meta key. 978 979 * @type bool $single Whether the meta key has one value per object, or an array of values per object. -
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.