Ticket #13310: 13310-docs.diff
| File 13310-docs.diff, 670 bytes (added by , 10 years ago) |
|---|
-
wp-includes/option.php
670 670 * @since 2.8.0 671 671 * 672 672 * @param string $transient Transient name. Expected to not be SQL-escaped. Must be 673 * 45characters or fewer in length.673 * 172 characters or fewer in length. 674 674 * @param mixed $value Transient value. Must be serializable if non-scalar. 675 675 * Expected to not be SQL-escaped. 676 676 * @param int $expiration Optional. Time until expiration in seconds. Default 0.