mirror of
https://github.com/WordPress/WordPress.git
synced 2024-10-30 15:31:04 +01:00
WP_Debug_Data: Formatting update to code in wp-dropins
method.
Resolves an indentation issue introduced while extracting the `wp-dropins` data into a separate method from the main `debug_data()` method. Developed in https://github.com/wordpress/wordpress-develop/pull/7446 Discussed in https://core.trac.wordpress.org/ticket/61648 Follow-up to [59100]. Props mukesh27. See #61648. Built from https://develop.svn.wordpress.org/trunk@59104 git-svn-id: http://core.svn.wordpress.org/trunk@58500 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
11e422b785
commit
c41e36b3c4
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.7-alpha-59103';
|
$wp_version = '6.7-alpha-59104';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user