Ticket #40455: 40455.diff
File 40455.diff, 713 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/option.php
1641 1641 * @see set_transient() 1642 1642 * 1643 1643 * @param string $transient Transient name. Expected to not be SQL-escaped. Must be 1644 * 40characters or fewer in length.1644 * 167 characters or fewer in length. 1645 1645 * @param mixed $value Transient value. Expected to not be SQL-escaped. 1646 1646 * @param int $expiration Optional. Time until expiration in seconds. Default 0 (no expiration). 1647 1647 * @return bool False if value was not set and true if value was set.