WP_Hook: Re-initialize any actions added directly to $wp_filter by advanced-cache.php.

Props dd32, ocean90.
Fixes #38929.

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


git-svn-id: http://core.svn.wordpress.org/trunk@39309 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dion Hulse
2016-11-29 05:37:41 +00:00
parent f346a9d70c
commit 88a72182ca
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.8-alpha-39367';
$wp_version = '4.8-alpha-39369';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.