Skip to content

Commit

Permalink
Update to WordPress 5.7.1. For more information, see https://wordpres…
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantheon Automation authored and greg-1-anderson committed Apr 15, 2021
1 parent e887a9c commit 8450036
Show file tree
Hide file tree
Showing 175 changed files with 495 additions and 403 deletions.
43 changes: 38 additions & 5 deletions wp-admin/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<div class="about__header">
<div class="about__header-image">
<img alt="<?php _e( 'Code is Poetry' ); ?>" src="images/about-badge.svg" />
<img alt="<?php _e( 'Code is Poetry' ); ?>" src="<?php echo admin_url( 'images/about-badge.svg' ); ?>" />
</div>

<div class="about__header-title">
Expand Down Expand Up @@ -64,6 +64,39 @@
</div>
</div>

<hr />

<div class="about__section changelog">
<div class="column has-border has-subtle-background-color">
<h2 class="is-smaller-heading"><?php _e( 'Maintenance and Security Releases' ); ?></h2>
<p>
<?php
printf(
/* translators: 1: WordPress version number, 2: Plural number of bugs. More than one security issue. */
_n(
'<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
'<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.',
26
),
'5.7.1',
number_format_i18n( 26 )
);
?>
<?php
printf(
/* translators: %s: HelpHub URL. */
__( 'For more information, see <a href="%s">the release notes</a>.' ),
sprintf(
/* translators: %s: WordPress version. */
esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
sanitize_title( '5.7.1' )
)
);
?>
</p>
</div>
</div>

<hr class="is-large" />

<div class="about__section has-2-columns">
Expand All @@ -90,7 +123,7 @@
<div class="column about__image">
<video controls>
<source src="https://s.w.org/images/core/5.7/about-57-drag-drop-image.mp4" type="video/mp4" />
<source src="https://s.w.org/images/core/5.7/about-57-drag-drop-image.mp4" type="video/webm" />
<source src="https://s.w.org/images/core/5.7/about-57-drag-drop-image.webm" type="video/webm" />
</video>
</div>
</div>
Expand Down Expand Up @@ -179,8 +212,8 @@
<div class="about__section has-subtle-background-color">
<div class="column about__image">
<picture>
<source media="(max-width: 600px)" srcset="images/about-color-palette-vert.svg" />
<img alt="" src="images/about-color-palette.svg" />
<source media="(max-width: 600px)" srcset="<?php echo admin_url( 'images/about-color-palette-vert.svg' ); ?>" />
<img alt="" src="<?php echo admin_url( 'images/about-color-palette.svg' ); ?>" />
</picture>
</div>
</div>
Expand Down Expand Up @@ -239,7 +272,7 @@
<?php require_once ABSPATH . 'wp-admin/admin-footer.php'; ?>

