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:
parent
1036637afc
commit
c009abcc98
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
|
@ -74,7 +74,7 @@ wp_debug_mode();
|
||||||
* Filters whether to enable loading of the advanced-cache.php drop-in.
|
* 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
|
* 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
|
* @since 4.6.0
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue