Changeset 47611 for trunk/src/wp-includes/option.php
- Timestamp:
- 04/22/2020 10:29:34 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/option.php
r47550 r47611 453 453 * 454 454 * @param string $option Name of option to add. Expected to not be SQL-escaped. 455 * @param mixed $value Optional. Option value. Must be serializable if non-scalar. Expected to not be SQL-escaped. 455 * @param mixed $value Optional. Option value. Must be serializable if non-scalar. 456 * Expected to not be SQL-escaped. 456 457 * @param string $deprecated Optional. Description. Not used anymore. 457 458 * @param string|bool $autoload Optional. Whether to load the option when WordPress starts up. … … 748 749 * @since 2.8.0 749 750 * 750 * @param string $transient Transient name. Expected to not be SQL-escaped. Must be751 * 172 characters or fewer in length.751 * @param string $transient Transient name. Expected to not be SQL-escaped. 752 * Must be 172 characters or fewer in length. 752 753 * @param mixed $value Transient value. Must be serializable if non-scalar. 753 754 * Expected to not be SQL-escaped.
Note: See TracChangeset
for help on using the changeset viewer.