<script>
wp.domReady( function() {
window.addEventListener( 'load', function() {
var createElement = wp.element.createElement;
var Fragment = wp.element.Fragment;
var render = wp.element.render;
Expand Down
2 changes: 1 addition & 1 deletion wp-admin/credits.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<div class="about__header">
<div class="about__header-image">
<img alt="<?php _e( 'Code is Poetry' ); ?>" src="images/about-badge.svg" />
<img alt="<?php _e( 'Code is Poetry' ); ?>" src="<?php echo admin_url( 'images/about-badge.svg' ); ?>" />
</div>

<div class="about__header-container">
Expand Down
2 changes: 1 addition & 1 deletion wp-admin/css/about-rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wp-admin/css/about.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions wp-admin/css/color-picker-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,16 @@
}

.wp-color-picker::-webkit-input-placeholder {
color: #787c82;
color: #646970;
}

.wp-color-picker::-moz-placeholder {
color: #787c82;
color: #646970;
opacity: 1;
}

.wp-color-picker:-ms-input-placeholder {
color: #787c82;
color: #646970;
}

.wp-picker-container input[type="text"].iris-error {
Expand Down
2 changes: 1 addition & 1 deletion wp-admin/css/color-picker-rtl.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions wp-admin/css/color-picker.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,16 +102,16 @@
}

.wp-color-picker::-webkit-input-placeholder {
color: #787c82;
color: #646970;
}

.wp-color-picker::-moz-placeholder {
color: #787c82;
color: #646970;
opacity: 1;
}

.wp-color-picker:-ms-input-placeholder {
color: #787c82;
color: #646970;
}

.wp-picker-container input[type="text"].iris-error {
Expand Down
2 changes: 1 addition & 1 deletion wp-admin/css/color-picker.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wp-admin/css/colors/blue/colors-rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wp-admin/css/colors/blue/colors.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wp-admin/css/colors/coffee/colors-rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wp-admin/css/colors/coffee/colors.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wp-admin/css/colors/ectoplasm/colors-rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wp-admin/css/colors/ectoplasm/colors.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wp-admin/css/colors/light/colors-rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wp-admin/css/colors/light/colors.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wp-admin/css/colors/midnight/colors-rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wp-admin/css/colors/midnight/colors.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wp-admin/css/colors/modern/colors-rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wp-admin/css/colors/modern/colors.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wp-admin/css/colors/ocean/colors-rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wp-admin/css/colors/ocean/colors.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wp-admin/css/colors/sunrise/colors-rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wp-admin/css/colors/sunrise/colors.min.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions wp-admin/css/common-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ th.action-links {
top: -1px;
padding: 4px 10px;
border-radius: 30px;
background: #787c82;
background: #646970;
color: #fff;
font-size: 14px;
font-weight: 600;
Expand Down Expand Up @@ -1119,7 +1119,7 @@ th.action-links {
.wp-filter .drawer-toggle:before {
content: "\f111";
margin: 0 0 0 5px;
color: #787c82;
color: #646970;
font: normal 16px/1 dashicons;
vertical-align: text-bottom;
-webkit-font-smoothing: antialiased;
Expand Down Expand Up @@ -1174,13 +1174,13 @@ th.action-links {

.show-filters .wp-filter .button.drawer-toggle {
border-radius: 2px;
background: #787c82;
background: #646970;
color: #fff;
}

.show-filters .wp-filter .drawer-toggle:hover,
.show-filters .wp-filter .drawer-toggle:focus {
background: #72aee6;
background: #2271b1;
}

.show-filters .wp-filter .drawer-toggle:before {
Expand Down
2 changes: 1 addition & 1 deletion wp-admin/css/common-rtl.min.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions wp-admin/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ th.action-links {
top: -1px;
padding: 4px 10px;
border-radius: 30px;
background: #787c82;
background: #646970;
color: #fff;
font-size: 14px;
font-weight: 600;
Expand Down Expand Up @@ -1118,7 +1118,7 @@ th.action-links {
.wp-filter .drawer-toggle:before {
content: "\f111";
margin: 0 5px 0 0;
color: #787c82;
color: #646970;
font: normal 16px/1 dashicons;
vertical-align: text-bottom;
-webkit-font-smoothing: antialiased;
Expand Down Expand Up @@ -1173,13 +1173,13 @@ th.action-links {

.show-filters .wp-filter .button.drawer-toggle {
border-radius: 2px;
background: #787c82;
background: #646970;
color: #fff;
}

.show-filters .wp-filter .drawer-toggle:hover,
.show-filters .wp-filter .drawer-toggle:focus {
background: #72aee6;
background: #2271b1;
}

.show-filters .wp-filter .drawer-toggle:before {
Expand Down
2 changes: 1 addition & 1 deletion wp-admin/css/common.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions wp-admin/css/customize-controls-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -2604,7 +2604,7 @@ body.adding-widget .add-new-widget:before,
height: 30px;
line-height: 2.1;
text-align: center;
color: #787c82;
color: #646970;
}

#available-widgets-filter .clear-results,
Expand Down Expand Up @@ -2672,7 +2672,7 @@ body.adding-widget .add-new-widget:before,
top: 7px;
right: 26px;
z-index: 1;
color: #787c82;
color: #646970;
height: 30px;
width: 30px;
line-height: 2;
Expand Down
2 changes: 1 addition & 1 deletion wp-admin/css/customize-controls-rtl.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions wp-admin/css/customize-controls.css
Original file line number Diff line number Diff line change
Expand Up @@ -2603,7 +2603,7 @@ body.adding-widget .add-new-widget:before,
height: 30px;
line-height: 2.1;
text-align: center;
color: #787c82;
color: #646970;
}

#available-widgets-filter .clear-results,
Expand Down Expand Up @@ -2671,7 +2671,7 @@ body.adding-widget .add-new-widget:before,
top: 7px;
left: 26px;
z-index: 1;
color: #787c82;
color: #646970;
height: 30px;
width: 30px;
line-height: 2;
Expand Down
2 changes: 1 addition & 1 deletion wp-admin/css/customize-controls.min.css

Large diffs are not rendered by default.

11 changes: 5 additions & 6 deletions wp-admin/css/customize-widgets-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
#customize-theme-controls .move-widget-area {
display: none;
background: #fff;
border: 1px solid #dcdcde;
border: 1px solid #c3c4c7;
border-top: none;
cursor: auto;
}
Expand All @@ -164,7 +164,7 @@
margin: 0;
padding: 13px 42px 15px 15px;
color: #50575e;
border-top: 1px solid #f0f0f1;
border-top: 1px solid #c3c4c7;
cursor: pointer;
-webkit-user-select: none;
-ms-user-select: none;
Expand All @@ -183,13 +183,12 @@
}

#customize-theme-controls .widget-area-select li:last-child {
border-bottom: 1px solid #f0f0f1;
border-bottom: 1px solid #c3c4c7;
}

#customize-theme-controls .widget-area-select .selected {
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
background: #72aee6;
background: #2271b1;
}

#customize-theme-controls .widget-area-select .selected:before {
Expand Down Expand Up @@ -262,7 +261,7 @@

#available-widgets .widget .widget-description {
padding: 0;
color: #787c82;
color: #646970;
}

#customize-preview {
Expand Down
Loading

0 comments on commit 8450036

Please sign in to comment.