Add $expiration as a parameter to the pre_set_transient_{$transient} filter.

Props mgibbs189
Fixes #30576

Built from https://develop.svn.wordpress.org/trunk@31414


git-svn-id: http://core.svn.wordpress.org/trunk@31395 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2015-02-11 17:12:26 +00:00
parent cd4fc46cf2
commit 4d12ccadd8
2 changed files with 7 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31413';
$wp_version = '4.2-alpha-31414';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.