Build/Test Tools: Revert [55137].

This changeset resulted in some unexpected JavaScript validation failures.

See #57555.
Built from https://develop.svn.wordpress.org/trunk@55139


git-svn-id: http://core.svn.wordpress.org/trunk@54672 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2023-01-25 20:22:12 +00:00
parent 652f2244c6
commit adbfbb6bfb
9 changed files with 9 additions and 5 deletions

View File

@ -3161,6 +3161,7 @@ img {
font-family: Consolas, Monaco, monospace; font-family: Consolas, Monaco, monospace;
font-size: 13px; font-size: 13px;
background: #f6f7f7; background: #f6f7f7;
-o-tab-size: 4;
tab-size: 4; tab-size: 4;
} }

File diff suppressed because one or more lines are too long

View File

@ -3160,6 +3160,7 @@ img {
font-family: Consolas, Monaco, monospace; font-family: Consolas, Monaco, monospace;
font-size: 13px; font-size: 13px;
background: #f6f7f7; background: #f6f7f7;
-o-tab-size: 4;
tab-size: 4; tab-size: 4;
} }

File diff suppressed because one or more lines are too long

View File

@ -1605,6 +1605,7 @@ p.customize-section-description {
font-family: Consolas, Monaco, monospace; font-family: Consolas, Monaco, monospace;
font-size: 12px; font-size: 12px;
padding: 6px 8px; padding: 6px 8px;
-o-tab-size: 2;
tab-size: 2; tab-size: 2;
} }
.customize-control-code_editor textarea, .customize-control-code_editor textarea,

File diff suppressed because one or more lines are too long

View File

@ -1604,6 +1604,7 @@ p.customize-section-description {
font-family: Consolas, Monaco, monospace; font-family: Consolas, Monaco, monospace;
font-size: 12px; font-size: 12px;
padding: 6px 8px; padding: 6px 8px;
-o-tab-size: 2;
tab-size: 2; tab-size: 2;
} }
.customize-control-code_editor textarea, .customize-control-code_editor textarea,

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '6.2-alpha-55138'; $wp_version = '6.2-alpha-55139';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.