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:
parent
e237e59172
commit
2702fd12cf
|
@ -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.
|
||||
*
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue