Make WordPress Core


Ignore:
Timestamp:
09/27/2024 04:35:16 PM (3 months ago)
Author:
dmsnell
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-debug-data.php

    r59100 r59104  
    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>'
Note: See TracChangeset for help on using the changeset viewer.