Add `<code>` tag missed in [35440].
See #34498. Built from https://develop.svn.wordpress.org/trunk@35441 git-svn-id: http://core.svn.wordpress.org/trunk@35405 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
58db99b512
commit
87105cdf24
|
@ -531,7 +531,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
|||
$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>.' ),
|
||||
"define('" . $dropins[ $plugin_file ][1] . "', true);"
|
||||
"<code>define('" . $dropins[ $plugin_file ][1] . "', true);</code>"
|
||||
) . '</p>';
|
||||
}
|
||||
if ( $plugin_data['Description'] )
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-beta2-35440';
|
||||
$wp_version = '4.4-beta2-35441';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue