Administration: Don't apply italic formatting to code blocks in setting descriptions.

Props chetan200891

Fixes #42651

Built from https://develop.svn.wordpress.org/trunk@45389


git-svn-id: http://core.svn.wordpress.org/trunk@45200 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2019-05-23 23:14:53 +00:00
parent 75a8adb0eb
commit 239a159ad2
5 changed files with 11 additions and 3 deletions

View File

@ -1034,6 +1034,10 @@ span.description,
font-style: italic;
}
p.description code {
font-style: normal;
}
.form-wrap .form-field {
margin: 1em 0;
padding: 0;

File diff suppressed because one or more lines are too long

View File

@ -1034,6 +1034,10 @@ span.description,
font-style: italic;
}
p.description code {
font-style: normal;
}
.form-wrap .form-field {
margin: 1em 0;
padding: 0;

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-alpha-45388';
$wp_version = '5.3-alpha-45389';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.