From 2702fd12cf00013b857da10e17fe07c6cf25cae0 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 6 Oct 2015 18:11:24 +0000 Subject: [PATCH] Transients: Clarify the `expiration_of_site_transient_$transient` filter description. See #21330. Built from https://develop.svn.wordpress.org/trunk@34878 git-svn-id: http://core.svn.wordpress.org/trunk@34843 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/option.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/option.php b/wp-includes/option.php index 2112970871..562e23ce9d 100644 --- a/wp-includes/option.php +++ b/wp-includes/option.php @@ -1603,7 +1603,7 @@ function set_site_transient( $transient, $value, $expiration = 0 ) { $expiration = (int) $expiration; /** - * Filter the expiration for a transient before its value is set. + * Filter the expiration for a site transient before its value is set. * * The dynamic portion of the hook name, `$transient`, refers to the transient name. * diff --git a/wp-includes/version.php b/wp-includes/version.php index ab08ff0b7d..94182472ee 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34877'; +$wp_version = '4.4-alpha-34878'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.