Skip to content

Commit 2550224

Browse files
committed
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 #7446 Discussed in https://core.trac.wordpress.org/ticket/61648 Follow-up to [59100]. Props mukesh27. See #61648. git-svn-id: https://develop.svn.wordpress.org/trunk@59104 602fd350-edb4-49c9-b593-d223f7449a82
1 parent aa75e02 commit 2550224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/includes/class-wp-debug-data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ public static function get_wp_dropins(): array {
842842
'label' => __( 'Drop-ins' ),
843843
'show_count' => true,
844844
'description' => sprintf(
845-
/* translators: %s: wp-content directory name. */
845+
/* translators: %s: wp-content directory name. */
846846
__( '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.' ),
847847
'<code>' . str_replace( ABSPATH, '', WP_CONTENT_DIR ) . '</code>'
848848
),

0 commit comments

Comments
 (0)