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:
parent
75a8adb0eb
commit
239a159ad2
|
@ -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
|
@ -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
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue