mirror of
git://develop.git.wordpress.org/
synced 2025-02-24 08:33:35 +01:00
Replace a second instance of <code>
in translatable string left in [35440].
Props ramiy. See #34498. git-svn-id: https://develop.svn.wordpress.org/trunk@35445 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
dfd5f4c188
commit
bb045e4e3c
@ -529,9 +529,10 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
||||
} else {
|
||||
$is_active = false;
|
||||
$description = '<p><strong>' . $dropins[ $plugin_file ][0] . ' <span class="error-message">' . __( 'Inactive:' ) . '</span></strong> ' .
|
||||
/* translators: %s: drop-in constant name */
|
||||
sprintf( __( 'Requires %s in <code>wp-config.php</code>.' ),
|
||||
"<code>define('" . $dropins[ $plugin_file ][1] . "', true);</code>"
|
||||
/* translators: 1: drop-in constant name, 2: wp-config.php */
|
||||
sprintf( __( 'Requires %1$s in %2$s file.' ),
|
||||
"<code>define('" . $dropins[ $plugin_file ][1] . "', true);</code>",
|
||||
'<code>wp-config.php</code>'
|
||||
) . '</p>';
|
||||
}
|
||||
if ( $plugin_data['Description'] )
|
||||
|
Loading…
x
Reference in New Issue
Block a user