From c41e36b3c4a0e2fc83580f1971e62e150f0a05e2 Mon Sep 17 00:00:00 2001 From: dmsnell Date: Fri, 27 Sep 2024 16:37:18 +0000 Subject: [PATCH] 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 --- wp-admin/includes/class-wp-debug-data.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/class-wp-debug-data.php b/wp-admin/includes/class-wp-debug-data.php index 496a6da34a..ba6d10ea32 100644 --- a/wp-admin/includes/class-wp-debug-data.php +++ b/wp-admin/includes/class-wp-debug-data.php @@ -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.' ), '' . str_replace( ABSPATH, '', WP_CONTENT_DIR ) . '' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 4be0491105..6bd77bac73 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.