mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 05:04:31 +00:00
Site Health: Merge two similar strings explaining what drop-in plugins are.
Props garrett-eclipse, ramiy, Clorith. Fixes #47247. git-svn-id: https://develop.svn.wordpress.org/trunk@45905 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -123,7 +123,11 @@ class WP_Debug_Data {
|
||||
$info['wp-dropins'] = array(
|
||||
'label' => __( 'Drop-ins' ),
|
||||
'show_count' => true,
|
||||
'description' => __( 'Drop-ins are single files that replace or enhance WordPress features in ways that are not possible for traditional plugins.' ),
|
||||
'description' => sprintf(
|
||||
/* 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>'
|
||||
),
|
||||
'fields' => array(),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user