Docs: Various docblock corrections for code added in 5.8.

Props johnbillion.
See #53461.
Built from https://develop.svn.wordpress.org/trunk@51221


git-svn-id: http://core.svn.wordpress.org/trunk@50830 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj
2021-06-23 19:05:57 +00:00
parent a048ac3ccd
commit fccc020d29
14 changed files with 99 additions and 114 deletions

View File

@@ -667,7 +667,7 @@ function wp_start_object_cache() {
// Only perform the following checks once.
/**
* Filters whether to enable loading of the objectcache.php drop-in.
* Filters whether to enable loading of the object-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, object-cache.php will never be loaded.