Docs: Miscellaneous formatting corrections for docblocks.

See #53399

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


git-svn-id: http://core.svn.wordpress.org/trunk@50908 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2021-07-01 21:10:56 +00:00
parent 79685db062
commit 9146628ae1
10 changed files with 51 additions and 51 deletions

View File

@@ -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' ) ) {