Docs: Fix a typo in the hook doc description for the `enable_loading_advanced_cache_dropin` run-time filter.

See #34936. See #37318.

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


git-svn-id: http://core.svn.wordpress.org/trunk@37962 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-07-09 13:17:30 +00:00
parent 1036637afc
commit c009abcc98
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.6-beta2-38020';
$wp_version = '4.6-beta2-38021';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

View File

@ -74,7 +74,7 @@ wp_debug_mode();
* Filters whether to enable loading of the advanced-cache.php drop-in.
*
* This filter runs before it can be used by plugins. It is designed for non-web
* run-times. If false is returned, advance-cache.php will never be loaded.
* run-times. If false is returned, advanced-cache.php will never be loaded.
*
* @since 4.6.0
*