mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +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
@ -842,7 +842,7 @@ class WP_Debug_Data {
|
||||
'label' => __( 'Drop-ins' ),
|
||||
'show_count' => true,
|
||||
'description' => sprintf(
|
||||
/* translators: %s: wp-content directory name. */
|
||||
/* translators: %s: wp-content directory name. */
|
||||
__( 'Drop-ins are single files, found in the %s directory, that replace or enhance WordPress features in ways that are not possible for traditional plugins.' ),
|
||||
'<code>' . str_replace( ABSPATH, '', WP_CONTENT_DIR ) . '</code>'
|
||||
),
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @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.
|
||||
|
Loading…
Reference in New Issue
Block a user