Docs: Correct the format of some comments per the documentation standards.
Follow-up to [10357], [10939], [43309], [51003], [51266], [51653], [51738], [52110]. See #53399. Built from https://develop.svn.wordpress.org/trunk@52352 git-svn-id: http://core.svn.wordpress.org/trunk@51944 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -426,7 +426,7 @@ function wp_debug_mode() {
|
||||
* Filters whether to allow the debug mode check to occur.
|
||||
*
|
||||
* This filter runs before it can be used by plugins. It is designed for
|
||||
* non-web run-times. Returning false causes the `WP_DEBUG` and related
|
||||
* non-web runtimes. Returning false causes the `WP_DEBUG` and related
|
||||
* constants to not be checked and the default PHP values for errors
|
||||
* will be used unless you take care to update them yourself.
|
||||
*
|
||||
@@ -673,7 +673,7 @@ function wp_start_object_cache() {
|
||||
* 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.
|
||||
* runtimes. If false is returned, object-cache.php will never be loaded.
|
||||
*
|
||||
* @since 5.8.0
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user