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

See #34936. See #37318.


git-svn-id: https://develop.svn.wordpress.org/trunk@38021 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2016-07-09 13:16:43 +00:00
parent 73fc7915cd
commit 16c18387ba
1 changed files with 1 additions and 1 deletions

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
*