Make the 'comment' cache group persistent.
'comment' was made non-persistent in [7986], to address the difficulty of reliable cache invalidation. Since then, the comment system has improved such that we can be more confident that caches are being busted as needed. Props spacedmonkey. Fixes #36906. Built from https://develop.svn.wordpress.org/trunk@37613 git-svn-id: http://core.svn.wordpress.org/trunk@37581 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.6-alpha-37612';
|
||||
$wp_version = '4.6-alpha-37613';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
||||
Reference in New Issue
Block a user