mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
Docs: Descriptive improvements and corrections for various docblocks.
See #53399 git-svn-id: https://develop.svn.wordpress.org/trunk@51300 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -675,7 +675,7 @@ function wp_start_object_cache() {
|
||||
* @since 5.8.0
|
||||
*
|
||||
* @param bool $enable_object_cache Whether to enable loading object-cache.php (if present).
|
||||
* Default true.
|
||||
* Default true.
|
||||
*/
|
||||
if ( $first_init && apply_filters( 'enable_loading_object_cache_dropin', true ) ) {
|
||||
if ( ! function_exists( 'wp_cache_init' ) ) {
|
||||
|
||||
Reference in New Issue
Block a user