From 38b4099237117bed6249003544824eebdf1253ee Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 11 Sep 2015 15:09:13 +0000 Subject: [PATCH] Update the length limit in `set_transient()` docs after [34030]. Props OriginalEXE. Fixes #13310. git-svn-id: https://develop.svn.wordpress.org/trunk@34045 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/option.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/option.php b/src/wp-includes/option.php index 5749f8b775..ab8f81b875 100644 --- a/src/wp-includes/option.php +++ b/src/wp-includes/option.php @@ -670,7 +670,7 @@ function get_transient( $transient ) { * @since 2.8.0 * * @param string $transient Transient name. Expected to not be SQL-escaped. Must be - * 45 characters or fewer in length. + * 172 characters or fewer in length. * @param mixed $value Transient value. Must be serializable if non-scalar. * Expected to not be SQL-escaped. * @param int $expiration Optional. Time until expiration in seconds. Default 0.