Permalinks: Improve appearance of URL examples on Permalink Settings screen.

Props luan-ramos, sarath.ar.
Fixes #41559.
Built from https://develop.svn.wordpress.org/trunk@45693


git-svn-id: http://core.svn.wordpress.org/trunk@45504 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-07-28 16:11:56 +00:00
parent b95b055225
commit 7a4d1b5dbd
5 changed files with 5 additions and 3 deletions

View File

@ -1438,6 +1438,7 @@ table.form-table td .updated p {
.form-table.permalink-structure td code {
margin-right: 32px;
display: inline-block;
}
.form-table.permalink-structure td input[type="text"] {

File diff suppressed because one or more lines are too long

View File

@ -1438,6 +1438,7 @@ table.form-table td .updated p {
.form-table.permalink-structure td code {
margin-left: 32px;
display: inline-block;
}
.form-table.permalink-structure td input[type="text"] {

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-45692';
$wp_version = '5.3-alpha-45693';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.