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
This commit is contained in:
Sergey Biryukov 2015-10-06 18:11:24 +00:00
parent e237e59172
commit 2702fd12cf
2 changed files with 2 additions and 2 deletions

View File

@ -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.
*

View File

@ -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.