Compare commits
43 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
95929621e8 | ||
|
|
e3194da7eb | ||
|
|
2df5a45321 | ||
|
|
cbd492abd3 | ||
|
|
a3c199b473 | ||
|
|
50f2f05956 | ||
|
|
affedce0a8 | ||
|
|
684ef4e3a7 | ||
|
|
4315d85d65 | ||
|
|
6a63bf0361 | ||
|
|
c4999912e7 | ||
|
|
6e45fa6779 | ||
|
|
dbfcb74609 | ||
|
|
6b8460ee43 | ||
|
|
7a64dfb557 | ||
|
|
5bb75cf4fd | ||
|
|
f6a419e564 | ||
|
|
49d9d2dc57 | ||
|
|
61461dfa07 | ||
|
|
6faaa121a8 | ||
|
|
bd7d21bc49 | ||
|
|
cfce1bcf97 | ||
|
|
0eb803e871 | ||
|
|
fc5723d396 | ||
|
|
8cf11a944f | ||
|
|
c1c7188c8a | ||
|
|
4ef44b9ab0 | ||
|
|
90c221a67c | ||
|
|
ad85b0fe1d | ||
|
|
b967202110 | ||
|
|
e256b2897b | ||
|
|
303034e393 | ||
|
|
7b8b2a7f5c | ||
|
|
18987f840c | ||
|
|
7b82b8fd18 | ||
|
|
7ab695d1d6 | ||
|
|
d8a0523887 | ||
|
|
e81b064b0b | ||
|
|
22eb801023 | ||
|
|
37b995b2bb | ||
|
|
7bde97c5d1 | ||
|
|
65463622a1 | ||
|
|
e58fe38b12 |
@@ -50,6 +50,31 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||
|
||||
<div class="changelog point-releases">
|
||||
<h3><?php _e( 'Maintenance and Security Releases' ); ?></h3>
|
||||
<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.',
|
||||
29
|
||||
),
|
||||
'5.2.3',
|
||||
number_format_i18n( 29 )
|
||||
);
|
||||
?>
|
||||
<?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.2.3' )
|
||||
)
|
||||
);
|
||||
?>
|
||||
</p>
|
||||
<p>
|
||||
<?php
|
||||
printf(
|
||||
@@ -151,7 +176,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||
</div>
|
||||
<div class="column is-vertically-aligned-center">
|
||||
<h3><?php _e( 'PHP Error Protection' ); ?></h3>
|
||||
<p><?php _e( 'This administrator-focused update will let you safely fix or manage fatal errors without requiring developer time. It features better handling of the so-called “white screen of death”, and a way to enter recovery mode, which pauses error-causing plugins or themes.' ); ?></p>
|
||||
<p><?php _e( 'This administrator-focused update will let you safely fix or manage fatal errors without requiring a developer. It features better handling of the so-called “white screen of death”, and a way to enter recovery mode, which pauses error-causing plugins or themes.' ); ?></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ if ( defined( 'ABSPATH' ) ) {
|
||||
|
||||
require_once( ABSPATH . 'wp-admin/admin.php' );
|
||||
|
||||
header( 'Content-Type: text/html; charset=' . get_option( 'blog_charset' ) );
|
||||
header( 'Content-Type: text/plain; charset=' . get_option( 'blog_charset' ) );
|
||||
|
||||
if ( isset( $_REQUEST['action'] ) && 'upload-attachment' === $_REQUEST['action'] ) {
|
||||
include( ABSPATH . 'wp-admin/includes/ajax-actions.php' );
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
/* rtl:ignore */
|
||||
.wp-color-picker {
|
||||
width: 80px;
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
.wp-picker-container .hidden {
|
||||
@@ -39,7 +41,7 @@
|
||||
border-right: 1px solid #999;
|
||||
}
|
||||
|
||||
.wp-picker-containers {
|
||||
.wp-picker-container {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
||||
2
wp-admin/css/color-picker-rtl.min.css
vendored
2
wp-admin/css/color-picker-rtl.min.css
vendored
@@ -1,2 +1,2 @@
|
||||
/*! This file is auto-generated */
|
||||
.wp-color-picker{width:80px}.wp-picker-container .hidden{display:none}.wp-picker-container .wp-color-result.button{height:24px;margin:0 0 6px 6px;padding:0 30px 0 0;font-size:11px}.wp-color-result-text{background:#f7f7f7;border-radius:2px 0 0 2px;border-right:1px solid #ccc;color:#555;display:block;line-height:2;padding:0 6px;text-align:center}.wp-color-result:focus,.wp-color-result:hover{background:#fafafa;border-color:#999;color:#23282d}.wp-color-result:focus:after,.wp-color-result:hover:after{color:#23282d;border-color:#a0a5aa;border-right:1px solid #999}.wp-picker-containers{display:inline-block}.wp-color-result:focus{border-color:#5b9dd9;box-shadow:0 0 3px rgba(0,115,170,.8)}.wp-color-result:active{transform:none!important}.wp-picker-open+.wp-picker-input-wrap{display:inline-block;vertical-align:top}.wp-picker-input-wrap label{display:inline-block;vertical-align:top}.form-table .wp-picker-input-wrap label{margin:0!important}.wp-customizer .wp-picker-input-wrap .button,.wp-picker-input-wrap .button{margin-right:6px}.wp-picker-container .iris-square-slider .ui-slider-handle:focus{background-color:#555}.wp-picker-container .iris-picker{border-radius:0;border-color:#ddd;margin-top:6px}.wp-picker-container input[type=text].wp-color-picker{width:65px;font-size:12px;font-family:monospace;line-height:1.4;margin:0;vertical-align:top}.wp-color-picker::-webkit-input-placeholder{color:#72777c}.wp-color-picker::-moz-placeholder{color:#72777c;opacity:1}.wp-color-picker:-ms-input-placeholder{color:#72777c}.wp-picker-container input[type=text].iris-error{background-color:#ffebe8;border-color:#c00;color:#000}.iris-picker .iris-strip .ui-slider-handle:focus,.iris-picker .ui-square-handle:focus{box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.iris-picker .iris-palette:focus{box-shadow:inset 0 0 5px rgba(0,0,0,.4),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}@media screen and (max-width:782px){.wp-picker-container input[type=text].wp-color-picker{width:80px;padding:6px 5px 5px;font-size:16px;line-height:1.15}.wp-customizer .wp-picker-container input[type=text].wp-color-picker{padding:5px 5px 4px}.wp-picker-container .wp-color-result.button{height:auto;padding:0 40px 0 0;font-size:14px;line-height:2.1}.wp-customizer .wp-picker-container .wp-color-result.button{font-size:13px;line-height:2}.wp-picker-container .wp-color-result-text{padding:0 14px;font-size:inherit;line-height:inherit}.wp-customizer .wp-picker-container .wp-color-result-text{padding:0 10px}}@media screen and (max-width:640px){.wp-customizer .wp-picker-container .wp-color-result.button{font-size:14px;line-height:2.1}.wp-customizer .wp-picker-container input[type=text].wp-color-picker{padding:6px 5px}}
|
||||
.wp-color-picker{width:80px;direction:ltr}.wp-picker-container .hidden{display:none}.wp-picker-container .wp-color-result.button{height:24px;margin:0 0 6px 6px;padding:0 30px 0 0;font-size:11px}.wp-color-result-text{background:#f7f7f7;border-radius:2px 0 0 2px;border-right:1px solid #ccc;color:#555;display:block;line-height:2;padding:0 6px;text-align:center}.wp-color-result:focus,.wp-color-result:hover{background:#fafafa;border-color:#999;color:#23282d}.wp-color-result:focus:after,.wp-color-result:hover:after{color:#23282d;border-color:#a0a5aa;border-right:1px solid #999}.wp-picker-container{display:inline-block}.wp-color-result:focus{border-color:#5b9dd9;box-shadow:0 0 3px rgba(0,115,170,.8)}.wp-color-result:active{transform:none!important}.wp-picker-open+.wp-picker-input-wrap{display:inline-block;vertical-align:top}.wp-picker-input-wrap label{display:inline-block;vertical-align:top}.form-table .wp-picker-input-wrap label{margin:0!important}.wp-customizer .wp-picker-input-wrap .button,.wp-picker-input-wrap .button{margin-right:6px}.wp-picker-container .iris-square-slider .ui-slider-handle:focus{background-color:#555}.wp-picker-container .iris-picker{border-radius:0;border-color:#ddd;margin-top:6px}.wp-picker-container input[type=text].wp-color-picker{width:65px;font-size:12px;font-family:monospace;line-height:1.4;margin:0;vertical-align:top}.wp-color-picker::-webkit-input-placeholder{color:#72777c}.wp-color-picker::-moz-placeholder{color:#72777c;opacity:1}.wp-color-picker:-ms-input-placeholder{color:#72777c}.wp-picker-container input[type=text].iris-error{background-color:#ffebe8;border-color:#c00;color:#000}.iris-picker .iris-strip .ui-slider-handle:focus,.iris-picker .ui-square-handle:focus{box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.iris-picker .iris-palette:focus{box-shadow:inset 0 0 5px rgba(0,0,0,.4),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}@media screen and (max-width:782px){.wp-picker-container input[type=text].wp-color-picker{width:80px;padding:6px 5px 5px;font-size:16px;line-height:1.15}.wp-customizer .wp-picker-container input[type=text].wp-color-picker{padding:5px 5px 4px}.wp-picker-container .wp-color-result.button{height:auto;padding:0 40px 0 0;font-size:14px;line-height:2.1}.wp-customizer .wp-picker-container .wp-color-result.button{font-size:13px;line-height:2}.wp-picker-container .wp-color-result-text{padding:0 14px;font-size:inherit;line-height:inherit}.wp-customizer .wp-picker-container .wp-color-result-text{padding:0 10px}}@media screen and (max-width:640px){.wp-customizer .wp-picker-container .wp-color-result.button{font-size:14px;line-height:2.1}.wp-customizer .wp-picker-container input[type=text].wp-color-picker{padding:6px 5px}}
|
||||
@@ -1,5 +1,7 @@
|
||||
/* rtl:ignore */
|
||||
.wp-color-picker {
|
||||
width: 80px;
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
.wp-picker-container .hidden {
|
||||
@@ -39,7 +41,7 @@
|
||||
border-left: 1px solid #999;
|
||||
}
|
||||
|
||||
.wp-picker-containers {
|
||||
.wp-picker-container {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
||||
2
wp-admin/css/color-picker.min.css
vendored
2
wp-admin/css/color-picker.min.css
vendored
@@ -1,2 +1,2 @@
|
||||
/*! This file is auto-generated */
|
||||
.wp-color-picker{width:80px}.wp-picker-container .hidden{display:none}.wp-picker-container .wp-color-result.button{height:24px;margin:0 6px 6px 0;padding:0 0 0 30px;font-size:11px}.wp-color-result-text{background:#f7f7f7;border-radius:0 2px 2px 0;border-left:1px solid #ccc;color:#555;display:block;line-height:2;padding:0 6px;text-align:center}.wp-color-result:focus,.wp-color-result:hover{background:#fafafa;border-color:#999;color:#23282d}.wp-color-result:focus:after,.wp-color-result:hover:after{color:#23282d;border-color:#a0a5aa;border-left:1px solid #999}.wp-picker-containers{display:inline-block}.wp-color-result:focus{border-color:#5b9dd9;box-shadow:0 0 3px rgba(0,115,170,.8)}.wp-color-result:active{transform:none!important}.wp-picker-open+.wp-picker-input-wrap{display:inline-block;vertical-align:top}.wp-picker-input-wrap label{display:inline-block;vertical-align:top}.form-table .wp-picker-input-wrap label{margin:0!important}.wp-customizer .wp-picker-input-wrap .button,.wp-picker-input-wrap .button{margin-left:6px}.wp-picker-container .iris-square-slider .ui-slider-handle:focus{background-color:#555}.wp-picker-container .iris-picker{border-radius:0;border-color:#ddd;margin-top:6px}.wp-picker-container input[type=text].wp-color-picker{width:65px;font-size:12px;font-family:monospace;line-height:1.4;margin:0;vertical-align:top}.wp-color-picker::-webkit-input-placeholder{color:#72777c}.wp-color-picker::-moz-placeholder{color:#72777c;opacity:1}.wp-color-picker:-ms-input-placeholder{color:#72777c}.wp-picker-container input[type=text].iris-error{background-color:#ffebe8;border-color:#c00;color:#000}.iris-picker .iris-strip .ui-slider-handle:focus,.iris-picker .ui-square-handle:focus{box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.iris-picker .iris-palette:focus{box-shadow:inset 0 0 5px rgba(0,0,0,.4),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}@media screen and (max-width:782px){.wp-picker-container input[type=text].wp-color-picker{width:80px;padding:6px 5px 5px;font-size:16px;line-height:1.15}.wp-customizer .wp-picker-container input[type=text].wp-color-picker{padding:5px 5px 4px}.wp-picker-container .wp-color-result.button{height:auto;padding:0 0 0 40px;font-size:14px;line-height:2.1}.wp-customizer .wp-picker-container .wp-color-result.button{font-size:13px;line-height:2}.wp-picker-container .wp-color-result-text{padding:0 14px;font-size:inherit;line-height:inherit}.wp-customizer .wp-picker-container .wp-color-result-text{padding:0 10px}}@media screen and (max-width:640px){.wp-customizer .wp-picker-container .wp-color-result.button{font-size:14px;line-height:2.1}.wp-customizer .wp-picker-container input[type=text].wp-color-picker{padding:6px 5px}}
|
||||
.wp-color-picker{width:80px;direction:ltr}.wp-picker-container .hidden{display:none}.wp-picker-container .wp-color-result.button{height:24px;margin:0 6px 6px 0;padding:0 0 0 30px;font-size:11px}.wp-color-result-text{background:#f7f7f7;border-radius:0 2px 2px 0;border-left:1px solid #ccc;color:#555;display:block;line-height:2;padding:0 6px;text-align:center}.wp-color-result:focus,.wp-color-result:hover{background:#fafafa;border-color:#999;color:#23282d}.wp-color-result:focus:after,.wp-color-result:hover:after{color:#23282d;border-color:#a0a5aa;border-left:1px solid #999}.wp-picker-container{display:inline-block}.wp-color-result:focus{border-color:#5b9dd9;box-shadow:0 0 3px rgba(0,115,170,.8)}.wp-color-result:active{transform:none!important}.wp-picker-open+.wp-picker-input-wrap{display:inline-block;vertical-align:top}.wp-picker-input-wrap label{display:inline-block;vertical-align:top}.form-table .wp-picker-input-wrap label{margin:0!important}.wp-customizer .wp-picker-input-wrap .button,.wp-picker-input-wrap .button{margin-left:6px}.wp-picker-container .iris-square-slider .ui-slider-handle:focus{background-color:#555}.wp-picker-container .iris-picker{border-radius:0;border-color:#ddd;margin-top:6px}.wp-picker-container input[type=text].wp-color-picker{width:65px;font-size:12px;font-family:monospace;line-height:1.4;margin:0;vertical-align:top}.wp-color-picker::-webkit-input-placeholder{color:#72777c}.wp-color-picker::-moz-placeholder{color:#72777c;opacity:1}.wp-color-picker:-ms-input-placeholder{color:#72777c}.wp-picker-container input[type=text].iris-error{background-color:#ffebe8;border-color:#c00;color:#000}.iris-picker .iris-strip .ui-slider-handle:focus,.iris-picker .ui-square-handle:focus{box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}.iris-picker .iris-palette:focus{box-shadow:inset 0 0 5px rgba(0,0,0,.4),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}@media screen and (max-width:782px){.wp-picker-container input[type=text].wp-color-picker{width:80px;padding:6px 5px 5px;font-size:16px;line-height:1.15}.wp-customizer .wp-picker-container input[type=text].wp-color-picker{padding:5px 5px 4px}.wp-picker-container .wp-color-result.button{height:auto;padding:0 0 0 40px;font-size:14px;line-height:2.1}.wp-customizer .wp-picker-container .wp-color-result.button{font-size:13px;line-height:2}.wp-picker-container .wp-color-result-text{padding:0 14px;font-size:inherit;line-height:inherit}.wp-customizer .wp-picker-container .wp-color-result-text{padding:0 10px}}@media screen and (max-width:640px){.wp-customizer .wp-picker-container .wp-color-result.button{font-size:14px;line-height:2.1}.wp-customizer .wp-picker-container input[type=text].wp-color-picker{padding:6px 5px}}
|
||||
@@ -2656,12 +2656,17 @@ div.action-links {
|
||||
left: 250px;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
margin-top: 10px;
|
||||
margin-left: 250px; /* FYI box */
|
||||
padding: 10px 26px;
|
||||
margin-bottom: -99939px; /* 60px less than the padding below to accommodate footer */
|
||||
padding-bottom: 99999px; /* equal height column trick */
|
||||
}
|
||||
|
||||
#section-holder .notice {
|
||||
margin: 5px 0 15px;
|
||||
}
|
||||
|
||||
#section-holder .updated {
|
||||
margin: 16px 0;
|
||||
}
|
||||
|
||||
2
wp-admin/css/common-rtl.min.css
vendored
2
wp-admin/css/common-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -2656,12 +2656,17 @@ div.action-links {
|
||||
right: 250px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
margin-top: 10px;
|
||||
margin-right: 250px; /* FYI box */
|
||||
padding: 10px 26px;
|
||||
margin-bottom: -99939px; /* 60px less than the padding below to accommodate footer */
|
||||
padding-bottom: 99999px; /* equal height column trick */
|
||||
}
|
||||
|
||||
#section-holder .notice {
|
||||
margin: 5px 0 15px;
|
||||
}
|
||||
|
||||
#section-holder .updated {
|
||||
margin: 16px 0;
|
||||
}
|
||||
|
||||
2
wp-admin/css/common.min.css
vendored
2
wp-admin/css/common.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -464,7 +464,7 @@ fieldset label,
|
||||
background-color: #eee;
|
||||
border: 1px solid #ddd;
|
||||
color: #23282d;
|
||||
margin: -1px 0 5px;
|
||||
margin: -1px 1px 5px;
|
||||
padding: 3px 5px;
|
||||
text-align: center;
|
||||
width: 25em;
|
||||
@@ -522,7 +522,7 @@ fieldset label,
|
||||
|
||||
.wp-pwd [type="text"],
|
||||
.wp-pwd [type="password"] {
|
||||
margin: 0;
|
||||
margin-bottom: 0;
|
||||
/* Same height as the buttons */
|
||||
line-height: 20px;
|
||||
min-height: 28px;
|
||||
@@ -542,10 +542,6 @@ fieldset label,
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.form-table span.description.important {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
p.search-box {
|
||||
float: left;
|
||||
margin: 0;
|
||||
|
||||
2
wp-admin/css/forms-rtl.min.css
vendored
2
wp-admin/css/forms-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -464,7 +464,7 @@ fieldset label,
|
||||
background-color: #eee;
|
||||
border: 1px solid #ddd;
|
||||
color: #23282d;
|
||||
margin: -1px 0 5px;
|
||||
margin: -1px 1px 5px;
|
||||
padding: 3px 5px;
|
||||
text-align: center;
|
||||
width: 25em;
|
||||
@@ -522,7 +522,7 @@ fieldset label,
|
||||
|
||||
.wp-pwd [type="text"],
|
||||
.wp-pwd [type="password"] {
|
||||
margin: 0;
|
||||
margin-bottom: 0;
|
||||
/* Same height as the buttons */
|
||||
line-height: 20px;
|
||||
min-height: 28px;
|
||||
@@ -542,10 +542,6 @@ fieldset label,
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.form-table span.description.important {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
p.search-box {
|
||||
float: right;
|
||||
margin: 0;
|
||||
|
||||
2
wp-admin/css/forms.min.css
vendored
2
wp-admin/css/forms.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -174,8 +174,9 @@ submit {
|
||||
.form-table input[type=text],
|
||||
.form-table input[type=email],
|
||||
.form-table input[type=url],
|
||||
.form-table input[type=password] {
|
||||
width: 206px;
|
||||
.form-table input[type=password],
|
||||
#pass-strength-result {
|
||||
width: 218px;
|
||||
}
|
||||
|
||||
.form-table th p {
|
||||
@@ -212,66 +213,6 @@ submit {
|
||||
font-family: Consolas, Monaco, monospace;
|
||||
}
|
||||
|
||||
.wp-hide-pw > .dashicons {
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
#pass-strength-result {
|
||||
background-color: #eee;
|
||||
border: 1px solid #ddd;
|
||||
color: #23282d;
|
||||
margin: -2px 0px 5px 5px;
|
||||
padding: 3px 5px;
|
||||
text-align: center;
|
||||
width: 218px;
|
||||
box-sizing: border-box;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
#pass-strength-result.short {
|
||||
background-color: #f1adad;
|
||||
border-color: #e35b5b;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#pass-strength-result.bad {
|
||||
background-color: #fbc5a9;
|
||||
border-color: #f78b53;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#pass-strength-result.good {
|
||||
background-color: #ffe399;
|
||||
border-color: #ffc733;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#pass-strength-result.strong {
|
||||
background-color: #c1e1b9;
|
||||
border-color: #83c373;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#pass1.short, #pass1-text.short {
|
||||
border-color: #e35b5b;
|
||||
}
|
||||
|
||||
#pass1.bad, #pass1-text.bad {
|
||||
border-color: #f78b53;
|
||||
}
|
||||
|
||||
#pass1.good, #pass1-text.good {
|
||||
border-color: #ffc733;
|
||||
}
|
||||
|
||||
#pass1.strong, #pass1-text.strong {
|
||||
border-color: #83c373;
|
||||
}
|
||||
|
||||
.pw-weak {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.message {
|
||||
border-right: 4px solid #dc3232;
|
||||
padding: .7em .6em;
|
||||
@@ -291,20 +232,6 @@ submit {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
#pass1-text,
|
||||
.show-password #pass1 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.show-password #pass1-text
|
||||
{
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.form-table span.description.important {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
|
||||
/* localization */
|
||||
body.rtl,
|
||||
|
||||
2
wp-admin/css/install-rtl.min.css
vendored
2
wp-admin/css/install-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -174,8 +174,9 @@ submit {
|
||||
.form-table input[type=text],
|
||||
.form-table input[type=email],
|
||||
.form-table input[type=url],
|
||||
.form-table input[type=password] {
|
||||
width: 206px;
|
||||
.form-table input[type=password],
|
||||
#pass-strength-result {
|
||||
width: 218px;
|
||||
}
|
||||
|
||||
.form-table th p {
|
||||
@@ -212,66 +213,6 @@ submit {
|
||||
font-family: Consolas, Monaco, monospace;
|
||||
}
|
||||
|
||||
.wp-hide-pw > .dashicons {
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
#pass-strength-result {
|
||||
background-color: #eee;
|
||||
border: 1px solid #ddd;
|
||||
color: #23282d;
|
||||
margin: -2px 5px 5px 0px;
|
||||
padding: 3px 5px;
|
||||
text-align: center;
|
||||
width: 218px;
|
||||
box-sizing: border-box;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
#pass-strength-result.short {
|
||||
background-color: #f1adad;
|
||||
border-color: #e35b5b;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#pass-strength-result.bad {
|
||||
background-color: #fbc5a9;
|
||||
border-color: #f78b53;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#pass-strength-result.good {
|
||||
background-color: #ffe399;
|
||||
border-color: #ffc733;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#pass-strength-result.strong {
|
||||
background-color: #c1e1b9;
|
||||
border-color: #83c373;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#pass1.short, #pass1-text.short {
|
||||
border-color: #e35b5b;
|
||||
}
|
||||
|
||||
#pass1.bad, #pass1-text.bad {
|
||||
border-color: #f78b53;
|
||||
}
|
||||
|
||||
#pass1.good, #pass1-text.good {
|
||||
border-color: #ffc733;
|
||||
}
|
||||
|
||||
#pass1.strong, #pass1-text.strong {
|
||||
border-color: #83c373;
|
||||
}
|
||||
|
||||
.pw-weak {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.message {
|
||||
border-left: 4px solid #dc3232;
|
||||
padding: .7em .6em;
|
||||
@@ -291,20 +232,6 @@ submit {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
#pass1-text,
|
||||
.show-password #pass1 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.show-password #pass1-text
|
||||
{
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.form-table span.description.important {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
|
||||
/* localization */
|
||||
body.rtl,
|
||||
|
||||
2
wp-admin/css/install.min.css
vendored
2
wp-admin/css/install.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -1,6 +1,3 @@
|
||||
@import url(forms-rtl.css);
|
||||
@import url(l10n-rtl.css);
|
||||
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
|
||||
2
wp-admin/css/login-rtl.min.css
vendored
2
wp-admin/css/login-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -1,6 +1,3 @@
|
||||
@import url(forms.css);
|
||||
@import url(l10n.css);
|
||||
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
|
||||
2
wp-admin/css/login.min.css
vendored
2
wp-admin/css/login.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -244,9 +244,9 @@ class Custom_Background {
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<h3><?php _e( 'Background Image' ); ?></h3>
|
||||
<h2><?php _e( 'Background Image' ); ?></h2>
|
||||
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row"><?php _e( 'Preview' ); ?></th>
|
||||
@@ -338,9 +338,9 @@ class Custom_Background {
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<h3><?php _e( 'Display Options' ); ?></h3>
|
||||
<h2><?php _e( 'Display Options' ); ?></h2>
|
||||
<form method="post">
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<tbody>
|
||||
<?php if ( get_background_image() ) : ?>
|
||||
<input name="background-preset" type="hidden" value="custom">
|
||||
|
||||
@@ -488,9 +488,9 @@ class Custom_Image_Header {
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<h3><?php _e( 'Header Image' ); ?></h3>
|
||||
<h2><?php _e( 'Header Image' ); ?></h2>
|
||||
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<tbody>
|
||||
|
||||
<?php if ( get_custom_header() || display_header_text() ) : ?>
|
||||
@@ -628,7 +628,7 @@ class Custom_Image_Header {
|
||||
|
||||
<form method="post" action="<?php echo esc_url( add_query_arg( 'step', 1 ) ); ?>">
|
||||
<?php submit_button( null, 'screen-reader-text', 'save-header-options', false ); ?>
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<tbody>
|
||||
<?php if ( get_uploaded_header_images() ) : ?>
|
||||
<tr>
|
||||
@@ -687,9 +687,9 @@ class Custom_Image_Header {
|
||||
|
||||
<?php if ( current_theme_supports( 'custom-header', 'header-text' ) ) : ?>
|
||||
|
||||
<h3><?php _e( 'Header Text' ); ?></h3>
|
||||
<h2><?php _e( 'Header Text' ); ?></h2>
|
||||
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row"><?php _e( 'Header Text' ); ?></th>
|
||||
|
||||
@@ -192,7 +192,7 @@ if ( $editor_styles && current_theme_supports( 'editor-styles' ) ) {
|
||||
}
|
||||
} else {
|
||||
$file = get_theme_file_path( $style );
|
||||
if ( file_exists( $file ) ) {
|
||||
if ( is_file( $file ) ) {
|
||||
$styles[] = array(
|
||||
'css' => file_get_contents( $file ),
|
||||
'baseURL' => get_theme_file_uri( $style ),
|
||||
@@ -226,6 +226,8 @@ foreach ( $image_size_names as $image_size_slug => $image_size_name ) {
|
||||
// Lock settings.
|
||||
$user_id = wp_check_post_lock( $post->ID );
|
||||
if ( $user_id ) {
|
||||
$locked = false;
|
||||
|
||||
/** This filter is documented in wp-admin/includes/post.php */
|
||||
if ( apply_filters( 'show_post_locked_dialog', true, $post, $user_id ) ) {
|
||||
$locked = true;
|
||||
|
||||
@@ -43,7 +43,7 @@ if ( 'approved' === wp_get_comment_status( $comment ) && $comment->comment_post_
|
||||
<h2 class="edit-comment-author"><?php _e( 'Author' ); ?></h2>
|
||||
<fieldset>
|
||||
<legend class="screen-reader-text"><?php _e( 'Comment Author' ); ?></legend>
|
||||
<table class="form-table editcomment">
|
||||
<table class="form-table editcomment" role="presentation">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="first"><label for="name"><?php _e( 'Name' ); ?></label></td>
|
||||
|
||||
@@ -127,7 +127,7 @@ if ( isset( $tag->name ) ) {
|
||||
$tag_name_value = esc_attr( $tag->name );
|
||||
}
|
||||
?>
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<tr class="form-field form-required term-name-wrap">
|
||||
<th scope="row"><label for="name"><?php _ex( 'Name', 'term name' ); ?></label></th>
|
||||
<td><input name="name" id="name" type="text" value="<?php echo $tag_name_value; ?>" size="40" aria-required="true" />
|
||||
|
||||
@@ -1423,6 +1423,7 @@ function wp_ajax_add_menu_item() {
|
||||
$menu_obj = get_post( $menu_item_id );
|
||||
if ( ! empty( $menu_obj->ID ) ) {
|
||||
$menu_obj = wp_setup_nav_menu_item( $menu_obj );
|
||||
$menu_obj->title = empty( $menu_obj->title ) ? __( 'Menu Item' ) : $menu_obj->title;
|
||||
$menu_obj->label = $menu_obj->title; // don't show "(pending)" in ajax-added items
|
||||
$menu_items[] = $menu_obj;
|
||||
}
|
||||
@@ -2311,7 +2312,7 @@ function wp_ajax_upload_attachment() {
|
||||
'success' => false,
|
||||
'data' => array(
|
||||
'message' => __( 'Sorry, you are not allowed to upload files.' ),
|
||||
'filename' => $_FILES['async-upload']['name'],
|
||||
'filename' => esc_html( $_FILES['async-upload']['name'] ),
|
||||
),
|
||||
)
|
||||
);
|
||||
@@ -2327,7 +2328,7 @@ function wp_ajax_upload_attachment() {
|
||||
'success' => false,
|
||||
'data' => array(
|
||||
'message' => __( 'Sorry, you are not allowed to attach files to this post.' ),
|
||||
'filename' => $_FILES['async-upload']['name'],
|
||||
'filename' => esc_html( $_FILES['async-upload']['name'] ),
|
||||
),
|
||||
)
|
||||
);
|
||||
@@ -2353,7 +2354,7 @@ function wp_ajax_upload_attachment() {
|
||||
'success' => false,
|
||||
'data' => array(
|
||||
'message' => __( 'The uploaded file is not a valid image. Please try again.' ),
|
||||
'filename' => $_FILES['async-upload']['name'],
|
||||
'filename' => esc_html( $_FILES['async-upload']['name'] ),
|
||||
),
|
||||
)
|
||||
);
|
||||
@@ -2370,7 +2371,7 @@ function wp_ajax_upload_attachment() {
|
||||
'success' => false,
|
||||
'data' => array(
|
||||
'message' => $attachment_id->get_error_message(),
|
||||
'filename' => $_FILES['async-upload']['name'],
|
||||
'filename' => esc_html( $_FILES['async-upload']['name'] ),
|
||||
),
|
||||
)
|
||||
);
|
||||
|
||||
@@ -761,7 +761,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
||||
|
||||
}
|
||||
|
||||
$requires_php = isset( $plugin['requires_php'] ) ? $plugin['requires_php'] : null;
|
||||
$requires_php = isset( $plugin_data['requires_php'] ) ? $plugin_data['requires_php'] : null;
|
||||
$compatible_php = is_php_version_compatible( $requires_php );
|
||||
$class = $is_active ? 'active' : 'inactive';
|
||||
$checkbox_id = 'checkbox_' . md5( $plugin_data['Name'] );
|
||||
|
||||
@@ -802,7 +802,7 @@ function avoid_blog_page_permalink_collision( $data, $postarr ) {
|
||||
*/
|
||||
function choose_primary_blog() {
|
||||
?>
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<tr>
|
||||
<?php /* translators: My sites label */ ?>
|
||||
<th scope="row"><label for="primary_blog"><?php _e( 'Primary Site' ); ?></label></th>
|
||||
@@ -914,7 +914,7 @@ function confirm_delete_users( $users ) {
|
||||
$site_admins = get_super_admins();
|
||||
$admin_out = '<option value="' . esc_attr( $current_user->ID ) . '">' . $current_user->user_login . '</option>';
|
||||
?>
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<?php
|
||||
foreach ( ( $allusers = (array) $_POST['allusers'] ) as $user_id ) {
|
||||
if ( $user_id != '' && $user_id != '0' ) {
|
||||
@@ -984,7 +984,7 @@ function confirm_delete_users( $users ) {
|
||||
echo '</fieldset></td></tr>';
|
||||
} else {
|
||||
?>
|
||||
<td><fieldset><p><legend><?php _e( 'User has no sites or content and will be deleted.' ); ?></legend></p>
|
||||
<td><p><?php _e( 'User has no sites or content and will be deleted.' ); ?></p></td>
|
||||
<?php } ?>
|
||||
</tr>
|
||||
<?php
|
||||
|
||||
@@ -223,7 +223,7 @@ function network_step1( $errors = false ) {
|
||||
<strong><?php _e( 'You cannot change this later.' ); ?></strong></p>
|
||||
<p><?php _e( 'You will need a wildcard DNS record if you are going to use the virtual host (sub-domain) functionality.' ); ?></p>
|
||||
<?php // @todo: Link to an MS readme? ?>
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<tr>
|
||||
<th><label><input type="radio" name="subdomain_install" value="1"<?php checked( $subdomain_install ); ?> /> <?php _e( 'Sub-domains' ); ?></label></th>
|
||||
<td>
|
||||
@@ -272,7 +272,7 @@ function network_step1( $errors = false ) {
|
||||
);
|
||||
?>
|
||||
</p>
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<tr>
|
||||
<th scope='row'><?php esc_html_e( 'Server Address' ); ?></th>
|
||||
<td>
|
||||
@@ -289,7 +289,7 @@ function network_step1( $errors = false ) {
|
||||
<?php endif; ?>
|
||||
|
||||
<h3><?php esc_html_e( 'Network Details' ); ?></h3>
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<?php if ( 'localhost' == $hostname ) : ?>
|
||||
<tr>
|
||||
<th scope="row"><?php esc_html_e( 'Sub-directory Installation' ); ?></th>
|
||||
@@ -347,18 +347,18 @@ function network_step1( $errors = false ) {
|
||||
</tr>
|
||||
<?php endif; ?>
|
||||
<tr>
|
||||
<th scope='row'><?php esc_html_e( 'Network Title' ); ?></th>
|
||||
<th scope='row'><label for="sitename"><?php esc_html_e( 'Network Title' ); ?></label></th>
|
||||
<td>
|
||||
<input name='sitename' type='text' size='45' value='<?php echo esc_attr( $site_name ); ?>' />
|
||||
<input name='sitename' id='sitename' type='text' size='45' value='<?php echo esc_attr( $site_name ); ?>' />
|
||||
<p class="description">
|
||||
<?php _e( 'What would you like to call your network?' ); ?>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope='row'><?php esc_html_e( 'Network Admin Email' ); ?></th>
|
||||
<th scope='row'><label for="email"><?php esc_html_e( 'Network Admin Email' ); ?></label></th>
|
||||
<td>
|
||||
<input name='email' type='text' size='45' value='<?php echo esc_attr( $admin_email ); ?>' />
|
||||
<input name='email' id='email' type='text' size='45' value='<?php echo esc_attr( $admin_email ); ?>' />
|
||||
<p class="description">
|
||||
<?php _e( 'Your email address.' ); ?>
|
||||
</p>
|
||||
|
||||
@@ -752,7 +752,7 @@ function install_plugin_information() {
|
||||
<?php } ?>
|
||||
<?php } ?>
|
||||
</div>
|
||||
<div id="section-holder" class="wrap">
|
||||
<div id="section-holder">
|
||||
<?php
|
||||
$requires_php = isset( $api->requires_php ) ? $api->requires_php : null;
|
||||
$requires_wp = isset( $api->requires ) ? $api->requires : null;
|
||||
|
||||
@@ -1122,7 +1122,13 @@ function do_block_editor_incompatible_meta_box( $object, $box ) {
|
||||
echo '</p>';
|
||||
}
|
||||
} elseif ( $object instanceof WP_Post ) {
|
||||
$edit_url = add_query_arg( 'classic-editor', '', get_edit_post_link( $object ) );
|
||||
$edit_url = add_query_arg(
|
||||
array(
|
||||
'classic-editor' => '',
|
||||
'classic-editor__forget' => '',
|
||||
),
|
||||
get_edit_post_link( $object )
|
||||
);
|
||||
echo '<p>';
|
||||
/* translators: %s: A link to use the Classic Editor plugin. */
|
||||
printf( __( 'Please open the <a href="%s">classic editor</a> to use this meta box.' ), esc_url( $edit_url ) );
|
||||
@@ -1605,7 +1611,7 @@ function do_settings_sections( $page ) {
|
||||
if ( ! isset( $wp_settings_fields ) || ! isset( $wp_settings_fields[ $page ] ) || ! isset( $wp_settings_fields[ $page ][ $section['id'] ] ) ) {
|
||||
continue;
|
||||
}
|
||||
echo '<table class="form-table">';
|
||||
echo '<table class="form-table" role="presentation">';
|
||||
do_settings_fields( $page, $section['id'] );
|
||||
echo '</table>';
|
||||
}
|
||||
|
||||
@@ -71,10 +71,7 @@ function display_header( $body_classes = '' ) {
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="robots" content="noindex,nofollow" />
|
||||
<title><?php _e( 'WordPress › Installation' ); ?></title>
|
||||
<?php
|
||||
wp_admin_css( 'install', true );
|
||||
wp_admin_css( 'dashicons', true );
|
||||
?>
|
||||
<?php wp_admin_css( 'install', true ); ?>
|
||||
</head>
|
||||
<body class="wp-core-ui<?php echo $body_classes; ?>">
|
||||
<p id="logo"><a href="<?php echo esc_url( __( 'https://wordpress.org/' ) ); ?>"><?php _e( 'WordPress' ); ?></a></p>
|
||||
@@ -113,7 +110,7 @@ function display_setup_form( $error = null ) {
|
||||
<p class="message"><?php echo $error; ?></p>
|
||||
<?php } ?>
|
||||
<form id="setup" method="post" action="install.php?step=2" novalidate="novalidate">
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<tr>
|
||||
<th scope="row"><label for="weblog_title"><?php _e( 'Site Title' ); ?></label></th>
|
||||
<td><input name="weblog_title" type="text" id="weblog_title" size="25" value="<?php echo esc_attr( $weblog_title ); ?>" /></td>
|
||||
@@ -142,7 +139,7 @@ function display_setup_form( $error = null ) {
|
||||
</label>
|
||||
</th>
|
||||
<td>
|
||||
<div class="">
|
||||
<div class="wp-pwd">
|
||||
<?php $initial_password = isset( $_POST['admin_password'] ) ? stripslashes( $_POST['admin_password'] ) : wp_generate_password( 18 ); ?>
|
||||
<input type="password" name="admin_password" id="pass1" class="regular-text" autocomplete="off" data-reveal="1" data-pw="<?php echo esc_attr( $initial_password ); ?>" aria-describedby="pass-strength-result" />
|
||||
<button type="button" class="button wp-hide-pw hide-if-no-js" data-start-masked="<?php echo (int) isset( $_POST['admin_password'] ); ?>" data-toggle="0" aria-label="<?php esc_attr_e( 'Hide password' ); ?>">
|
||||
|
||||
@@ -544,6 +544,7 @@
|
||||
var menuItem,
|
||||
itemName = $( '#custom-menu-item-name' ),
|
||||
itemUrl = $( '#custom-menu-item-url' ),
|
||||
url = itemUrl.val().trim(),
|
||||
urlRegex;
|
||||
|
||||
if ( ! this.currentMenuControl ) {
|
||||
@@ -567,14 +568,14 @@
|
||||
if ( '' === itemName.val() ) {
|
||||
itemName.addClass( 'invalid' );
|
||||
return;
|
||||
} else if ( ! urlRegex.test( itemUrl.val() ) ) {
|
||||
} else if ( ! urlRegex.test( url ) ) {
|
||||
itemUrl.addClass( 'invalid' );
|
||||
return;
|
||||
}
|
||||
|
||||
menuItem = {
|
||||
'title': itemName.val(),
|
||||
'url': itemUrl.val(),
|
||||
'url': url,
|
||||
'type': 'custom',
|
||||
'type_label': api.Menus.data.l10n.custom_label,
|
||||
'object': 'custom'
|
||||
@@ -3455,7 +3456,7 @@
|
||||
*/
|
||||
function displayNavMenuName( name ) {
|
||||
name = name || '';
|
||||
name = $( '<div>' ).text( name ).html(); // Emulate esc_html() which is used in wp-admin/nav-menus.php.
|
||||
name = wp.sanitize.stripTagsAndEncodeText( name ); // Remove any potential tags from name.
|
||||
name = $.trim( name );
|
||||
return name || api.Menus.data.l10n.unnamed;
|
||||
}
|
||||
|
||||
4
wp-admin/js/customize-nav-menus.min.js
vendored
4
wp-admin/js/customize-nav-menus.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -944,7 +944,7 @@
|
||||
},
|
||||
|
||||
addCustomLink : function( processMethod ) {
|
||||
var url = $('#custom-menu-item-url').val(),
|
||||
var url = $('#custom-menu-item-url').val().trim(),
|
||||
label = $('#custom-menu-item-name').val();
|
||||
|
||||
processMethod = processMethod || api.addMenuItemToBottom;
|
||||
|
||||
2
wp-admin/js/nav-menu.min.js
vendored
2
wp-admin/js/nav-menu.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -795,7 +795,9 @@ jQuery(document).ready( function($) {
|
||||
}
|
||||
|
||||
// Update "Status:" to currently selected status.
|
||||
$('#post-status-display').html($('option:selected', postStatus).text());
|
||||
$('#post-status-display').text(
|
||||
wp.sanitize.stripTagsAndEncodeText( $('option:selected', postStatus).text() ) // Remove any potential tags from post status text.
|
||||
);
|
||||
|
||||
// Show or hide the "Save Draft" button.
|
||||
if ( $('option:selected', postStatus).val() == 'private' || $('option:selected', postStatus).val() == 'publish' ) {
|
||||
|
||||
2
wp-admin/js/post.min.js
vendored
2
wp-admin/js/post.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -262,7 +262,8 @@
|
||||
|
||||
if ( 'undefined' !== typeof response.debug && window.console && window.console.log ) {
|
||||
_.map( response.debug, function( message ) {
|
||||
window.console.log( $( '<p />' ).html( message ).text() );
|
||||
// Remove all HTML tags and write a message to the console.
|
||||
window.console.log( wp.sanitize.stripTagsAndEncodeText( message ) );
|
||||
} );
|
||||
}
|
||||
};
|
||||
|
||||
4
wp-admin/js/updates.min.js
vendored
4
wp-admin/js/updates.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -18,9 +18,7 @@ header( 'Content-Type: text/html; charset=utf-8' );
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="robots" content="noindex,nofollow" />
|
||||
<title><?php _e( 'WordPress › Database Repair' ); ?></title>
|
||||
<?php
|
||||
wp_admin_css( 'install', true );
|
||||
?>
|
||||
<?php wp_admin_css( 'install', true ); ?>
|
||||
</head>
|
||||
<body class="wp-core-ui">
|
||||
<p id="logo"><a href="<?php echo esc_url( __( 'https://wordpress.org/' ) ); ?>"><?php _e( 'WordPress' ); ?></a></p>
|
||||
|
||||
@@ -148,7 +148,7 @@ if ( isset( $_GET['updated'] ) ) {
|
||||
<form method="post" action="settings.php" novalidate="novalidate">
|
||||
<?php wp_nonce_field( 'siteoptions' ); ?>
|
||||
<h2><?php _e( 'Operational Settings' ); ?></h2>
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<tr>
|
||||
<th scope="row"><label for="site_name"><?php _e( 'Network Title' ); ?></label></th>
|
||||
<td>
|
||||
@@ -188,7 +188,7 @@ if ( isset( $_GET['updated'] ) ) {
|
||||
</tr>
|
||||
</table>
|
||||
<h2><?php _e( 'Registration Settings' ); ?></h2>
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<tr>
|
||||
<th scope="row"><?php _e( 'Allow new registrations' ); ?></th>
|
||||
<?php
|
||||
@@ -277,7 +277,7 @@ if ( isset( $_GET['updated'] ) ) {
|
||||
|
||||
</table>
|
||||
<h2><?php _e( 'New Site Settings' ); ?></h2>
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
|
||||
<tr>
|
||||
<th scope="row"><label for="welcome_email"><?php _e( 'Welcome Email' ); ?></label></th>
|
||||
@@ -358,7 +358,7 @@ if ( isset( $_GET['updated'] ) ) {
|
||||
</tr>
|
||||
</table>
|
||||
<h2><?php _e( 'Upload Settings' ); ?></h2>
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<tr>
|
||||
<th scope="row"><?php _e( 'Site upload space' ); ?></th>
|
||||
<td>
|
||||
@@ -402,7 +402,7 @@ if ( isset( $_GET['updated'] ) ) {
|
||||
if ( ! empty( $languages ) || ! empty( $translations ) ) {
|
||||
?>
|
||||
<h2><?php _e( 'Language Settings' ); ?></h2>
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<tr>
|
||||
<th><label for="WPLANG"><?php _e( 'Default Language' ); ?></label></th>
|
||||
<td>
|
||||
@@ -452,16 +452,15 @@ if ( isset( $_GET['updated'] ) ) {
|
||||
*
|
||||
* @param string[] $admin_menus Associative array of the menu items available.
|
||||
*/
|
||||
$menu_items = apply_filters( 'mu_menu_items', array( 'plugins' => __( 'Plugins' ) ) );
|
||||
$fieldset_end = '';
|
||||
if ( count( (array) $menu_items ) > 1 ) {
|
||||
echo '<fieldset><legend class="screen-reader-text">' . __( 'Enable menus' ) . '</legend>';
|
||||
$fieldset_end = '</fieldset>';
|
||||
}
|
||||
$menu_items = apply_filters( 'mu_menu_items', array( 'plugins' => __( 'Plugins' ) ) );
|
||||
|
||||
echo '<fieldset><legend class="screen-reader-text">' . __( 'Enable menus' ) . '</legend>';
|
||||
|
||||
foreach ( (array) $menu_items as $key => $val ) {
|
||||
echo "<label><input type='checkbox' name='menu_items[" . $key . "]' value='1'" . ( isset( $menu_perms[ $key ] ) ? checked( $menu_perms[ $key ], '1', false ) : '' ) . ' /> ' . esc_html( $val ) . '</label><br/>';
|
||||
}
|
||||
echo $fieldset_end;
|
||||
|
||||
echo '</fieldset>';
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -152,7 +152,7 @@ if ( ! empty( $messages ) ) {
|
||||
<form method="post" action="site-info.php?action=update-site">
|
||||
<?php wp_nonce_field( 'edit-site' ); ?>
|
||||
<input type="hidden" name="id" value="<?php echo esc_attr( $id ); ?>" />
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<?php
|
||||
// The main site of the network should not be updated on this page.
|
||||
if ( $is_main_site ) :
|
||||
@@ -166,7 +166,7 @@ if ( ! empty( $messages ) ) {
|
||||
else :
|
||||
?>
|
||||
<tr class="form-field form-required">
|
||||
<th scope="row"><?php _e( 'Site Address (URL)' ); ?></th>
|
||||
<th scope="row"><label for="url"><?php _e( 'Site Address (URL)' ); ?></label></th>
|
||||
<td><input name="blog[url]" type="text" id="url" value="<?php echo $parsed_scheme . '://' . esc_attr( $details->domain ) . esc_attr( $details->path ); ?>" /></td>
|
||||
</tr>
|
||||
<?php endif; ?>
|
||||
|
||||
@@ -224,7 +224,7 @@ printf(
|
||||
</p>
|
||||
<form method="post" action="<?php echo network_admin_url( 'site-new.php?action=add-site' ); ?>" novalidate="novalidate">
|
||||
<?php wp_nonce_field( 'add-blog', '_wpnonce_add-blog' ); ?>
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<tr class="form-field form-required">
|
||||
<th scope="row"><label for="site-address"><?php _e( 'Site Address (URL)' ); ?> <span class="required">*</span></label></th>
|
||||
<td>
|
||||
@@ -281,7 +281,7 @@ printf(
|
||||
<td><input name="blog[email]" type="email" class="regular-text wp-suggest-user" id="admin-email" data-autocomplete-type="search" data-autocomplete-field="user_email" aria-describedby="site-admin-email" required /></td>
|
||||
</tr>
|
||||
<tr class="form-field">
|
||||
<td colspan="2"><p id="site-admin-email"><?php _e( 'A new user will be created if the above email address is not in the database.' ); ?><br /><?php _e( 'The username and a link to set the password will be mailed to this email address.' ); ?></p></td>
|
||||
<td colspan="2" class="td-full"><p id="site-admin-email"><?php _e( 'A new user will be created if the above email address is not in the database.' ); ?><br /><?php _e( 'The username and a link to set the password will be mailed to this email address.' ); ?></p></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
@@ -111,7 +111,7 @@ if ( ! empty( $messages ) ) {
|
||||
<form method="post" action="site-settings.php?action=update-site">
|
||||
<?php wp_nonce_field( 'edit-site' ); ?>
|
||||
<input type="hidden" name="id" value="<?php echo esc_attr( $id ); ?>" />
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<?php
|
||||
$blog_prefix = $wpdb->get_blog_prefix( $id );
|
||||
$sql = "SELECT * FROM {$blog_prefix}options
|
||||
|
||||
@@ -300,7 +300,7 @@ if ( current_user_can( 'promote_users' ) && apply_filters( 'show_network_site_us
|
||||
<h2 id="add-existing-user"><?php _e( 'Add Existing User' ); ?></h2>
|
||||
<form action="site-users.php?action=adduser" id="adduser" method="post">
|
||||
<input type="hidden" name="id" value="<?php echo esc_attr( $id ); ?>" />
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<tr>
|
||||
<th scope="row"><label for="newuser"><?php _e( 'Username' ); ?></label></th>
|
||||
<td><input type="text" class="regular-text wp-suggest-user" name="newuser" id="newuser" /></td>
|
||||
@@ -334,7 +334,7 @@ if ( current_user_can( 'create_users' ) && apply_filters( 'show_network_site_use
|
||||
<h2 id="add-new-user"><?php _e( 'Add New User' ); ?></h2>
|
||||
<form action="<?php echo network_admin_url( 'site-users.php?action=newuser' ); ?>" id="newuser" method="post">
|
||||
<input type="hidden" name="id" value="<?php echo esc_attr( $id ); ?>" />
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<tr>
|
||||
<th scope="row"><label for="user_username"><?php _e( 'Username' ); ?></label></th>
|
||||
<td><input type="text" class="regular-text" name="user[username]" id="user_username" /></td>
|
||||
@@ -354,7 +354,7 @@ if ( current_user_can( 'create_users' ) && apply_filters( 'show_network_site_use
|
||||
</select></td>
|
||||
</tr>
|
||||
<tr class="form-field">
|
||||
<td colspan="2"><?php _e( 'A password reset link will be sent to the user via email.' ); ?></td>
|
||||
<td colspan="2" class="td-full"><?php _e( 'A password reset link will be sent to the user via email.' ); ?></td>
|
||||
</tr>
|
||||
</table>
|
||||
<?php wp_nonce_field( 'add-user', '_wpnonce_add-new-user' ); ?>
|
||||
|
||||
@@ -120,7 +120,7 @@ if ( isset( $add_user_errors ) && is_wp_error( $add_user_errors ) ) {
|
||||
</div>
|
||||
<?php } ?>
|
||||
<form action="<?php echo network_admin_url( 'user-new.php?action=add-user' ); ?>" id="adduser" method="post" novalidate="novalidate">
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<tr class="form-field form-required">
|
||||
<th scope="row"><label for="username"><?php _e( 'Username' ); ?></label></th>
|
||||
<td><input type="text" class="regular-text" name="user[username]" id="username" autocapitalize="none" autocorrect="off" maxlength="60" /></td>
|
||||
@@ -130,7 +130,7 @@ if ( isset( $add_user_errors ) && is_wp_error( $add_user_errors ) ) {
|
||||
<td><input type="email" class="regular-text" name="user[email]" id="email"/></td>
|
||||
</tr>
|
||||
<tr class="form-field">
|
||||
<td colspan="2"><?php _e( 'A password reset link will be sent to the user via email.' ); ?></td>
|
||||
<td colspan="2" class="td-full"><?php _e( 'A password reset link will be sent to the user via email.' ); ?></td>
|
||||
</tr>
|
||||
</table>
|
||||
<?php
|
||||
|
||||
@@ -41,7 +41,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||
<form method="post" action="options.php">
|
||||
<?php settings_fields( 'discussion' ); ?>
|
||||
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<tr>
|
||||
<th scope="row"><?php _e( 'Default article settings' ); ?></th>
|
||||
<td><fieldset><legend class="screen-reader-text"><span><?php _e( 'Default article settings' ); ?></span></legend>
|
||||
@@ -218,15 +218,15 @@ if ( ! $show_avatars ) {
|
||||
}
|
||||
?>
|
||||
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<tr>
|
||||
<th scope="row"><?php _e( 'Avatar Display' ); ?></th>
|
||||
<td><fieldset><legend class="screen-reader-text"><span><?php _e( 'Avatar Display' ); ?></span></legend>
|
||||
<td>
|
||||
<label for="show_avatars">
|
||||
<input type="checkbox" id="show_avatars" name="show_avatars" value="1" <?php checked( $show_avatars, 1 ); ?> />
|
||||
<?php _e( 'Show Avatars' ); ?>
|
||||
</label>
|
||||
</fieldset></td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="avatar-settings<?php echo $show_avatars_class; ?>">
|
||||
<th scope="row"><?php _e( 'Maximum Rating' ); ?></th>
|
||||
@@ -255,7 +255,9 @@ endforeach;
|
||||
<th scope="row"><?php _e( 'Default Avatar' ); ?></th>
|
||||
<td class="defaultavatarpicker"><fieldset><legend class="screen-reader-text"><span><?php _e( 'Default Avatar' ); ?></span></legend>
|
||||
|
||||
<p>
|
||||
<?php _e( 'For users without a custom avatar of their own, you can either display a generic logo or a generated one based on their email address.' ); ?><br />
|
||||
</p>
|
||||
|
||||
<?php
|
||||
$avatar_defaults = array(
|
||||
|
||||
@@ -58,7 +58,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||
<form method="post" action="options.php" novalidate="novalidate">
|
||||
<?php settings_fields( 'general' ); ?>
|
||||
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
|
||||
<tr>
|
||||
<th scope="row"><label for="blogname"><?php _e( 'Site Title' ); ?></label></th>
|
||||
|
||||
@@ -51,7 +51,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||
<h2 class="title"><?php _e( 'Image sizes' ); ?></h2>
|
||||
<p><?php _e( 'The sizes listed below determine the maximum dimensions in pixels to use when adding an image to the Media Library.' ); ?></p>
|
||||
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<tr>
|
||||
<th scope="row"><?php _e( 'Thumbnail size' ); ?></th>
|
||||
<td><fieldset><legend class="screen-reader-text"><span><?php _e( 'Thumbnail size' ); ?></span></legend>
|
||||
@@ -98,14 +98,14 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||
if ( isset( $GLOBALS['wp_settings']['media']['embeds'] ) ) :
|
||||
?>
|
||||
<h2 class="title"><?php _e( 'Embeds' ); ?></h2>
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<?php do_settings_fields( 'media', 'embeds' ); ?>
|
||||
</table>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ( ! is_multisite() ) : ?>
|
||||
<h2 class="title"><?php _e( 'Uploading Files' ); ?></h2>
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<?php
|
||||
// If upload_url_path is not the default (empty), and upload_path is not the default ('wp-content/uploads' or empty)
|
||||
if ( get_option( 'upload_url_path' ) || ( get_option( 'upload_path' ) != 'wp-content/uploads' && get_option( 'upload_path' ) ) ) :
|
||||
|
||||
@@ -197,27 +197,27 @@ $structures = array(
|
||||
<h2 class="title"><?php _e( 'Common Settings' ); ?></h2>
|
||||
<table class="form-table permalink-structure">
|
||||
<tr>
|
||||
<th><label><input name="selection" type="radio" value="" <?php checked( '', $permalink_structure ); ?> /> <?php _e( 'Plain' ); ?></label></th>
|
||||
<th scope="row"><label><input name="selection" type="radio" value="" <?php checked( '', $permalink_structure ); ?> /> <?php _e( 'Plain' ); ?></label></th>
|
||||
<td><code><?php echo get_option( 'home' ); ?>/?p=123</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><label><input name="selection" type="radio" value="<?php echo esc_attr( $structures[1] ); ?>" <?php checked( $structures[1], $permalink_structure ); ?> /> <?php _e( 'Day and name' ); ?></label></th>
|
||||
<th scope="row"><label><input name="selection" type="radio" value="<?php echo esc_attr( $structures[1] ); ?>" <?php checked( $structures[1], $permalink_structure ); ?> /> <?php _e( 'Day and name' ); ?></label></th>
|
||||
<td><code><?php echo get_option( 'home' ) . $blog_prefix . $prefix . '/' . date( 'Y' ) . '/' . date( 'm' ) . '/' . date( 'd' ) . '/' . _x( 'sample-post', 'sample permalink structure' ) . '/'; ?></code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><label><input name="selection" type="radio" value="<?php echo esc_attr( $structures[2] ); ?>" <?php checked( $structures[2], $permalink_structure ); ?> /> <?php _e( 'Month and name' ); ?></label></th>
|
||||
<th scope="row"><label><input name="selection" type="radio" value="<?php echo esc_attr( $structures[2] ); ?>" <?php checked( $structures[2], $permalink_structure ); ?> /> <?php _e( 'Month and name' ); ?></label></th>
|
||||
<td><code><?php echo get_option( 'home' ) . $blog_prefix . $prefix . '/' . date( 'Y' ) . '/' . date( 'm' ) . '/' . _x( 'sample-post', 'sample permalink structure' ) . '/'; ?></code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><label><input name="selection" type="radio" value="<?php echo esc_attr( $structures[3] ); ?>" <?php checked( $structures[3], $permalink_structure ); ?> /> <?php _e( 'Numeric' ); ?></label></th>
|
||||
<th scope="row"><label><input name="selection" type="radio" value="<?php echo esc_attr( $structures[3] ); ?>" <?php checked( $structures[3], $permalink_structure ); ?> /> <?php _e( 'Numeric' ); ?></label></th>
|
||||
<td><code><?php echo get_option( 'home' ) . $blog_prefix . $prefix . '/' . _x( 'archives', 'sample permalink base' ) . '/123'; ?></code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><label><input name="selection" type="radio" value="<?php echo esc_attr( $structures[4] ); ?>" <?php checked( $structures[4], $permalink_structure ); ?> /> <?php _e( 'Post name' ); ?></label></th>
|
||||
<th scope="row"><label><input name="selection" type="radio" value="<?php echo esc_attr( $structures[4] ); ?>" <?php checked( $structures[4], $permalink_structure ); ?> /> <?php _e( 'Post name' ); ?></label></th>
|
||||
<td><code><?php echo get_option( 'home' ) . $blog_prefix . $prefix . '/' . _x( 'sample-post', 'sample permalink structure' ) . '/'; ?></code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>
|
||||
<th scope="row">
|
||||
<label><input name="selection" id="custom_selection" type="radio" value="custom" <?php checked( ! in_array( $permalink_structure, $structures ) ); ?> />
|
||||
<?php _e( 'Custom Structure' ); ?>
|
||||
</label>
|
||||
@@ -300,7 +300,7 @@ printf( __( 'If you like, you may enter custom structures for your category and
|
||||
?>
|
||||
</p>
|
||||
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<tr>
|
||||
<th><label for="category_base"><?php /* translators: prefix for category permalinks */ _e( 'Category base' ); ?></label></th>
|
||||
<td><?php echo $blog_prefix; ?> <input name="category_base" id="category_base" type="text" value="<?php echo esc_attr( $category_base ); ?>" class="regular-text code" /></td>
|
||||
|
||||
@@ -61,7 +61,7 @@ if ( ! in_array( get_option( 'blog_charset' ), array( 'utf8', 'utf-8', 'UTF8', '
|
||||
|
||||
<?php if ( ! get_pages() ) : ?>
|
||||
<input name="show_on_front" type="hidden" value="posts" />
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<?php
|
||||
if ( 'posts' != get_option( 'show_on_front' ) ) :
|
||||
update_option( 'show_on_front', 'posts' );
|
||||
@@ -72,7 +72,7 @@ else :
|
||||
update_option( 'show_on_front', 'posts' );
|
||||
}
|
||||
?>
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<tr>
|
||||
<th scope="row"><?php _e( 'Your homepage displays' ); ?></th>
|
||||
<td id="front-static-pages"><fieldset><legend class="screen-reader-text"><span><?php _e( 'Your homepage displays' ); ?></span></legend>
|
||||
|
||||
@@ -62,7 +62,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||
<form method="post" action="options.php">
|
||||
<?php settings_fields( 'writing' ); ?>
|
||||
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<?php if ( get_site_option( 'initial_db_version' ) < 32453 ) : ?>
|
||||
<tr>
|
||||
<th scope="row"><?php _e( 'Formatting' ); ?></th>
|
||||
@@ -150,7 +150,7 @@ if ( apply_filters( 'enable_post_by_email_configuration', true ) ) {
|
||||
?>
|
||||
</p>
|
||||
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<tr>
|
||||
<th scope="row"><label for="mailserver_url"><?php _e( 'Mail Server' ); ?></label></th>
|
||||
<td><input name="mailserver_url" type="text" id="mailserver_url" value="<?php form_option( 'mailserver_url' ); ?>" class="regular-text code" />
|
||||
|
||||
@@ -320,7 +320,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); ?>
|
||||
<?php wp_nonce_field( 'options-options' ); ?>
|
||||
<input type="hidden" name="action" value="update" />
|
||||
<input type="hidden" name="option_page" value="options" />
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<?php
|
||||
$options = $wpdb->get_results( "SELECT * FROM $wpdb->options ORDER BY option_name" );
|
||||
|
||||
|
||||
@@ -191,9 +191,9 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );
|
||||
</p>
|
||||
|
||||
<hr>
|
||||
<table class="form-table tools-privacy-policy-page">
|
||||
<table class="form-table tools-privacy-policy-page" role="presentation">
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<th scope="row"><label for="page_for_privacy_policy">
|
||||
<?php
|
||||
if ( $privacy_policy_page_exists ) {
|
||||
_e( 'Change your Privacy Policy page' );
|
||||
@@ -201,7 +201,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );
|
||||
_e( 'Select a Privacy Policy page' );
|
||||
}
|
||||
?>
|
||||
</th>
|
||||
</label></th>
|
||||
<td>
|
||||
<?php
|
||||
$has_pages = (bool) get_posts(
|
||||
@@ -218,9 +218,6 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );
|
||||
if ( $has_pages ) :
|
||||
?>
|
||||
<form method="post" action="">
|
||||
<label for="page_for_privacy_policy">
|
||||
<?php _e( 'Select an existing page:' ); ?>
|
||||
</label>
|
||||
<input type="hidden" name="action" value="set-privacy-page" />
|
||||
<?php
|
||||
wp_dropdown_pages(
|
||||
|
||||
@@ -207,26 +207,26 @@ switch ( $step ) {
|
||||
<h1 class="screen-reader-text"><?php _e( 'Set up your database connection' ); ?></h1>
|
||||
<form method="post" action="setup-config.php?step=2">
|
||||
<p><?php _e( 'Below you should enter your database connection details. If you’re not sure about these, contact your host.' ); ?></p>
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<tr>
|
||||
<th scope="row"><label for="dbname"><?php _e( 'Database Name' ); ?></label></th>
|
||||
<td><input name="dbname" id="dbname" type="text" size="25" value="wordpress"<?php echo $autofocus; ?>/></td>
|
||||
<td><?php _e( 'The name of the database you want to use with WordPress.' ); ?></td>
|
||||
<td><input name="dbname" id="dbname" type="text" aria-describedby="dbname-desc" size="25" value="wordpress"<?php echo $autofocus; ?>/></td>
|
||||
<td id="dbname-desc"><?php _e( 'The name of the database you want to use with WordPress.' ); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="uname"><?php _e( 'Username' ); ?></label></th>
|
||||
<td><input name="uname" id="uname" type="text" size="25" value="<?php echo htmlspecialchars( _x( 'username', 'example username' ), ENT_QUOTES ); ?>" /></td>
|
||||
<td><?php _e( 'Your database username.' ); ?></td>
|
||||
<td><input name="uname" id="uname" type="text" aria-describedby="uname-desc" size="25" value="<?php echo htmlspecialchars( _x( 'username', 'example username' ), ENT_QUOTES ); ?>" /></td>
|
||||
<td id="uname-desc"><?php _e( 'Your database username.' ); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="pwd"><?php _e( 'Password' ); ?></label></th>
|
||||
<td><input name="pwd" id="pwd" type="text" size="25" value="<?php echo htmlspecialchars( _x( 'password', 'example password' ), ENT_QUOTES ); ?>" autocomplete="off" /></td>
|
||||
<td><?php _e( 'Your database password.' ); ?></td>
|
||||
<td><input name="pwd" id="pwd" type="text" aria-describedby="pwd-desc" size="25" value="<?php echo htmlspecialchars( _x( 'password', 'example password' ), ENT_QUOTES ); ?>" autocomplete="off" /></td>
|
||||
<td id="pwd-desc"><?php _e( 'Your database password.' ); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="dbhost"><?php _e( 'Database Host' ); ?></label></th>
|
||||
<td><input name="dbhost" id="dbhost" type="text" size="25" value="localhost" /></td>
|
||||
<td>
|
||||
<td><input name="dbhost" id="dbhost" type="text" aria-describedby="dbhost-desc" size="25" value="localhost" /></td>
|
||||
<td id="dbhost-desc">
|
||||
<?php
|
||||
/* translators: %s: localhost */
|
||||
printf( __( 'You should be able to get this info from your web host, if %s doesn’t work.' ), '<code>localhost</code>' );
|
||||
@@ -235,8 +235,8 @@ switch ( $step ) {
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="prefix"><?php _e( 'Table Prefix' ); ?></label></th>
|
||||
<td><input name="prefix" id="prefix" type="text" value="wp_" size="25" /></td>
|
||||
<td><?php _e( 'If you want to run multiple WordPress installations in a single database, change this.' ); ?></td>
|
||||
<td><input name="prefix" id="prefix" type="text" aria-describedby="prefix-desc" value="wp_" size="25" /></td>
|
||||
<td id="prefix-desc"><?php _e( 'If you want to run multiple WordPress installations in a single database, change this.' ); ?></td>
|
||||
</tr>
|
||||
</table>
|
||||
<?php
|
||||
|
||||
@@ -255,7 +255,7 @@ switch ( $action ) {
|
||||
|
||||
<h2><?php _e( 'Personal Options' ); ?></h2>
|
||||
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<?php if ( ! ( IS_PROFILE_PAGE && ! $user_can_edit ) ) : ?>
|
||||
<tr class="user-rich-editing-wrap">
|
||||
<th scope="row"><?php _e( 'Visual Editor' ); ?></th>
|
||||
@@ -385,7 +385,7 @@ endif;
|
||||
|
||||
<h2><?php _e( 'Name' ); ?></h2>
|
||||
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<tr class="user-user-login-wrap">
|
||||
<th><label for="user_login"><?php _e( 'Username' ); ?></label></th>
|
||||
<td><input type="text" name="user_login" id="user_login" value="<?php echo esc_attr( $profileuser->user_login ); ?>" disabled="disabled" class="regular-text" /> <span class="description"><?php _e( 'Usernames cannot be changed.' ); ?></span></td>
|
||||
@@ -482,7 +482,7 @@ endif; //!IS_PROFILE_PAGE
|
||||
|
||||
<h2><?php _e( 'Contact Info' ); ?></h2>
|
||||
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<tr class="user-email-wrap">
|
||||
<th><label for="email"><?php _e( 'Email' ); ?> <span class="description"><?php _e( '(required)' ); ?></span></label></th>
|
||||
<td><input type="email" name="email" id="email" aria-describedby="email-description" value="<?php echo esc_attr( $profileuser->user_email ); ?>" class="regular-text ltr" />
|
||||
@@ -551,7 +551,7 @@ endif; //!IS_PROFILE_PAGE
|
||||
|
||||
<h2><?php IS_PROFILE_PAGE ? _e( 'About Yourself' ) : _e( 'About the user' ); ?></h2>
|
||||
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<tr class="user-description-wrap">
|
||||
<th><label for="description"><?php _e( 'Biographical Info' ); ?></label></th>
|
||||
<td><textarea name="description" id="description" rows="5" cols="30"><?php echo $profileuser->description; // textarea_escaped ?></textarea>
|
||||
@@ -568,7 +568,7 @@ endif; //!IS_PROFILE_PAGE
|
||||
if ( IS_PROFILE_PAGE ) {
|
||||
/* translators: %s: Gravatar URL */
|
||||
$description = sprintf(
|
||||
__( 'You can change your profile picture on <a href="%s">Gravatar</a>.' ),
|
||||
__( '<a href="%s">You can change your profile picture on Gravatar</a>.' ),
|
||||
__( 'https://en.gravatar.com/' )
|
||||
);
|
||||
} else {
|
||||
@@ -607,7 +607,7 @@ endif; //!IS_PROFILE_PAGE
|
||||
</table>
|
||||
|
||||
<h2><?php _e( 'Account Management' ); ?></h2>
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<tr id="password" class="user-pass1-wrap">
|
||||
<th><label for="pass1"><?php _e( 'New Password' ); ?></label></th>
|
||||
<td>
|
||||
@@ -728,7 +728,7 @@ endif; //!IS_PROFILE_PAGE
|
||||
) :
|
||||
?>
|
||||
<h2><?php _e( 'Additional Capabilities' ); ?></h2>
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<tr class="user-capabilities-wrap">
|
||||
<th scope="row"><?php _e( 'Capabilities' ); ?></th>
|
||||
<td>
|
||||
|
||||
@@ -393,7 +393,7 @@ if ( is_multisite() && current_user_can( 'promote_users' ) ) {
|
||||
<input name="action" type="hidden" value="adduser" />
|
||||
<?php wp_nonce_field( 'add-user', '_wpnonce_add-user' ); ?>
|
||||
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<tr class="form-field form-required">
|
||||
<th scope="row"><label for="adduser-email"><?php echo $label; ?></label></th>
|
||||
<td><input name="email" type="<?php echo $type; ?>" id="adduser-email" class="wp-suggest-user" value="" /></td>
|
||||
@@ -462,7 +462,7 @@ if ( current_user_can( 'create_users' ) ) {
|
||||
$new_user_ignore_pass = $creating && isset( $_POST['noconfirmation'] ) ? wp_unslash( $_POST['noconfirmation'] ) : '';
|
||||
|
||||
?>
|
||||
<table class="form-table">
|
||||
<table class="form-table" role="presentation">
|
||||
<tr class="form-field form-required">
|
||||
<th scope="row"><label for="user_login"><?php _e( 'Username' ); ?> <span class="description"><?php _e( '(required)' ); ?></span></label></th>
|
||||
<td><input name="user_login" type="text" id="user_login" value="<?php echo esc_attr( $new_user_login ); ?>" aria-required="true" autocapitalize="none" autocorrect="off" maxlength="60" /></td>
|
||||
|
||||
@@ -228,22 +228,12 @@
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
|
||||
li {
|
||||
color: $color__text-light;
|
||||
li > a {
|
||||
@include font-family( $font__heading );
|
||||
font-size: calc(#{$font__size_base} * #{$font__size-ratio});
|
||||
font-weight: bold;
|
||||
line-height: $font__line-height-heading;
|
||||
padding-bottom: ( .75 * $size__spacing-unit );
|
||||
|
||||
&.menu-item-has-children,
|
||||
&:last-child {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -270,9 +260,36 @@
|
||||
@include nestedSubMenuPadding();
|
||||
}
|
||||
|
||||
//! Latest posts grid view
|
||||
.wp-block-latest-posts.is-grid {
|
||||
//! Latest posts
|
||||
.wp-block-latest-posts {
|
||||
|
||||
.wp-block-latest-posts__post-date {
|
||||
@include font-family( $font__heading );
|
||||
font-size: $font__size-xs;
|
||||
color: $color__text-light;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.wp-block-latest-posts__post-full-content,
|
||||
.wp-block-latest-posts__post-excerpt {
|
||||
margin-top: $size__spacing-unit;
|
||||
margin-bottom: $size__spacing-unit;
|
||||
}
|
||||
|
||||
li {
|
||||
padding-bottom: ( .5 * $size__spacing-unit );
|
||||
|
||||
&.menu-item-has-children,
|
||||
&:last-child {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
:not(:last-child) .wp-block-latest-posts__post-excerpt {
|
||||
padding-bottom: ( .5 * $size__spacing-unit );
|
||||
}
|
||||
}
|
||||
|
||||
&.is-grid li {
|
||||
border-top: 2px solid $color__border;
|
||||
padding-top: (1 * $size__spacing-unit);
|
||||
margin-bottom: (2 * $size__spacing-unit);
|
||||
|
||||
@@ -33,9 +33,9 @@ h6:lang(ar), figcaption:lang(ar),
|
||||
.wp-block-quote footer:lang(ar),
|
||||
.wp-block-quote .wp-block-quote__citation:lang(ar), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(ar),
|
||||
.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(ar),
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(ar), .wp-block-file:lang(ar), ul.wp-block-archives li:lang(ar),
|
||||
.wp-block-categories li:lang(ar),
|
||||
.wp-block-latest-posts li:lang(ar), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ar), .wp-caption dd:lang(ar), .wp-block-freeform blockquote cite:lang(ar) {
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(ar), .wp-block-file:lang(ar), ul.wp-block-archives li > a:lang(ar),
|
||||
.wp-block-categories li > a:lang(ar),
|
||||
.wp-block-latest-posts li > a:lang(ar), .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(ar), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ar), .wp-caption dd:lang(ar), .wp-block-freeform blockquote cite:lang(ar) {
|
||||
font-family: Tahoma, Arial, sans-serif;
|
||||
}
|
||||
|
||||
@@ -50,9 +50,9 @@ h6:lang(ary), figcaption:lang(ary),
|
||||
.wp-block-quote footer:lang(ary),
|
||||
.wp-block-quote .wp-block-quote__citation:lang(ary), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(ary),
|
||||
.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(ary),
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(ary), .wp-block-file:lang(ary), ul.wp-block-archives li:lang(ary),
|
||||
.wp-block-categories li:lang(ary),
|
||||
.wp-block-latest-posts li:lang(ary), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ary), .wp-caption dd:lang(ary), .wp-block-freeform blockquote cite:lang(ary) {
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(ary), .wp-block-file:lang(ary), ul.wp-block-archives li > a:lang(ary),
|
||||
.wp-block-categories li > a:lang(ary),
|
||||
.wp-block-latest-posts li > a:lang(ary), .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(ary), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ary), .wp-caption dd:lang(ary), .wp-block-freeform blockquote cite:lang(ary) {
|
||||
font-family: Tahoma, Arial, sans-serif;
|
||||
}
|
||||
|
||||
@@ -67,9 +67,9 @@ h6:lang(azb), figcaption:lang(azb),
|
||||
.wp-block-quote footer:lang(azb),
|
||||
.wp-block-quote .wp-block-quote__citation:lang(azb), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(azb),
|
||||
.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(azb),
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(azb), .wp-block-file:lang(azb), ul.wp-block-archives li:lang(azb),
|
||||
.wp-block-categories li:lang(azb),
|
||||
.wp-block-latest-posts li:lang(azb), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(azb), .wp-caption dd:lang(azb), .wp-block-freeform blockquote cite:lang(azb) {
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(azb), .wp-block-file:lang(azb), ul.wp-block-archives li > a:lang(azb),
|
||||
.wp-block-categories li > a:lang(azb),
|
||||
.wp-block-latest-posts li > a:lang(azb), .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(azb), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(azb), .wp-caption dd:lang(azb), .wp-block-freeform blockquote cite:lang(azb) {
|
||||
font-family: Tahoma, Arial, sans-serif;
|
||||
}
|
||||
|
||||
@@ -84,9 +84,9 @@ h6:lang(ckb), figcaption:lang(ckb),
|
||||
.wp-block-quote footer:lang(ckb),
|
||||
.wp-block-quote .wp-block-quote__citation:lang(ckb), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(ckb),
|
||||
.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(ckb),
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(ckb), .wp-block-file:lang(ckb), ul.wp-block-archives li:lang(ckb),
|
||||
.wp-block-categories li:lang(ckb),
|
||||
.wp-block-latest-posts li:lang(ckb), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ckb), .wp-caption dd:lang(ckb), .wp-block-freeform blockquote cite:lang(ckb) {
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(ckb), .wp-block-file:lang(ckb), ul.wp-block-archives li > a:lang(ckb),
|
||||
.wp-block-categories li > a:lang(ckb),
|
||||
.wp-block-latest-posts li > a:lang(ckb), .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(ckb), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ckb), .wp-caption dd:lang(ckb), .wp-block-freeform blockquote cite:lang(ckb) {
|
||||
font-family: Tahoma, Arial, sans-serif;
|
||||
}
|
||||
|
||||
@@ -101,9 +101,9 @@ h6:lang(fa-IR), figcaption:lang(fa-IR),
|
||||
.wp-block-quote footer:lang(fa-IR),
|
||||
.wp-block-quote .wp-block-quote__citation:lang(fa-IR), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(fa-IR),
|
||||
.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(fa-IR),
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(fa-IR), .wp-block-file:lang(fa-IR), ul.wp-block-archives li:lang(fa-IR),
|
||||
.wp-block-categories li:lang(fa-IR),
|
||||
.wp-block-latest-posts li:lang(fa-IR), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(fa-IR), .wp-caption dd:lang(fa-IR), .wp-block-freeform blockquote cite:lang(fa-IR) {
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(fa-IR), .wp-block-file:lang(fa-IR), ul.wp-block-archives li > a:lang(fa-IR),
|
||||
.wp-block-categories li > a:lang(fa-IR),
|
||||
.wp-block-latest-posts li > a:lang(fa-IR), .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(fa-IR), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(fa-IR), .wp-caption dd:lang(fa-IR), .wp-block-freeform blockquote cite:lang(fa-IR) {
|
||||
font-family: Tahoma, Arial, sans-serif;
|
||||
}
|
||||
|
||||
@@ -118,9 +118,9 @@ h6:lang(haz), figcaption:lang(haz),
|
||||
.wp-block-quote footer:lang(haz),
|
||||
.wp-block-quote .wp-block-quote__citation:lang(haz), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(haz),
|
||||
.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(haz),
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(haz), .wp-block-file:lang(haz), ul.wp-block-archives li:lang(haz),
|
||||
.wp-block-categories li:lang(haz),
|
||||
.wp-block-latest-posts li:lang(haz), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(haz), .wp-caption dd:lang(haz), .wp-block-freeform blockquote cite:lang(haz) {
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(haz), .wp-block-file:lang(haz), ul.wp-block-archives li > a:lang(haz),
|
||||
.wp-block-categories li > a:lang(haz),
|
||||
.wp-block-latest-posts li > a:lang(haz), .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(haz), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(haz), .wp-caption dd:lang(haz), .wp-block-freeform blockquote cite:lang(haz) {
|
||||
font-family: Tahoma, Arial, sans-serif;
|
||||
}
|
||||
|
||||
@@ -135,9 +135,9 @@ h6:lang(ps), figcaption:lang(ps),
|
||||
.wp-block-quote footer:lang(ps),
|
||||
.wp-block-quote .wp-block-quote__citation:lang(ps), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(ps),
|
||||
.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(ps),
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(ps), .wp-block-file:lang(ps), ul.wp-block-archives li:lang(ps),
|
||||
.wp-block-categories li:lang(ps),
|
||||
.wp-block-latest-posts li:lang(ps), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ps), .wp-caption dd:lang(ps), .wp-block-freeform blockquote cite:lang(ps) {
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(ps), .wp-block-file:lang(ps), ul.wp-block-archives li > a:lang(ps),
|
||||
.wp-block-categories li > a:lang(ps),
|
||||
.wp-block-latest-posts li > a:lang(ps), .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(ps), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ps), .wp-caption dd:lang(ps), .wp-block-freeform blockquote cite:lang(ps) {
|
||||
font-family: Tahoma, Arial, sans-serif;
|
||||
}
|
||||
|
||||
@@ -152,9 +152,9 @@ h6:lang(be), figcaption:lang(be),
|
||||
.wp-block-quote footer:lang(be),
|
||||
.wp-block-quote .wp-block-quote__citation:lang(be), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(be),
|
||||
.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(be),
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(be), .wp-block-file:lang(be), ul.wp-block-archives li:lang(be),
|
||||
.wp-block-categories li:lang(be),
|
||||
.wp-block-latest-posts li:lang(be), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(be), .wp-caption dd:lang(be), .wp-block-freeform blockquote cite:lang(be) {
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(be), .wp-block-file:lang(be), ul.wp-block-archives li > a:lang(be),
|
||||
.wp-block-categories li > a:lang(be),
|
||||
.wp-block-latest-posts li > a:lang(be), .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(be), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(be), .wp-caption dd:lang(be), .wp-block-freeform blockquote cite:lang(be) {
|
||||
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
|
||||
}
|
||||
|
||||
@@ -169,9 +169,9 @@ h6:lang(bg-BG), figcaption:lang(bg-BG),
|
||||
.wp-block-quote footer:lang(bg-BG),
|
||||
.wp-block-quote .wp-block-quote__citation:lang(bg-BG), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(bg-BG),
|
||||
.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(bg-BG),
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(bg-BG), .wp-block-file:lang(bg-BG), ul.wp-block-archives li:lang(bg-BG),
|
||||
.wp-block-categories li:lang(bg-BG),
|
||||
.wp-block-latest-posts li:lang(bg-BG), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(bg-BG), .wp-caption dd:lang(bg-BG), .wp-block-freeform blockquote cite:lang(bg-BG) {
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(bg-BG), .wp-block-file:lang(bg-BG), ul.wp-block-archives li > a:lang(bg-BG),
|
||||
.wp-block-categories li > a:lang(bg-BG),
|
||||
.wp-block-latest-posts li > a:lang(bg-BG), .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(bg-BG), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(bg-BG), .wp-caption dd:lang(bg-BG), .wp-block-freeform blockquote cite:lang(bg-BG) {
|
||||
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
|
||||
}
|
||||
|
||||
@@ -186,9 +186,9 @@ h6:lang(kk), figcaption:lang(kk),
|
||||
.wp-block-quote footer:lang(kk),
|
||||
.wp-block-quote .wp-block-quote__citation:lang(kk), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(kk),
|
||||
.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(kk),
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(kk), .wp-block-file:lang(kk), ul.wp-block-archives li:lang(kk),
|
||||
.wp-block-categories li:lang(kk),
|
||||
.wp-block-latest-posts li:lang(kk), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(kk), .wp-caption dd:lang(kk), .wp-block-freeform blockquote cite:lang(kk) {
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(kk), .wp-block-file:lang(kk), ul.wp-block-archives li > a:lang(kk),
|
||||
.wp-block-categories li > a:lang(kk),
|
||||
.wp-block-latest-posts li > a:lang(kk), .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(kk), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(kk), .wp-caption dd:lang(kk), .wp-block-freeform blockquote cite:lang(kk) {
|
||||
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
|
||||
}
|
||||
|
||||
@@ -203,9 +203,9 @@ h6:lang(mk-MK), figcaption:lang(mk-MK),
|
||||
.wp-block-quote footer:lang(mk-MK),
|
||||
.wp-block-quote .wp-block-quote__citation:lang(mk-MK), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(mk-MK),
|
||||
.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(mk-MK),
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(mk-MK), .wp-block-file:lang(mk-MK), ul.wp-block-archives li:lang(mk-MK),
|
||||
.wp-block-categories li:lang(mk-MK),
|
||||
.wp-block-latest-posts li:lang(mk-MK), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(mk-MK), .wp-caption dd:lang(mk-MK), .wp-block-freeform blockquote cite:lang(mk-MK) {
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(mk-MK), .wp-block-file:lang(mk-MK), ul.wp-block-archives li > a:lang(mk-MK),
|
||||
.wp-block-categories li > a:lang(mk-MK),
|
||||
.wp-block-latest-posts li > a:lang(mk-MK), .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(mk-MK), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(mk-MK), .wp-caption dd:lang(mk-MK), .wp-block-freeform blockquote cite:lang(mk-MK) {
|
||||
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
|
||||
}
|
||||
|
||||
@@ -220,9 +220,9 @@ h6:lang(mn), figcaption:lang(mn),
|
||||
.wp-block-quote footer:lang(mn),
|
||||
.wp-block-quote .wp-block-quote__citation:lang(mn), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(mn),
|
||||
.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(mn),
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(mn), .wp-block-file:lang(mn), ul.wp-block-archives li:lang(mn),
|
||||
.wp-block-categories li:lang(mn),
|
||||
.wp-block-latest-posts li:lang(mn), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(mn), .wp-caption dd:lang(mn), .wp-block-freeform blockquote cite:lang(mn) {
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(mn), .wp-block-file:lang(mn), ul.wp-block-archives li > a:lang(mn),
|
||||
.wp-block-categories li > a:lang(mn),
|
||||
.wp-block-latest-posts li > a:lang(mn), .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(mn), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(mn), .wp-caption dd:lang(mn), .wp-block-freeform blockquote cite:lang(mn) {
|
||||
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
|
||||
}
|
||||
|
||||
@@ -237,9 +237,9 @@ h6:lang(ru-RU), figcaption:lang(ru-RU),
|
||||
.wp-block-quote footer:lang(ru-RU),
|
||||
.wp-block-quote .wp-block-quote__citation:lang(ru-RU), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(ru-RU),
|
||||
.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(ru-RU),
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(ru-RU), .wp-block-file:lang(ru-RU), ul.wp-block-archives li:lang(ru-RU),
|
||||
.wp-block-categories li:lang(ru-RU),
|
||||
.wp-block-latest-posts li:lang(ru-RU), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ru-RU), .wp-caption dd:lang(ru-RU), .wp-block-freeform blockquote cite:lang(ru-RU) {
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(ru-RU), .wp-block-file:lang(ru-RU), ul.wp-block-archives li > a:lang(ru-RU),
|
||||
.wp-block-categories li > a:lang(ru-RU),
|
||||
.wp-block-latest-posts li > a:lang(ru-RU), .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(ru-RU), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ru-RU), .wp-caption dd:lang(ru-RU), .wp-block-freeform blockquote cite:lang(ru-RU) {
|
||||
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
|
||||
}
|
||||
|
||||
@@ -254,9 +254,9 @@ h6:lang(sah), figcaption:lang(sah),
|
||||
.wp-block-quote footer:lang(sah),
|
||||
.wp-block-quote .wp-block-quote__citation:lang(sah), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(sah),
|
||||
.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(sah),
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(sah), .wp-block-file:lang(sah), ul.wp-block-archives li:lang(sah),
|
||||
.wp-block-categories li:lang(sah),
|
||||
.wp-block-latest-posts li:lang(sah), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(sah), .wp-caption dd:lang(sah), .wp-block-freeform blockquote cite:lang(sah) {
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(sah), .wp-block-file:lang(sah), ul.wp-block-archives li > a:lang(sah),
|
||||
.wp-block-categories li > a:lang(sah),
|
||||
.wp-block-latest-posts li > a:lang(sah), .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(sah), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(sah), .wp-caption dd:lang(sah), .wp-block-freeform blockquote cite:lang(sah) {
|
||||
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
|
||||
}
|
||||
|
||||
@@ -271,9 +271,9 @@ h6:lang(sr-RS), figcaption:lang(sr-RS),
|
||||
.wp-block-quote footer:lang(sr-RS),
|
||||
.wp-block-quote .wp-block-quote__citation:lang(sr-RS), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(sr-RS),
|
||||
.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(sr-RS),
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(sr-RS), .wp-block-file:lang(sr-RS), ul.wp-block-archives li:lang(sr-RS),
|
||||
.wp-block-categories li:lang(sr-RS),
|
||||
.wp-block-latest-posts li:lang(sr-RS), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(sr-RS), .wp-caption dd:lang(sr-RS), .wp-block-freeform blockquote cite:lang(sr-RS) {
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(sr-RS), .wp-block-file:lang(sr-RS), ul.wp-block-archives li > a:lang(sr-RS),
|
||||
.wp-block-categories li > a:lang(sr-RS),
|
||||
.wp-block-latest-posts li > a:lang(sr-RS), .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(sr-RS), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(sr-RS), .wp-caption dd:lang(sr-RS), .wp-block-freeform blockquote cite:lang(sr-RS) {
|
||||
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
|
||||
}
|
||||
|
||||
@@ -288,9 +288,9 @@ h6:lang(tt-RU), figcaption:lang(tt-RU),
|
||||
.wp-block-quote footer:lang(tt-RU),
|
||||
.wp-block-quote .wp-block-quote__citation:lang(tt-RU), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(tt-RU),
|
||||
.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(tt-RU),
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(tt-RU), .wp-block-file:lang(tt-RU), ul.wp-block-archives li:lang(tt-RU),
|
||||
.wp-block-categories li:lang(tt-RU),
|
||||
.wp-block-latest-posts li:lang(tt-RU), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(tt-RU), .wp-caption dd:lang(tt-RU), .wp-block-freeform blockquote cite:lang(tt-RU) {
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(tt-RU), .wp-block-file:lang(tt-RU), ul.wp-block-archives li > a:lang(tt-RU),
|
||||
.wp-block-categories li > a:lang(tt-RU),
|
||||
.wp-block-latest-posts li > a:lang(tt-RU), .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(tt-RU), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(tt-RU), .wp-caption dd:lang(tt-RU), .wp-block-freeform blockquote cite:lang(tt-RU) {
|
||||
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
|
||||
}
|
||||
|
||||
@@ -305,9 +305,9 @@ h6:lang(uk), figcaption:lang(uk),
|
||||
.wp-block-quote footer:lang(uk),
|
||||
.wp-block-quote .wp-block-quote__citation:lang(uk), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(uk),
|
||||
.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(uk),
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(uk), .wp-block-file:lang(uk), ul.wp-block-archives li:lang(uk),
|
||||
.wp-block-categories li:lang(uk),
|
||||
.wp-block-latest-posts li:lang(uk), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(uk), .wp-caption dd:lang(uk), .wp-block-freeform blockquote cite:lang(uk) {
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(uk), .wp-block-file:lang(uk), ul.wp-block-archives li > a:lang(uk),
|
||||
.wp-block-categories li > a:lang(uk),
|
||||
.wp-block-latest-posts li > a:lang(uk), .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(uk), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(uk), .wp-caption dd:lang(uk), .wp-block-freeform blockquote cite:lang(uk) {
|
||||
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
|
||||
}
|
||||
|
||||
@@ -322,9 +322,9 @@ h6:lang(zh-HK), figcaption:lang(zh-HK),
|
||||
.wp-block-quote footer:lang(zh-HK),
|
||||
.wp-block-quote .wp-block-quote__citation:lang(zh-HK), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(zh-HK),
|
||||
.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(zh-HK),
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(zh-HK), .wp-block-file:lang(zh-HK), ul.wp-block-archives li:lang(zh-HK),
|
||||
.wp-block-categories li:lang(zh-HK),
|
||||
.wp-block-latest-posts li:lang(zh-HK), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(zh-HK), .wp-caption dd:lang(zh-HK), .wp-block-freeform blockquote cite:lang(zh-HK) {
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(zh-HK), .wp-block-file:lang(zh-HK), ul.wp-block-archives li > a:lang(zh-HK),
|
||||
.wp-block-categories li > a:lang(zh-HK),
|
||||
.wp-block-latest-posts li > a:lang(zh-HK), .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(zh-HK), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(zh-HK), .wp-caption dd:lang(zh-HK), .wp-block-freeform blockquote cite:lang(zh-HK) {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "PingFang HK", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif;
|
||||
}
|
||||
|
||||
@@ -339,9 +339,9 @@ h6:lang(zh-TW), figcaption:lang(zh-TW),
|
||||
.wp-block-quote footer:lang(zh-TW),
|
||||
.wp-block-quote .wp-block-quote__citation:lang(zh-TW), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(zh-TW),
|
||||
.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(zh-TW),
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(zh-TW), .wp-block-file:lang(zh-TW), ul.wp-block-archives li:lang(zh-TW),
|
||||
.wp-block-categories li:lang(zh-TW),
|
||||
.wp-block-latest-posts li:lang(zh-TW), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(zh-TW), .wp-caption dd:lang(zh-TW), .wp-block-freeform blockquote cite:lang(zh-TW) {
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(zh-TW), .wp-block-file:lang(zh-TW), ul.wp-block-archives li > a:lang(zh-TW),
|
||||
.wp-block-categories li > a:lang(zh-TW),
|
||||
.wp-block-latest-posts li > a:lang(zh-TW), .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(zh-TW), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(zh-TW), .wp-caption dd:lang(zh-TW), .wp-block-freeform blockquote cite:lang(zh-TW) {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "PingFang TC", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif;
|
||||
}
|
||||
|
||||
@@ -356,9 +356,9 @@ h6:lang(zh-CN), figcaption:lang(zh-CN),
|
||||
.wp-block-quote footer:lang(zh-CN),
|
||||
.wp-block-quote .wp-block-quote__citation:lang(zh-CN), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(zh-CN),
|
||||
.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(zh-CN),
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(zh-CN), .wp-block-file:lang(zh-CN), ul.wp-block-archives li:lang(zh-CN),
|
||||
.wp-block-categories li:lang(zh-CN),
|
||||
.wp-block-latest-posts li:lang(zh-CN), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(zh-CN), .wp-caption dd:lang(zh-CN), .wp-block-freeform blockquote cite:lang(zh-CN) {
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(zh-CN), .wp-block-file:lang(zh-CN), ul.wp-block-archives li > a:lang(zh-CN),
|
||||
.wp-block-categories li > a:lang(zh-CN),
|
||||
.wp-block-latest-posts li > a:lang(zh-CN), .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(zh-CN), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(zh-CN), .wp-caption dd:lang(zh-CN), .wp-block-freeform blockquote cite:lang(zh-CN) {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif;
|
||||
}
|
||||
|
||||
@@ -373,9 +373,9 @@ h6:lang(bn-BD), figcaption:lang(bn-BD),
|
||||
.wp-block-quote footer:lang(bn-BD),
|
||||
.wp-block-quote .wp-block-quote__citation:lang(bn-BD), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(bn-BD),
|
||||
.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(bn-BD),
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(bn-BD), .wp-block-file:lang(bn-BD), ul.wp-block-archives li:lang(bn-BD),
|
||||
.wp-block-categories li:lang(bn-BD),
|
||||
.wp-block-latest-posts li:lang(bn-BD), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(bn-BD), .wp-caption dd:lang(bn-BD), .wp-block-freeform blockquote cite:lang(bn-BD) {
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(bn-BD), .wp-block-file:lang(bn-BD), ul.wp-block-archives li > a:lang(bn-BD),
|
||||
.wp-block-categories li > a:lang(bn-BD),
|
||||
.wp-block-latest-posts li > a:lang(bn-BD), .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(bn-BD), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(bn-BD), .wp-caption dd:lang(bn-BD), .wp-block-freeform blockquote cite:lang(bn-BD) {
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
|
||||
@@ -390,9 +390,9 @@ h6:lang(hi-IN), figcaption:lang(hi-IN),
|
||||
.wp-block-quote footer:lang(hi-IN),
|
||||
.wp-block-quote .wp-block-quote__citation:lang(hi-IN), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(hi-IN),
|
||||
.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(hi-IN),
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(hi-IN), .wp-block-file:lang(hi-IN), ul.wp-block-archives li:lang(hi-IN),
|
||||
.wp-block-categories li:lang(hi-IN),
|
||||
.wp-block-latest-posts li:lang(hi-IN), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(hi-IN), .wp-caption dd:lang(hi-IN), .wp-block-freeform blockquote cite:lang(hi-IN) {
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(hi-IN), .wp-block-file:lang(hi-IN), ul.wp-block-archives li > a:lang(hi-IN),
|
||||
.wp-block-categories li > a:lang(hi-IN),
|
||||
.wp-block-latest-posts li > a:lang(hi-IN), .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(hi-IN), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(hi-IN), .wp-caption dd:lang(hi-IN), .wp-block-freeform blockquote cite:lang(hi-IN) {
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
|
||||
@@ -407,9 +407,9 @@ h6:lang(mr), figcaption:lang(mr),
|
||||
.wp-block-quote footer:lang(mr),
|
||||
.wp-block-quote .wp-block-quote__citation:lang(mr), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(mr),
|
||||
.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(mr),
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(mr), .wp-block-file:lang(mr), ul.wp-block-archives li:lang(mr),
|
||||
.wp-block-categories li:lang(mr),
|
||||
.wp-block-latest-posts li:lang(mr), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(mr), .wp-caption dd:lang(mr), .wp-block-freeform blockquote cite:lang(mr) {
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(mr), .wp-block-file:lang(mr), ul.wp-block-archives li > a:lang(mr),
|
||||
.wp-block-categories li > a:lang(mr),
|
||||
.wp-block-latest-posts li > a:lang(mr), .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(mr), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(mr), .wp-caption dd:lang(mr), .wp-block-freeform blockquote cite:lang(mr) {
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
|
||||
@@ -424,9 +424,9 @@ h6:lang(ne-NP), figcaption:lang(ne-NP),
|
||||
.wp-block-quote footer:lang(ne-NP),
|
||||
.wp-block-quote .wp-block-quote__citation:lang(ne-NP), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(ne-NP),
|
||||
.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(ne-NP),
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(ne-NP), .wp-block-file:lang(ne-NP), ul.wp-block-archives li:lang(ne-NP),
|
||||
.wp-block-categories li:lang(ne-NP),
|
||||
.wp-block-latest-posts li:lang(ne-NP), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ne-NP), .wp-caption dd:lang(ne-NP), .wp-block-freeform blockquote cite:lang(ne-NP) {
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(ne-NP), .wp-block-file:lang(ne-NP), ul.wp-block-archives li > a:lang(ne-NP),
|
||||
.wp-block-categories li > a:lang(ne-NP),
|
||||
.wp-block-latest-posts li > a:lang(ne-NP), .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(ne-NP), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ne-NP), .wp-caption dd:lang(ne-NP), .wp-block-freeform blockquote cite:lang(ne-NP) {
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
|
||||
@@ -441,9 +441,9 @@ h6:lang(el), figcaption:lang(el),
|
||||
.wp-block-quote footer:lang(el),
|
||||
.wp-block-quote .wp-block-quote__citation:lang(el), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(el),
|
||||
.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(el),
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(el), .wp-block-file:lang(el), ul.wp-block-archives li:lang(el),
|
||||
.wp-block-categories li:lang(el),
|
||||
.wp-block-latest-posts li:lang(el), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(el), .wp-caption dd:lang(el), .wp-block-freeform blockquote cite:lang(el) {
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(el), .wp-block-file:lang(el), ul.wp-block-archives li > a:lang(el),
|
||||
.wp-block-categories li > a:lang(el),
|
||||
.wp-block-latest-posts li > a:lang(el), .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(el), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(el), .wp-caption dd:lang(el), .wp-block-freeform blockquote cite:lang(el) {
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
@@ -458,9 +458,9 @@ h6:lang(gu), figcaption:lang(gu),
|
||||
.wp-block-quote footer:lang(gu),
|
||||
.wp-block-quote .wp-block-quote__citation:lang(gu), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(gu),
|
||||
.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(gu),
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(gu), .wp-block-file:lang(gu), ul.wp-block-archives li:lang(gu),
|
||||
.wp-block-categories li:lang(gu),
|
||||
.wp-block-latest-posts li:lang(gu), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(gu), .wp-caption dd:lang(gu), .wp-block-freeform blockquote cite:lang(gu) {
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(gu), .wp-block-file:lang(gu), ul.wp-block-archives li > a:lang(gu),
|
||||
.wp-block-categories li > a:lang(gu),
|
||||
.wp-block-latest-posts li > a:lang(gu), .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(gu), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(gu), .wp-caption dd:lang(gu), .wp-block-freeform blockquote cite:lang(gu) {
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
|
||||
@@ -475,9 +475,9 @@ h6:lang(he-IL), figcaption:lang(he-IL),
|
||||
.wp-block-quote footer:lang(he-IL),
|
||||
.wp-block-quote .wp-block-quote__citation:lang(he-IL), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(he-IL),
|
||||
.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(he-IL),
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(he-IL), .wp-block-file:lang(he-IL), ul.wp-block-archives li:lang(he-IL),
|
||||
.wp-block-categories li:lang(he-IL),
|
||||
.wp-block-latest-posts li:lang(he-IL), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(he-IL), .wp-caption dd:lang(he-IL), .wp-block-freeform blockquote cite:lang(he-IL) {
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(he-IL), .wp-block-file:lang(he-IL), ul.wp-block-archives li > a:lang(he-IL),
|
||||
.wp-block-categories li > a:lang(he-IL),
|
||||
.wp-block-latest-posts li > a:lang(he-IL), .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(he-IL), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(he-IL), .wp-caption dd:lang(he-IL), .wp-block-freeform blockquote cite:lang(he-IL) {
|
||||
font-family: "Arial Hebrew", Arial, sans-serif;
|
||||
}
|
||||
|
||||
@@ -492,9 +492,9 @@ h6:lang(ja), figcaption:lang(ja),
|
||||
.wp-block-quote footer:lang(ja),
|
||||
.wp-block-quote .wp-block-quote__citation:lang(ja), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(ja),
|
||||
.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(ja),
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(ja), .wp-block-file:lang(ja), ul.wp-block-archives li:lang(ja),
|
||||
.wp-block-categories li:lang(ja),
|
||||
.wp-block-latest-posts li:lang(ja), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ja), .wp-caption dd:lang(ja), .wp-block-freeform blockquote cite:lang(ja) {
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(ja), .wp-block-file:lang(ja), ul.wp-block-archives li > a:lang(ja),
|
||||
.wp-block-categories li > a:lang(ja),
|
||||
.wp-block-latest-posts li > a:lang(ja), .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(ja), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ja), .wp-caption dd:lang(ja), .wp-block-freeform blockquote cite:lang(ja) {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif;
|
||||
}
|
||||
|
||||
@@ -509,9 +509,9 @@ h6:lang(ko-KR), figcaption:lang(ko-KR),
|
||||
.wp-block-quote footer:lang(ko-KR),
|
||||
.wp-block-quote .wp-block-quote__citation:lang(ko-KR), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(ko-KR),
|
||||
.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(ko-KR),
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(ko-KR), .wp-block-file:lang(ko-KR), ul.wp-block-archives li:lang(ko-KR),
|
||||
.wp-block-categories li:lang(ko-KR),
|
||||
.wp-block-latest-posts li:lang(ko-KR), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ko-KR), .wp-caption dd:lang(ko-KR), .wp-block-freeform blockquote cite:lang(ko-KR) {
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(ko-KR), .wp-block-file:lang(ko-KR), ul.wp-block-archives li > a:lang(ko-KR),
|
||||
.wp-block-categories li > a:lang(ko-KR),
|
||||
.wp-block-latest-posts li > a:lang(ko-KR), .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(ko-KR), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ko-KR), .wp-caption dd:lang(ko-KR), .wp-block-freeform blockquote cite:lang(ko-KR) {
|
||||
font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
|
||||
}
|
||||
|
||||
@@ -526,9 +526,9 @@ h6:lang(th), figcaption:lang(th),
|
||||
.wp-block-quote footer:lang(th),
|
||||
.wp-block-quote .wp-block-quote__citation:lang(th), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(th),
|
||||
.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(th),
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(th), .wp-block-file:lang(th), ul.wp-block-archives li:lang(th),
|
||||
.wp-block-categories li:lang(th),
|
||||
.wp-block-latest-posts li:lang(th), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(th), .wp-caption dd:lang(th), .wp-block-freeform blockquote cite:lang(th) {
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(th), .wp-block-file:lang(th), ul.wp-block-archives li > a:lang(th),
|
||||
.wp-block-categories li > a:lang(th),
|
||||
.wp-block-latest-posts li > a:lang(th), .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(th), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(th), .wp-caption dd:lang(th), .wp-block-freeform blockquote cite:lang(th) {
|
||||
font-family: "Sukhumvit Set", "Helvetica Neue", helvetica, arial, sans-serif;
|
||||
}
|
||||
|
||||
@@ -543,9 +543,9 @@ h6:lang(vi), figcaption:lang(vi),
|
||||
.wp-block-quote footer:lang(vi),
|
||||
.wp-block-quote .wp-block-quote__citation:lang(vi), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(vi),
|
||||
.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(vi),
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(vi), .wp-block-file:lang(vi), ul.wp-block-archives li:lang(vi),
|
||||
.wp-block-categories li:lang(vi),
|
||||
.wp-block-latest-posts li:lang(vi), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(vi), .wp-caption dd:lang(vi), .wp-block-freeform blockquote cite:lang(vi) {
|
||||
.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(vi), .wp-block-file:lang(vi), ul.wp-block-archives li > a:lang(vi),
|
||||
.wp-block-categories li > a:lang(vi),
|
||||
.wp-block-latest-posts li > a:lang(vi), .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(vi), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(vi), .wp-caption dd:lang(vi), .wp-block-freeform blockquote cite:lang(vi) {
|
||||
font-family: "Libre Franklin", sans-serif;
|
||||
}
|
||||
|
||||
@@ -1172,28 +1172,13 @@ ul.wp-block-archives ul,
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
ul.wp-block-archives li,
|
||||
.wp-block-categories li,
|
||||
.wp-block-latest-posts li {
|
||||
color: #767676;
|
||||
ul.wp-block-archives li > a,
|
||||
.wp-block-categories li > a,
|
||||
.wp-block-latest-posts li > a {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-size: calc(22px * 1.125);
|
||||
font-weight: bold;
|
||||
line-height: 1.2;
|
||||
padding-bottom: 0.75rem;
|
||||
}
|
||||
|
||||
ul.wp-block-archives li.menu-item-has-children, ul.wp-block-archives li:last-child,
|
||||
.wp-block-categories li.menu-item-has-children,
|
||||
.wp-block-categories li:last-child,
|
||||
.wp-block-latest-posts li.menu-item-has-children,
|
||||
.wp-block-latest-posts li:last-child {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
ul.wp-block-archives li a,
|
||||
.wp-block-categories li a,
|
||||
.wp-block-latest-posts li a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@@ -1224,7 +1209,37 @@ ul.wp-block-archives li ul,
|
||||
margin-bottom: -0.75rem;
|
||||
}
|
||||
|
||||
/** === Latest Posts grid view === */
|
||||
/** === Latest Posts === */
|
||||
.wp-block-latest-posts .wp-block-latest-posts__post-date {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-size: 0.71111em;
|
||||
color: #767676;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.wp-block-latest-posts .wp-block-latest-posts__post-full-content,
|
||||
.wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
|
||||
margin-top: 22px;
|
||||
margin-bottom: 22px;
|
||||
}
|
||||
|
||||
.wp-block-latest-posts .wp-block-latest-posts__post-full-content > div > p:first-child,
|
||||
.wp-block-latest-posts .wp-block-latest-posts__post-excerpt > div > p:first-child {
|
||||
margin-top: 22px;
|
||||
}
|
||||
|
||||
.wp-block-latest-posts li {
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.wp-block-latest-posts li.menu-item-has-children, .wp-block-latest-posts li:last-child {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.wp-block-latest-posts li :not(:last-child) .wp-block-latest-posts__post-excerpt {
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.wp-block-latest-posts.is-grid li {
|
||||
border-top: 2px solid #ccc;
|
||||
padding-top: 1rem;
|
||||
|
||||
@@ -625,19 +625,12 @@ ul.wp-block-archives,
|
||||
}
|
||||
|
||||
li {
|
||||
color: $color__text-light;
|
||||
@include font-family( $font__heading );
|
||||
font-size: calc(#{$font__size_base} * #{$font__size-ratio});
|
||||
font-weight: bold;
|
||||
line-height: $font__line-height-heading;
|
||||
padding-bottom: ( .75 * $size__spacing-unit );
|
||||
|
||||
&.menu-item-has-children,
|
||||
&:last-child {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
> a {
|
||||
@include font-family( $font__heading );
|
||||
font-size: calc(#{$font__size_base} * #{$font__size-ratio});
|
||||
font-weight: bold;
|
||||
line-height: $font__line-height-heading;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@@ -662,8 +655,40 @@ ul.wp-block-archives,
|
||||
|
||||
}
|
||||
|
||||
/** === Latest Posts grid view === */
|
||||
.wp-block-latest-posts.is-grid {
|
||||
/** === Latest Posts === */
|
||||
.wp-block-latest-posts {
|
||||
|
||||
.wp-block-latest-posts__post-date {
|
||||
@include font-family( $font__heading );
|
||||
font-size: $font__size-xs;
|
||||
color: $color__text-light;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.wp-block-latest-posts__post-full-content,
|
||||
.wp-block-latest-posts__post-excerpt {
|
||||
margin-top: $font__size_base;
|
||||
margin-bottom: $font__size_base;
|
||||
|
||||
> div > p:first-child {
|
||||
margin-top: $font__size_base;
|
||||
}
|
||||
}
|
||||
|
||||
li {
|
||||
padding-bottom: ( .5 * $size__spacing-unit );
|
||||
|
||||
&.menu-item-has-children,
|
||||
&:last-child {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
:not(:last-child) .wp-block-latest-posts__post-excerpt {
|
||||
padding-bottom: ( .5 * $size__spacing-unit );
|
||||
}
|
||||
}
|
||||
|
||||
&.is-grid {
|
||||
li {
|
||||
border-top: 2px solid $color__border;
|
||||
padding-top: (1 * $size__spacing-unit);
|
||||
@@ -681,6 +706,7 @@ ul.wp-block-archives,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/** === Latest Comments === */
|
||||
|
||||
|
||||
@@ -5460,28 +5460,13 @@ body.page .main-navigation {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.entry .entry-content .wp-block-archives li,
|
||||
.entry .entry-content .wp-block-categories li,
|
||||
.entry .entry-content .wp-block-latest-posts li {
|
||||
color: #767676;
|
||||
.entry .entry-content .wp-block-archives li > a,
|
||||
.entry .entry-content .wp-block-categories li > a,
|
||||
.entry .entry-content .wp-block-latest-posts li > a {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-size: calc(22px * 1.125);
|
||||
font-weight: bold;
|
||||
line-height: 1.2;
|
||||
padding-bottom: 0.75rem;
|
||||
}
|
||||
|
||||
.entry .entry-content .wp-block-archives li.menu-item-has-children, .entry .entry-content .wp-block-archives li:last-child,
|
||||
.entry .entry-content .wp-block-categories li.menu-item-has-children,
|
||||
.entry .entry-content .wp-block-categories li:last-child,
|
||||
.entry .entry-content .wp-block-latest-posts li.menu-item-has-children,
|
||||
.entry .entry-content .wp-block-latest-posts li:last-child {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.entry .entry-content .wp-block-archives li a,
|
||||
.entry .entry-content .wp-block-categories li a,
|
||||
.entry .entry-content .wp-block-latest-posts li a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@@ -5510,6 +5495,31 @@ body.page .main-navigation {
|
||||
counter-increment: submenu;
|
||||
}
|
||||
|
||||
.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-size: 0.71111em;
|
||||
color: #767676;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-full-content,
|
||||
.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.entry .entry-content .wp-block-latest-posts li {
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.entry .entry-content .wp-block-latest-posts li.menu-item-has-children, .entry .entry-content .wp-block-latest-posts li:last-child {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.entry .entry-content .wp-block-latest-posts li :not(:last-child) .wp-block-latest-posts__post-excerpt {
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.entry .entry-content .wp-block-latest-posts.is-grid li {
|
||||
border-top: 2px solid #ccc;
|
||||
padding-top: 1rem;
|
||||
|
||||
@@ -115,9 +115,9 @@ input:lang(ar)[type="submit"], .comment-navigation .nav-previous:lang(ar),
|
||||
.widget_pages ul li:lang(ar),
|
||||
.widget_recent_comments ul li:lang(ar),
|
||||
.widget_recent_entries ul li:lang(ar),
|
||||
.widget_rss ul li:lang(ar), .widget_tag_cloud .tagcloud:lang(ar), .entry .entry-content .wp-block-button .wp-block-button__link:lang(ar), .entry .entry-content .wp-block-archives li:lang(ar),
|
||||
.entry .entry-content .wp-block-categories li:lang(ar),
|
||||
.entry .entry-content .wp-block-latest-posts li:lang(ar), .entry .entry-content .wp-block-verse:lang(ar), .entry .entry-content .has-drop-cap:lang(ar):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(ar), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ar),
|
||||
.widget_rss ul li:lang(ar), .widget_tag_cloud .tagcloud:lang(ar), .entry .entry-content .wp-block-button .wp-block-button__link:lang(ar), .entry .entry-content .wp-block-archives li > a:lang(ar),
|
||||
.entry .entry-content .wp-block-categories li > a:lang(ar),
|
||||
.entry .entry-content .wp-block-latest-posts li > a:lang(ar), .entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(ar), .entry .entry-content .wp-block-verse:lang(ar), .entry .entry-content .has-drop-cap:lang(ar):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(ar), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ar),
|
||||
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ar),
|
||||
.entry .entry-content .wp-block-cover-image h2:lang(ar),
|
||||
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ar),
|
||||
@@ -173,9 +173,9 @@ input:lang(ary)[type="submit"], .comment-navigation .nav-previous:lang(ary),
|
||||
.widget_pages ul li:lang(ary),
|
||||
.widget_recent_comments ul li:lang(ary),
|
||||
.widget_recent_entries ul li:lang(ary),
|
||||
.widget_rss ul li:lang(ary), .widget_tag_cloud .tagcloud:lang(ary), .entry .entry-content .wp-block-button .wp-block-button__link:lang(ary), .entry .entry-content .wp-block-archives li:lang(ary),
|
||||
.entry .entry-content .wp-block-categories li:lang(ary),
|
||||
.entry .entry-content .wp-block-latest-posts li:lang(ary), .entry .entry-content .wp-block-verse:lang(ary), .entry .entry-content .has-drop-cap:lang(ary):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(ary), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ary),
|
||||
.widget_rss ul li:lang(ary), .widget_tag_cloud .tagcloud:lang(ary), .entry .entry-content .wp-block-button .wp-block-button__link:lang(ary), .entry .entry-content .wp-block-archives li > a:lang(ary),
|
||||
.entry .entry-content .wp-block-categories li > a:lang(ary),
|
||||
.entry .entry-content .wp-block-latest-posts li > a:lang(ary), .entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(ary), .entry .entry-content .wp-block-verse:lang(ary), .entry .entry-content .has-drop-cap:lang(ary):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(ary), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ary),
|
||||
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ary),
|
||||
.entry .entry-content .wp-block-cover-image h2:lang(ary),
|
||||
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ary),
|
||||
@@ -231,9 +231,9 @@ input:lang(azb)[type="submit"], .comment-navigation .nav-previous:lang(azb),
|
||||
.widget_pages ul li:lang(azb),
|
||||
.widget_recent_comments ul li:lang(azb),
|
||||
.widget_recent_entries ul li:lang(azb),
|
||||
.widget_rss ul li:lang(azb), .widget_tag_cloud .tagcloud:lang(azb), .entry .entry-content .wp-block-button .wp-block-button__link:lang(azb), .entry .entry-content .wp-block-archives li:lang(azb),
|
||||
.entry .entry-content .wp-block-categories li:lang(azb),
|
||||
.entry .entry-content .wp-block-latest-posts li:lang(azb), .entry .entry-content .wp-block-verse:lang(azb), .entry .entry-content .has-drop-cap:lang(azb):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(azb), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(azb),
|
||||
.widget_rss ul li:lang(azb), .widget_tag_cloud .tagcloud:lang(azb), .entry .entry-content .wp-block-button .wp-block-button__link:lang(azb), .entry .entry-content .wp-block-archives li > a:lang(azb),
|
||||
.entry .entry-content .wp-block-categories li > a:lang(azb),
|
||||
.entry .entry-content .wp-block-latest-posts li > a:lang(azb), .entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(azb), .entry .entry-content .wp-block-verse:lang(azb), .entry .entry-content .has-drop-cap:lang(azb):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(azb), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(azb),
|
||||
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(azb),
|
||||
.entry .entry-content .wp-block-cover-image h2:lang(azb),
|
||||
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(azb),
|
||||
@@ -289,9 +289,9 @@ input:lang(ckb)[type="submit"], .comment-navigation .nav-previous:lang(ckb),
|
||||
.widget_pages ul li:lang(ckb),
|
||||
.widget_recent_comments ul li:lang(ckb),
|
||||
.widget_recent_entries ul li:lang(ckb),
|
||||
.widget_rss ul li:lang(ckb), .widget_tag_cloud .tagcloud:lang(ckb), .entry .entry-content .wp-block-button .wp-block-button__link:lang(ckb), .entry .entry-content .wp-block-archives li:lang(ckb),
|
||||
.entry .entry-content .wp-block-categories li:lang(ckb),
|
||||
.entry .entry-content .wp-block-latest-posts li:lang(ckb), .entry .entry-content .wp-block-verse:lang(ckb), .entry .entry-content .has-drop-cap:lang(ckb):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(ckb), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ckb),
|
||||
.widget_rss ul li:lang(ckb), .widget_tag_cloud .tagcloud:lang(ckb), .entry .entry-content .wp-block-button .wp-block-button__link:lang(ckb), .entry .entry-content .wp-block-archives li > a:lang(ckb),
|
||||
.entry .entry-content .wp-block-categories li > a:lang(ckb),
|
||||
.entry .entry-content .wp-block-latest-posts li > a:lang(ckb), .entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(ckb), .entry .entry-content .wp-block-verse:lang(ckb), .entry .entry-content .has-drop-cap:lang(ckb):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(ckb), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ckb),
|
||||
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ckb),
|
||||
.entry .entry-content .wp-block-cover-image h2:lang(ckb),
|
||||
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ckb),
|
||||
@@ -347,9 +347,9 @@ input:lang(fa-IR)[type="submit"], .comment-navigation .nav-previous:lang(fa-IR),
|
||||
.widget_pages ul li:lang(fa-IR),
|
||||
.widget_recent_comments ul li:lang(fa-IR),
|
||||
.widget_recent_entries ul li:lang(fa-IR),
|
||||
.widget_rss ul li:lang(fa-IR), .widget_tag_cloud .tagcloud:lang(fa-IR), .entry .entry-content .wp-block-button .wp-block-button__link:lang(fa-IR), .entry .entry-content .wp-block-archives li:lang(fa-IR),
|
||||
.entry .entry-content .wp-block-categories li:lang(fa-IR),
|
||||
.entry .entry-content .wp-block-latest-posts li:lang(fa-IR), .entry .entry-content .wp-block-verse:lang(fa-IR), .entry .entry-content .has-drop-cap:lang(fa-IR):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(fa-IR), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(fa-IR),
|
||||
.widget_rss ul li:lang(fa-IR), .widget_tag_cloud .tagcloud:lang(fa-IR), .entry .entry-content .wp-block-button .wp-block-button__link:lang(fa-IR), .entry .entry-content .wp-block-archives li > a:lang(fa-IR),
|
||||
.entry .entry-content .wp-block-categories li > a:lang(fa-IR),
|
||||
.entry .entry-content .wp-block-latest-posts li > a:lang(fa-IR), .entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(fa-IR), .entry .entry-content .wp-block-verse:lang(fa-IR), .entry .entry-content .has-drop-cap:lang(fa-IR):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(fa-IR), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(fa-IR),
|
||||
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(fa-IR),
|
||||
.entry .entry-content .wp-block-cover-image h2:lang(fa-IR),
|
||||
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(fa-IR),
|
||||
@@ -405,9 +405,9 @@ input:lang(haz)[type="submit"], .comment-navigation .nav-previous:lang(haz),
|
||||
.widget_pages ul li:lang(haz),
|
||||
.widget_recent_comments ul li:lang(haz),
|
||||
.widget_recent_entries ul li:lang(haz),
|
||||
.widget_rss ul li:lang(haz), .widget_tag_cloud .tagcloud:lang(haz), .entry .entry-content .wp-block-button .wp-block-button__link:lang(haz), .entry .entry-content .wp-block-archives li:lang(haz),
|
||||
.entry .entry-content .wp-block-categories li:lang(haz),
|
||||
.entry .entry-content .wp-block-latest-posts li:lang(haz), .entry .entry-content .wp-block-verse:lang(haz), .entry .entry-content .has-drop-cap:lang(haz):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(haz), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(haz),
|
||||
.widget_rss ul li:lang(haz), .widget_tag_cloud .tagcloud:lang(haz), .entry .entry-content .wp-block-button .wp-block-button__link:lang(haz), .entry .entry-content .wp-block-archives li > a:lang(haz),
|
||||
.entry .entry-content .wp-block-categories li > a:lang(haz),
|
||||
.entry .entry-content .wp-block-latest-posts li > a:lang(haz), .entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(haz), .entry .entry-content .wp-block-verse:lang(haz), .entry .entry-content .has-drop-cap:lang(haz):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(haz), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(haz),
|
||||
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(haz),
|
||||
.entry .entry-content .wp-block-cover-image h2:lang(haz),
|
||||
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(haz),
|
||||
@@ -463,9 +463,9 @@ input:lang(ps)[type="submit"], .comment-navigation .nav-previous:lang(ps),
|
||||
.widget_pages ul li:lang(ps),
|
||||
.widget_recent_comments ul li:lang(ps),
|
||||
.widget_recent_entries ul li:lang(ps),
|
||||
.widget_rss ul li:lang(ps), .widget_tag_cloud .tagcloud:lang(ps), .entry .entry-content .wp-block-button .wp-block-button__link:lang(ps), .entry .entry-content .wp-block-archives li:lang(ps),
|
||||
.entry .entry-content .wp-block-categories li:lang(ps),
|
||||
.entry .entry-content .wp-block-latest-posts li:lang(ps), .entry .entry-content .wp-block-verse:lang(ps), .entry .entry-content .has-drop-cap:lang(ps):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(ps), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ps),
|
||||
.widget_rss ul li:lang(ps), .widget_tag_cloud .tagcloud:lang(ps), .entry .entry-content .wp-block-button .wp-block-button__link:lang(ps), .entry .entry-content .wp-block-archives li > a:lang(ps),
|
||||
.entry .entry-content .wp-block-categories li > a:lang(ps),
|
||||
.entry .entry-content .wp-block-latest-posts li > a:lang(ps), .entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(ps), .entry .entry-content .wp-block-verse:lang(ps), .entry .entry-content .has-drop-cap:lang(ps):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(ps), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ps),
|
||||
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ps),
|
||||
.entry .entry-content .wp-block-cover-image h2:lang(ps),
|
||||
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ps),
|
||||
@@ -521,9 +521,9 @@ input:lang(be)[type="submit"], .comment-navigation .nav-previous:lang(be),
|
||||
.widget_pages ul li:lang(be),
|
||||
.widget_recent_comments ul li:lang(be),
|
||||
.widget_recent_entries ul li:lang(be),
|
||||
.widget_rss ul li:lang(be), .widget_tag_cloud .tagcloud:lang(be), .entry .entry-content .wp-block-button .wp-block-button__link:lang(be), .entry .entry-content .wp-block-archives li:lang(be),
|
||||
.entry .entry-content .wp-block-categories li:lang(be),
|
||||
.entry .entry-content .wp-block-latest-posts li:lang(be), .entry .entry-content .wp-block-verse:lang(be), .entry .entry-content .has-drop-cap:lang(be):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(be), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(be),
|
||||
.widget_rss ul li:lang(be), .widget_tag_cloud .tagcloud:lang(be), .entry .entry-content .wp-block-button .wp-block-button__link:lang(be), .entry .entry-content .wp-block-archives li > a:lang(be),
|
||||
.entry .entry-content .wp-block-categories li > a:lang(be),
|
||||
.entry .entry-content .wp-block-latest-posts li > a:lang(be), .entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(be), .entry .entry-content .wp-block-verse:lang(be), .entry .entry-content .has-drop-cap:lang(be):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(be), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(be),
|
||||
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(be),
|
||||
.entry .entry-content .wp-block-cover-image h2:lang(be),
|
||||
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(be),
|
||||
@@ -579,9 +579,9 @@ input:lang(bg-BG)[type="submit"], .comment-navigation .nav-previous:lang(bg-BG),
|
||||
.widget_pages ul li:lang(bg-BG),
|
||||
.widget_recent_comments ul li:lang(bg-BG),
|
||||
.widget_recent_entries ul li:lang(bg-BG),
|
||||
.widget_rss ul li:lang(bg-BG), .widget_tag_cloud .tagcloud:lang(bg-BG), .entry .entry-content .wp-block-button .wp-block-button__link:lang(bg-BG), .entry .entry-content .wp-block-archives li:lang(bg-BG),
|
||||
.entry .entry-content .wp-block-categories li:lang(bg-BG),
|
||||
.entry .entry-content .wp-block-latest-posts li:lang(bg-BG), .entry .entry-content .wp-block-verse:lang(bg-BG), .entry .entry-content .has-drop-cap:lang(bg-BG):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(bg-BG), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(bg-BG),
|
||||
.widget_rss ul li:lang(bg-BG), .widget_tag_cloud .tagcloud:lang(bg-BG), .entry .entry-content .wp-block-button .wp-block-button__link:lang(bg-BG), .entry .entry-content .wp-block-archives li > a:lang(bg-BG),
|
||||
.entry .entry-content .wp-block-categories li > a:lang(bg-BG),
|
||||
.entry .entry-content .wp-block-latest-posts li > a:lang(bg-BG), .entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(bg-BG), .entry .entry-content .wp-block-verse:lang(bg-BG), .entry .entry-content .has-drop-cap:lang(bg-BG):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(bg-BG), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(bg-BG),
|
||||
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(bg-BG),
|
||||
.entry .entry-content .wp-block-cover-image h2:lang(bg-BG),
|
||||
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(bg-BG),
|
||||
@@ -637,9 +637,9 @@ input:lang(kk)[type="submit"], .comment-navigation .nav-previous:lang(kk),
|
||||
.widget_pages ul li:lang(kk),
|
||||
.widget_recent_comments ul li:lang(kk),
|
||||
.widget_recent_entries ul li:lang(kk),
|
||||
.widget_rss ul li:lang(kk), .widget_tag_cloud .tagcloud:lang(kk), .entry .entry-content .wp-block-button .wp-block-button__link:lang(kk), .entry .entry-content .wp-block-archives li:lang(kk),
|
||||
.entry .entry-content .wp-block-categories li:lang(kk),
|
||||
.entry .entry-content .wp-block-latest-posts li:lang(kk), .entry .entry-content .wp-block-verse:lang(kk), .entry .entry-content .has-drop-cap:lang(kk):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(kk), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(kk),
|
||||
.widget_rss ul li:lang(kk), .widget_tag_cloud .tagcloud:lang(kk), .entry .entry-content .wp-block-button .wp-block-button__link:lang(kk), .entry .entry-content .wp-block-archives li > a:lang(kk),
|
||||
.entry .entry-content .wp-block-categories li > a:lang(kk),
|
||||
.entry .entry-content .wp-block-latest-posts li > a:lang(kk), .entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(kk), .entry .entry-content .wp-block-verse:lang(kk), .entry .entry-content .has-drop-cap:lang(kk):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(kk), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(kk),
|
||||
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(kk),
|
||||
.entry .entry-content .wp-block-cover-image h2:lang(kk),
|
||||
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(kk),
|
||||
@@ -695,9 +695,9 @@ input:lang(mk-MK)[type="submit"], .comment-navigation .nav-previous:lang(mk-MK),
|
||||
.widget_pages ul li:lang(mk-MK),
|
||||
.widget_recent_comments ul li:lang(mk-MK),
|
||||
.widget_recent_entries ul li:lang(mk-MK),
|
||||
.widget_rss ul li:lang(mk-MK), .widget_tag_cloud .tagcloud:lang(mk-MK), .entry .entry-content .wp-block-button .wp-block-button__link:lang(mk-MK), .entry .entry-content .wp-block-archives li:lang(mk-MK),
|
||||
.entry .entry-content .wp-block-categories li:lang(mk-MK),
|
||||
.entry .entry-content .wp-block-latest-posts li:lang(mk-MK), .entry .entry-content .wp-block-verse:lang(mk-MK), .entry .entry-content .has-drop-cap:lang(mk-MK):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(mk-MK), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(mk-MK),
|
||||
.widget_rss ul li:lang(mk-MK), .widget_tag_cloud .tagcloud:lang(mk-MK), .entry .entry-content .wp-block-button .wp-block-button__link:lang(mk-MK), .entry .entry-content .wp-block-archives li > a:lang(mk-MK),
|
||||
.entry .entry-content .wp-block-categories li > a:lang(mk-MK),
|
||||
.entry .entry-content .wp-block-latest-posts li > a:lang(mk-MK), .entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(mk-MK), .entry .entry-content .wp-block-verse:lang(mk-MK), .entry .entry-content .has-drop-cap:lang(mk-MK):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(mk-MK), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(mk-MK),
|
||||
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(mk-MK),
|
||||
.entry .entry-content .wp-block-cover-image h2:lang(mk-MK),
|
||||
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(mk-MK),
|
||||
@@ -753,9 +753,9 @@ input:lang(mn)[type="submit"], .comment-navigation .nav-previous:lang(mn),
|
||||
.widget_pages ul li:lang(mn),
|
||||
.widget_recent_comments ul li:lang(mn),
|
||||
.widget_recent_entries ul li:lang(mn),
|
||||
.widget_rss ul li:lang(mn), .widget_tag_cloud .tagcloud:lang(mn), .entry .entry-content .wp-block-button .wp-block-button__link:lang(mn), .entry .entry-content .wp-block-archives li:lang(mn),
|
||||
.entry .entry-content .wp-block-categories li:lang(mn),
|
||||
.entry .entry-content .wp-block-latest-posts li:lang(mn), .entry .entry-content .wp-block-verse:lang(mn), .entry .entry-content .has-drop-cap:lang(mn):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(mn), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(mn),
|
||||
.widget_rss ul li:lang(mn), .widget_tag_cloud .tagcloud:lang(mn), .entry .entry-content .wp-block-button .wp-block-button__link:lang(mn), .entry .entry-content .wp-block-archives li > a:lang(mn),
|
||||
.entry .entry-content .wp-block-categories li > a:lang(mn),
|
||||
.entry .entry-content .wp-block-latest-posts li > a:lang(mn), .entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(mn), .entry .entry-content .wp-block-verse:lang(mn), .entry .entry-content .has-drop-cap:lang(mn):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(mn), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(mn),
|
||||
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(mn),
|
||||
.entry .entry-content .wp-block-cover-image h2:lang(mn),
|
||||
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(mn),
|
||||
@@ -811,9 +811,9 @@ input:lang(ru-RU)[type="submit"], .comment-navigation .nav-previous:lang(ru-RU),
|
||||
.widget_pages ul li:lang(ru-RU),
|
||||
.widget_recent_comments ul li:lang(ru-RU),
|
||||
.widget_recent_entries ul li:lang(ru-RU),
|
||||
.widget_rss ul li:lang(ru-RU), .widget_tag_cloud .tagcloud:lang(ru-RU), .entry .entry-content .wp-block-button .wp-block-button__link:lang(ru-RU), .entry .entry-content .wp-block-archives li:lang(ru-RU),
|
||||
.entry .entry-content .wp-block-categories li:lang(ru-RU),
|
||||
.entry .entry-content .wp-block-latest-posts li:lang(ru-RU), .entry .entry-content .wp-block-verse:lang(ru-RU), .entry .entry-content .has-drop-cap:lang(ru-RU):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(ru-RU), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ru-RU),
|
||||
.widget_rss ul li:lang(ru-RU), .widget_tag_cloud .tagcloud:lang(ru-RU), .entry .entry-content .wp-block-button .wp-block-button__link:lang(ru-RU), .entry .entry-content .wp-block-archives li > a:lang(ru-RU),
|
||||
.entry .entry-content .wp-block-categories li > a:lang(ru-RU),
|
||||
.entry .entry-content .wp-block-latest-posts li > a:lang(ru-RU), .entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(ru-RU), .entry .entry-content .wp-block-verse:lang(ru-RU), .entry .entry-content .has-drop-cap:lang(ru-RU):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(ru-RU), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ru-RU),
|
||||
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ru-RU),
|
||||
.entry .entry-content .wp-block-cover-image h2:lang(ru-RU),
|
||||
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ru-RU),
|
||||
@@ -869,9 +869,9 @@ input:lang(sah)[type="submit"], .comment-navigation .nav-previous:lang(sah),
|
||||
.widget_pages ul li:lang(sah),
|
||||
.widget_recent_comments ul li:lang(sah),
|
||||
.widget_recent_entries ul li:lang(sah),
|
||||
.widget_rss ul li:lang(sah), .widget_tag_cloud .tagcloud:lang(sah), .entry .entry-content .wp-block-button .wp-block-button__link:lang(sah), .entry .entry-content .wp-block-archives li:lang(sah),
|
||||
.entry .entry-content .wp-block-categories li:lang(sah),
|
||||
.entry .entry-content .wp-block-latest-posts li:lang(sah), .entry .entry-content .wp-block-verse:lang(sah), .entry .entry-content .has-drop-cap:lang(sah):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(sah), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(sah),
|
||||
.widget_rss ul li:lang(sah), .widget_tag_cloud .tagcloud:lang(sah), .entry .entry-content .wp-block-button .wp-block-button__link:lang(sah), .entry .entry-content .wp-block-archives li > a:lang(sah),
|
||||
.entry .entry-content .wp-block-categories li > a:lang(sah),
|
||||
.entry .entry-content .wp-block-latest-posts li > a:lang(sah), .entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(sah), .entry .entry-content .wp-block-verse:lang(sah), .entry .entry-content .has-drop-cap:lang(sah):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(sah), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(sah),
|
||||
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(sah),
|
||||
.entry .entry-content .wp-block-cover-image h2:lang(sah),
|
||||
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(sah),
|
||||
@@ -927,9 +927,9 @@ input:lang(sr-RS)[type="submit"], .comment-navigation .nav-previous:lang(sr-RS),
|
||||
.widget_pages ul li:lang(sr-RS),
|
||||
.widget_recent_comments ul li:lang(sr-RS),
|
||||
.widget_recent_entries ul li:lang(sr-RS),
|
||||
.widget_rss ul li:lang(sr-RS), .widget_tag_cloud .tagcloud:lang(sr-RS), .entry .entry-content .wp-block-button .wp-block-button__link:lang(sr-RS), .entry .entry-content .wp-block-archives li:lang(sr-RS),
|
||||
.entry .entry-content .wp-block-categories li:lang(sr-RS),
|
||||
.entry .entry-content .wp-block-latest-posts li:lang(sr-RS), .entry .entry-content .wp-block-verse:lang(sr-RS), .entry .entry-content .has-drop-cap:lang(sr-RS):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(sr-RS), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(sr-RS),
|
||||
.widget_rss ul li:lang(sr-RS), .widget_tag_cloud .tagcloud:lang(sr-RS), .entry .entry-content .wp-block-button .wp-block-button__link:lang(sr-RS), .entry .entry-content .wp-block-archives li > a:lang(sr-RS),
|
||||
.entry .entry-content .wp-block-categories li > a:lang(sr-RS),
|
||||
.entry .entry-content .wp-block-latest-posts li > a:lang(sr-RS), .entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(sr-RS), .entry .entry-content .wp-block-verse:lang(sr-RS), .entry .entry-content .has-drop-cap:lang(sr-RS):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(sr-RS), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(sr-RS),
|
||||
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(sr-RS),
|
||||
.entry .entry-content .wp-block-cover-image h2:lang(sr-RS),
|
||||
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(sr-RS),
|
||||
@@ -985,9 +985,9 @@ input:lang(tt-RU)[type="submit"], .comment-navigation .nav-previous:lang(tt-RU),
|
||||
.widget_pages ul li:lang(tt-RU),
|
||||
.widget_recent_comments ul li:lang(tt-RU),
|
||||
.widget_recent_entries ul li:lang(tt-RU),
|
||||
.widget_rss ul li:lang(tt-RU), .widget_tag_cloud .tagcloud:lang(tt-RU), .entry .entry-content .wp-block-button .wp-block-button__link:lang(tt-RU), .entry .entry-content .wp-block-archives li:lang(tt-RU),
|
||||
.entry .entry-content .wp-block-categories li:lang(tt-RU),
|
||||
.entry .entry-content .wp-block-latest-posts li:lang(tt-RU), .entry .entry-content .wp-block-verse:lang(tt-RU), .entry .entry-content .has-drop-cap:lang(tt-RU):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(tt-RU), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(tt-RU),
|
||||
.widget_rss ul li:lang(tt-RU), .widget_tag_cloud .tagcloud:lang(tt-RU), .entry .entry-content .wp-block-button .wp-block-button__link:lang(tt-RU), .entry .entry-content .wp-block-archives li > a:lang(tt-RU),
|
||||
.entry .entry-content .wp-block-categories li > a:lang(tt-RU),
|
||||
.entry .entry-content .wp-block-latest-posts li > a:lang(tt-RU), .entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(tt-RU), .entry .entry-content .wp-block-verse:lang(tt-RU), .entry .entry-content .has-drop-cap:lang(tt-RU):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(tt-RU), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(tt-RU),
|
||||
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(tt-RU),
|
||||
.entry .entry-content .wp-block-cover-image h2:lang(tt-RU),
|
||||
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(tt-RU),
|
||||
@@ -1043,9 +1043,9 @@ input:lang(uk)[type="submit"], .comment-navigation .nav-previous:lang(uk),
|
||||
.widget_pages ul li:lang(uk),
|
||||
.widget_recent_comments ul li:lang(uk),
|
||||
.widget_recent_entries ul li:lang(uk),
|
||||
.widget_rss ul li:lang(uk), .widget_tag_cloud .tagcloud:lang(uk), .entry .entry-content .wp-block-button .wp-block-button__link:lang(uk), .entry .entry-content .wp-block-archives li:lang(uk),
|
||||
.entry .entry-content .wp-block-categories li:lang(uk),
|
||||
.entry .entry-content .wp-block-latest-posts li:lang(uk), .entry .entry-content .wp-block-verse:lang(uk), .entry .entry-content .has-drop-cap:lang(uk):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(uk), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(uk),
|
||||
.widget_rss ul li:lang(uk), .widget_tag_cloud .tagcloud:lang(uk), .entry .entry-content .wp-block-button .wp-block-button__link:lang(uk), .entry .entry-content .wp-block-archives li > a:lang(uk),
|
||||
.entry .entry-content .wp-block-categories li > a:lang(uk),
|
||||
.entry .entry-content .wp-block-latest-posts li > a:lang(uk), .entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(uk), .entry .entry-content .wp-block-verse:lang(uk), .entry .entry-content .has-drop-cap:lang(uk):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(uk), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(uk),
|
||||
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(uk),
|
||||
.entry .entry-content .wp-block-cover-image h2:lang(uk),
|
||||
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(uk),
|
||||
@@ -1101,9 +1101,9 @@ input:lang(zh-HK)[type="submit"], .comment-navigation .nav-previous:lang(zh-HK),
|
||||
.widget_pages ul li:lang(zh-HK),
|
||||
.widget_recent_comments ul li:lang(zh-HK),
|
||||
.widget_recent_entries ul li:lang(zh-HK),
|
||||
.widget_rss ul li:lang(zh-HK), .widget_tag_cloud .tagcloud:lang(zh-HK), .entry .entry-content .wp-block-button .wp-block-button__link:lang(zh-HK), .entry .entry-content .wp-block-archives li:lang(zh-HK),
|
||||
.entry .entry-content .wp-block-categories li:lang(zh-HK),
|
||||
.entry .entry-content .wp-block-latest-posts li:lang(zh-HK), .entry .entry-content .wp-block-verse:lang(zh-HK), .entry .entry-content .has-drop-cap:lang(zh-HK):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(zh-HK), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(zh-HK),
|
||||
.widget_rss ul li:lang(zh-HK), .widget_tag_cloud .tagcloud:lang(zh-HK), .entry .entry-content .wp-block-button .wp-block-button__link:lang(zh-HK), .entry .entry-content .wp-block-archives li > a:lang(zh-HK),
|
||||
.entry .entry-content .wp-block-categories li > a:lang(zh-HK),
|
||||
.entry .entry-content .wp-block-latest-posts li > a:lang(zh-HK), .entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(zh-HK), .entry .entry-content .wp-block-verse:lang(zh-HK), .entry .entry-content .has-drop-cap:lang(zh-HK):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(zh-HK), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(zh-HK),
|
||||
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(zh-HK),
|
||||
.entry .entry-content .wp-block-cover-image h2:lang(zh-HK),
|
||||
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(zh-HK),
|
||||
@@ -1159,9 +1159,9 @@ input:lang(zh-TW)[type="submit"], .comment-navigation .nav-previous:lang(zh-TW),
|
||||
.widget_pages ul li:lang(zh-TW),
|
||||
.widget_recent_comments ul li:lang(zh-TW),
|
||||
.widget_recent_entries ul li:lang(zh-TW),
|
||||
.widget_rss ul li:lang(zh-TW), .widget_tag_cloud .tagcloud:lang(zh-TW), .entry .entry-content .wp-block-button .wp-block-button__link:lang(zh-TW), .entry .entry-content .wp-block-archives li:lang(zh-TW),
|
||||
.entry .entry-content .wp-block-categories li:lang(zh-TW),
|
||||
.entry .entry-content .wp-block-latest-posts li:lang(zh-TW), .entry .entry-content .wp-block-verse:lang(zh-TW), .entry .entry-content .has-drop-cap:lang(zh-TW):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(zh-TW), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(zh-TW),
|
||||
.widget_rss ul li:lang(zh-TW), .widget_tag_cloud .tagcloud:lang(zh-TW), .entry .entry-content .wp-block-button .wp-block-button__link:lang(zh-TW), .entry .entry-content .wp-block-archives li > a:lang(zh-TW),
|
||||
.entry .entry-content .wp-block-categories li > a:lang(zh-TW),
|
||||
.entry .entry-content .wp-block-latest-posts li > a:lang(zh-TW), .entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(zh-TW), .entry .entry-content .wp-block-verse:lang(zh-TW), .entry .entry-content .has-drop-cap:lang(zh-TW):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(zh-TW), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(zh-TW),
|
||||
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(zh-TW),
|
||||
.entry .entry-content .wp-block-cover-image h2:lang(zh-TW),
|
||||
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(zh-TW),
|
||||
@@ -1217,9 +1217,9 @@ input:lang(zh-CN)[type="submit"], .comment-navigation .nav-previous:lang(zh-CN),
|
||||
.widget_pages ul li:lang(zh-CN),
|
||||
.widget_recent_comments ul li:lang(zh-CN),
|
||||
.widget_recent_entries ul li:lang(zh-CN),
|
||||
.widget_rss ul li:lang(zh-CN), .widget_tag_cloud .tagcloud:lang(zh-CN), .entry .entry-content .wp-block-button .wp-block-button__link:lang(zh-CN), .entry .entry-content .wp-block-archives li:lang(zh-CN),
|
||||
.entry .entry-content .wp-block-categories li:lang(zh-CN),
|
||||
.entry .entry-content .wp-block-latest-posts li:lang(zh-CN), .entry .entry-content .wp-block-verse:lang(zh-CN), .entry .entry-content .has-drop-cap:lang(zh-CN):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(zh-CN), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(zh-CN),
|
||||
.widget_rss ul li:lang(zh-CN), .widget_tag_cloud .tagcloud:lang(zh-CN), .entry .entry-content .wp-block-button .wp-block-button__link:lang(zh-CN), .entry .entry-content .wp-block-archives li > a:lang(zh-CN),
|
||||
.entry .entry-content .wp-block-categories li > a:lang(zh-CN),
|
||||
.entry .entry-content .wp-block-latest-posts li > a:lang(zh-CN), .entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(zh-CN), .entry .entry-content .wp-block-verse:lang(zh-CN), .entry .entry-content .has-drop-cap:lang(zh-CN):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(zh-CN), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(zh-CN),
|
||||
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(zh-CN),
|
||||
.entry .entry-content .wp-block-cover-image h2:lang(zh-CN),
|
||||
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(zh-CN),
|
||||
@@ -1275,9 +1275,9 @@ input:lang(bn-BD)[type="submit"], .comment-navigation .nav-previous:lang(bn-BD),
|
||||
.widget_pages ul li:lang(bn-BD),
|
||||
.widget_recent_comments ul li:lang(bn-BD),
|
||||
.widget_recent_entries ul li:lang(bn-BD),
|
||||
.widget_rss ul li:lang(bn-BD), .widget_tag_cloud .tagcloud:lang(bn-BD), .entry .entry-content .wp-block-button .wp-block-button__link:lang(bn-BD), .entry .entry-content .wp-block-archives li:lang(bn-BD),
|
||||
.entry .entry-content .wp-block-categories li:lang(bn-BD),
|
||||
.entry .entry-content .wp-block-latest-posts li:lang(bn-BD), .entry .entry-content .wp-block-verse:lang(bn-BD), .entry .entry-content .has-drop-cap:lang(bn-BD):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(bn-BD), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(bn-BD),
|
||||
.widget_rss ul li:lang(bn-BD), .widget_tag_cloud .tagcloud:lang(bn-BD), .entry .entry-content .wp-block-button .wp-block-button__link:lang(bn-BD), .entry .entry-content .wp-block-archives li > a:lang(bn-BD),
|
||||
.entry .entry-content .wp-block-categories li > a:lang(bn-BD),
|
||||
.entry .entry-content .wp-block-latest-posts li > a:lang(bn-BD), .entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(bn-BD), .entry .entry-content .wp-block-verse:lang(bn-BD), .entry .entry-content .has-drop-cap:lang(bn-BD):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(bn-BD), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(bn-BD),
|
||||
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(bn-BD),
|
||||
.entry .entry-content .wp-block-cover-image h2:lang(bn-BD),
|
||||
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(bn-BD),
|
||||
@@ -1333,9 +1333,9 @@ input:lang(hi-IN)[type="submit"], .comment-navigation .nav-previous:lang(hi-IN),
|
||||
.widget_pages ul li:lang(hi-IN),
|
||||
.widget_recent_comments ul li:lang(hi-IN),
|
||||
.widget_recent_entries ul li:lang(hi-IN),
|
||||
.widget_rss ul li:lang(hi-IN), .widget_tag_cloud .tagcloud:lang(hi-IN), .entry .entry-content .wp-block-button .wp-block-button__link:lang(hi-IN), .entry .entry-content .wp-block-archives li:lang(hi-IN),
|
||||
.entry .entry-content .wp-block-categories li:lang(hi-IN),
|
||||
.entry .entry-content .wp-block-latest-posts li:lang(hi-IN), .entry .entry-content .wp-block-verse:lang(hi-IN), .entry .entry-content .has-drop-cap:lang(hi-IN):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(hi-IN), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(hi-IN),
|
||||
.widget_rss ul li:lang(hi-IN), .widget_tag_cloud .tagcloud:lang(hi-IN), .entry .entry-content .wp-block-button .wp-block-button__link:lang(hi-IN), .entry .entry-content .wp-block-archives li > a:lang(hi-IN),
|
||||
.entry .entry-content .wp-block-categories li > a:lang(hi-IN),
|
||||
.entry .entry-content .wp-block-latest-posts li > a:lang(hi-IN), .entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(hi-IN), .entry .entry-content .wp-block-verse:lang(hi-IN), .entry .entry-content .has-drop-cap:lang(hi-IN):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(hi-IN), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(hi-IN),
|
||||
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(hi-IN),
|
||||
.entry .entry-content .wp-block-cover-image h2:lang(hi-IN),
|
||||
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(hi-IN),
|
||||
@@ -1391,9 +1391,9 @@ input:lang(mr)[type="submit"], .comment-navigation .nav-previous:lang(mr),
|
||||
.widget_pages ul li:lang(mr),
|
||||
.widget_recent_comments ul li:lang(mr),
|
||||
.widget_recent_entries ul li:lang(mr),
|
||||
.widget_rss ul li:lang(mr), .widget_tag_cloud .tagcloud:lang(mr), .entry .entry-content .wp-block-button .wp-block-button__link:lang(mr), .entry .entry-content .wp-block-archives li:lang(mr),
|
||||
.entry .entry-content .wp-block-categories li:lang(mr),
|
||||
.entry .entry-content .wp-block-latest-posts li:lang(mr), .entry .entry-content .wp-block-verse:lang(mr), .entry .entry-content .has-drop-cap:lang(mr):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(mr), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(mr),
|
||||
.widget_rss ul li:lang(mr), .widget_tag_cloud .tagcloud:lang(mr), .entry .entry-content .wp-block-button .wp-block-button__link:lang(mr), .entry .entry-content .wp-block-archives li > a:lang(mr),
|
||||
.entry .entry-content .wp-block-categories li > a:lang(mr),
|
||||
.entry .entry-content .wp-block-latest-posts li > a:lang(mr), .entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(mr), .entry .entry-content .wp-block-verse:lang(mr), .entry .entry-content .has-drop-cap:lang(mr):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(mr), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(mr),
|
||||
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(mr),
|
||||
.entry .entry-content .wp-block-cover-image h2:lang(mr),
|
||||
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(mr),
|
||||
@@ -1449,9 +1449,9 @@ input:lang(ne-NP)[type="submit"], .comment-navigation .nav-previous:lang(ne-NP),
|
||||
.widget_pages ul li:lang(ne-NP),
|
||||
.widget_recent_comments ul li:lang(ne-NP),
|
||||
.widget_recent_entries ul li:lang(ne-NP),
|
||||
.widget_rss ul li:lang(ne-NP), .widget_tag_cloud .tagcloud:lang(ne-NP), .entry .entry-content .wp-block-button .wp-block-button__link:lang(ne-NP), .entry .entry-content .wp-block-archives li:lang(ne-NP),
|
||||
.entry .entry-content .wp-block-categories li:lang(ne-NP),
|
||||
.entry .entry-content .wp-block-latest-posts li:lang(ne-NP), .entry .entry-content .wp-block-verse:lang(ne-NP), .entry .entry-content .has-drop-cap:lang(ne-NP):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(ne-NP), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ne-NP),
|
||||
.widget_rss ul li:lang(ne-NP), .widget_tag_cloud .tagcloud:lang(ne-NP), .entry .entry-content .wp-block-button .wp-block-button__link:lang(ne-NP), .entry .entry-content .wp-block-archives li > a:lang(ne-NP),
|
||||
.entry .entry-content .wp-block-categories li > a:lang(ne-NP),
|
||||
.entry .entry-content .wp-block-latest-posts li > a:lang(ne-NP), .entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(ne-NP), .entry .entry-content .wp-block-verse:lang(ne-NP), .entry .entry-content .has-drop-cap:lang(ne-NP):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(ne-NP), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ne-NP),
|
||||
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ne-NP),
|
||||
.entry .entry-content .wp-block-cover-image h2:lang(ne-NP),
|
||||
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ne-NP),
|
||||
@@ -1507,9 +1507,9 @@ input:lang(el)[type="submit"], .comment-navigation .nav-previous:lang(el),
|
||||
.widget_pages ul li:lang(el),
|
||||
.widget_recent_comments ul li:lang(el),
|
||||
.widget_recent_entries ul li:lang(el),
|
||||
.widget_rss ul li:lang(el), .widget_tag_cloud .tagcloud:lang(el), .entry .entry-content .wp-block-button .wp-block-button__link:lang(el), .entry .entry-content .wp-block-archives li:lang(el),
|
||||
.entry .entry-content .wp-block-categories li:lang(el),
|
||||
.entry .entry-content .wp-block-latest-posts li:lang(el), .entry .entry-content .wp-block-verse:lang(el), .entry .entry-content .has-drop-cap:lang(el):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(el), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(el),
|
||||
.widget_rss ul li:lang(el), .widget_tag_cloud .tagcloud:lang(el), .entry .entry-content .wp-block-button .wp-block-button__link:lang(el), .entry .entry-content .wp-block-archives li > a:lang(el),
|
||||
.entry .entry-content .wp-block-categories li > a:lang(el),
|
||||
.entry .entry-content .wp-block-latest-posts li > a:lang(el), .entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(el), .entry .entry-content .wp-block-verse:lang(el), .entry .entry-content .has-drop-cap:lang(el):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(el), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(el),
|
||||
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(el),
|
||||
.entry .entry-content .wp-block-cover-image h2:lang(el),
|
||||
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(el),
|
||||
@@ -1565,9 +1565,9 @@ input:lang(gu)[type="submit"], .comment-navigation .nav-previous:lang(gu),
|
||||
.widget_pages ul li:lang(gu),
|
||||
.widget_recent_comments ul li:lang(gu),
|
||||
.widget_recent_entries ul li:lang(gu),
|
||||
.widget_rss ul li:lang(gu), .widget_tag_cloud .tagcloud:lang(gu), .entry .entry-content .wp-block-button .wp-block-button__link:lang(gu), .entry .entry-content .wp-block-archives li:lang(gu),
|
||||
.entry .entry-content .wp-block-categories li:lang(gu),
|
||||
.entry .entry-content .wp-block-latest-posts li:lang(gu), .entry .entry-content .wp-block-verse:lang(gu), .entry .entry-content .has-drop-cap:lang(gu):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(gu), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(gu),
|
||||
.widget_rss ul li:lang(gu), .widget_tag_cloud .tagcloud:lang(gu), .entry .entry-content .wp-block-button .wp-block-button__link:lang(gu), .entry .entry-content .wp-block-archives li > a:lang(gu),
|
||||
.entry .entry-content .wp-block-categories li > a:lang(gu),
|
||||
.entry .entry-content .wp-block-latest-posts li > a:lang(gu), .entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(gu), .entry .entry-content .wp-block-verse:lang(gu), .entry .entry-content .has-drop-cap:lang(gu):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(gu), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(gu),
|
||||
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(gu),
|
||||
.entry .entry-content .wp-block-cover-image h2:lang(gu),
|
||||
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(gu),
|
||||
@@ -1623,9 +1623,9 @@ input:lang(he-IL)[type="submit"], .comment-navigation .nav-previous:lang(he-IL),
|
||||
.widget_pages ul li:lang(he-IL),
|
||||
.widget_recent_comments ul li:lang(he-IL),
|
||||
.widget_recent_entries ul li:lang(he-IL),
|
||||
.widget_rss ul li:lang(he-IL), .widget_tag_cloud .tagcloud:lang(he-IL), .entry .entry-content .wp-block-button .wp-block-button__link:lang(he-IL), .entry .entry-content .wp-block-archives li:lang(he-IL),
|
||||
.entry .entry-content .wp-block-categories li:lang(he-IL),
|
||||
.entry .entry-content .wp-block-latest-posts li:lang(he-IL), .entry .entry-content .wp-block-verse:lang(he-IL), .entry .entry-content .has-drop-cap:lang(he-IL):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(he-IL), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(he-IL),
|
||||
.widget_rss ul li:lang(he-IL), .widget_tag_cloud .tagcloud:lang(he-IL), .entry .entry-content .wp-block-button .wp-block-button__link:lang(he-IL), .entry .entry-content .wp-block-archives li > a:lang(he-IL),
|
||||
.entry .entry-content .wp-block-categories li > a:lang(he-IL),
|
||||
.entry .entry-content .wp-block-latest-posts li > a:lang(he-IL), .entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(he-IL), .entry .entry-content .wp-block-verse:lang(he-IL), .entry .entry-content .has-drop-cap:lang(he-IL):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(he-IL), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(he-IL),
|
||||
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(he-IL),
|
||||
.entry .entry-content .wp-block-cover-image h2:lang(he-IL),
|
||||
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(he-IL),
|
||||
@@ -1681,9 +1681,9 @@ input:lang(ja)[type="submit"], .comment-navigation .nav-previous:lang(ja),
|
||||
.widget_pages ul li:lang(ja),
|
||||
.widget_recent_comments ul li:lang(ja),
|
||||
.widget_recent_entries ul li:lang(ja),
|
||||
.widget_rss ul li:lang(ja), .widget_tag_cloud .tagcloud:lang(ja), .entry .entry-content .wp-block-button .wp-block-button__link:lang(ja), .entry .entry-content .wp-block-archives li:lang(ja),
|
||||
.entry .entry-content .wp-block-categories li:lang(ja),
|
||||
.entry .entry-content .wp-block-latest-posts li:lang(ja), .entry .entry-content .wp-block-verse:lang(ja), .entry .entry-content .has-drop-cap:lang(ja):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(ja), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ja),
|
||||
.widget_rss ul li:lang(ja), .widget_tag_cloud .tagcloud:lang(ja), .entry .entry-content .wp-block-button .wp-block-button__link:lang(ja), .entry .entry-content .wp-block-archives li > a:lang(ja),
|
||||
.entry .entry-content .wp-block-categories li > a:lang(ja),
|
||||
.entry .entry-content .wp-block-latest-posts li > a:lang(ja), .entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(ja), .entry .entry-content .wp-block-verse:lang(ja), .entry .entry-content .has-drop-cap:lang(ja):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(ja), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ja),
|
||||
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ja),
|
||||
.entry .entry-content .wp-block-cover-image h2:lang(ja),
|
||||
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ja),
|
||||
@@ -1739,9 +1739,9 @@ input:lang(ko-KR)[type="submit"], .comment-navigation .nav-previous:lang(ko-KR),
|
||||
.widget_pages ul li:lang(ko-KR),
|
||||
.widget_recent_comments ul li:lang(ko-KR),
|
||||
.widget_recent_entries ul li:lang(ko-KR),
|
||||
.widget_rss ul li:lang(ko-KR), .widget_tag_cloud .tagcloud:lang(ko-KR), .entry .entry-content .wp-block-button .wp-block-button__link:lang(ko-KR), .entry .entry-content .wp-block-archives li:lang(ko-KR),
|
||||
.entry .entry-content .wp-block-categories li:lang(ko-KR),
|
||||
.entry .entry-content .wp-block-latest-posts li:lang(ko-KR), .entry .entry-content .wp-block-verse:lang(ko-KR), .entry .entry-content .has-drop-cap:lang(ko-KR):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(ko-KR), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ko-KR),
|
||||
.widget_rss ul li:lang(ko-KR), .widget_tag_cloud .tagcloud:lang(ko-KR), .entry .entry-content .wp-block-button .wp-block-button__link:lang(ko-KR), .entry .entry-content .wp-block-archives li > a:lang(ko-KR),
|
||||
.entry .entry-content .wp-block-categories li > a:lang(ko-KR),
|
||||
.entry .entry-content .wp-block-latest-posts li > a:lang(ko-KR), .entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(ko-KR), .entry .entry-content .wp-block-verse:lang(ko-KR), .entry .entry-content .has-drop-cap:lang(ko-KR):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(ko-KR), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ko-KR),
|
||||
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ko-KR),
|
||||
.entry .entry-content .wp-block-cover-image h2:lang(ko-KR),
|
||||
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ko-KR),
|
||||
@@ -1797,9 +1797,9 @@ input:lang(th)[type="submit"], .comment-navigation .nav-previous:lang(th),
|
||||
.widget_pages ul li:lang(th),
|
||||
.widget_recent_comments ul li:lang(th),
|
||||
.widget_recent_entries ul li:lang(th),
|
||||
.widget_rss ul li:lang(th), .widget_tag_cloud .tagcloud:lang(th), .entry .entry-content .wp-block-button .wp-block-button__link:lang(th), .entry .entry-content .wp-block-archives li:lang(th),
|
||||
.entry .entry-content .wp-block-categories li:lang(th),
|
||||
.entry .entry-content .wp-block-latest-posts li:lang(th), .entry .entry-content .wp-block-verse:lang(th), .entry .entry-content .has-drop-cap:lang(th):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(th), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(th),
|
||||
.widget_rss ul li:lang(th), .widget_tag_cloud .tagcloud:lang(th), .entry .entry-content .wp-block-button .wp-block-button__link:lang(th), .entry .entry-content .wp-block-archives li > a:lang(th),
|
||||
.entry .entry-content .wp-block-categories li > a:lang(th),
|
||||
.entry .entry-content .wp-block-latest-posts li > a:lang(th), .entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(th), .entry .entry-content .wp-block-verse:lang(th), .entry .entry-content .has-drop-cap:lang(th):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(th), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(th),
|
||||
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(th),
|
||||
.entry .entry-content .wp-block-cover-image h2:lang(th),
|
||||
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(th),
|
||||
@@ -1855,9 +1855,9 @@ input:lang(vi)[type="submit"], .comment-navigation .nav-previous:lang(vi),
|
||||
.widget_pages ul li:lang(vi),
|
||||
.widget_recent_comments ul li:lang(vi),
|
||||
.widget_recent_entries ul li:lang(vi),
|
||||
.widget_rss ul li:lang(vi), .widget_tag_cloud .tagcloud:lang(vi), .entry .entry-content .wp-block-button .wp-block-button__link:lang(vi), .entry .entry-content .wp-block-archives li:lang(vi),
|
||||
.entry .entry-content .wp-block-categories li:lang(vi),
|
||||
.entry .entry-content .wp-block-latest-posts li:lang(vi), .entry .entry-content .wp-block-verse:lang(vi), .entry .entry-content .has-drop-cap:lang(vi):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(vi), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(vi),
|
||||
.widget_rss ul li:lang(vi), .widget_tag_cloud .tagcloud:lang(vi), .entry .entry-content .wp-block-button .wp-block-button__link:lang(vi), .entry .entry-content .wp-block-archives li > a:lang(vi),
|
||||
.entry .entry-content .wp-block-categories li > a:lang(vi),
|
||||
.entry .entry-content .wp-block-latest-posts li > a:lang(vi), .entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date:lang(vi), .entry .entry-content .wp-block-verse:lang(vi), .entry .entry-content .has-drop-cap:lang(vi):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(vi), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(vi),
|
||||
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(vi),
|
||||
.entry .entry-content .wp-block-cover-image h2:lang(vi),
|
||||
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(vi),
|
||||
@@ -5472,28 +5472,13 @@ body.page .main-navigation {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.entry .entry-content .wp-block-archives li,
|
||||
.entry .entry-content .wp-block-categories li,
|
||||
.entry .entry-content .wp-block-latest-posts li {
|
||||
color: #767676;
|
||||
.entry .entry-content .wp-block-archives li > a,
|
||||
.entry .entry-content .wp-block-categories li > a,
|
||||
.entry .entry-content .wp-block-latest-posts li > a {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-size: calc(22px * 1.125);
|
||||
font-weight: bold;
|
||||
line-height: 1.2;
|
||||
padding-bottom: 0.75rem;
|
||||
}
|
||||
|
||||
.entry .entry-content .wp-block-archives li.menu-item-has-children, .entry .entry-content .wp-block-archives li:last-child,
|
||||
.entry .entry-content .wp-block-categories li.menu-item-has-children,
|
||||
.entry .entry-content .wp-block-categories li:last-child,
|
||||
.entry .entry-content .wp-block-latest-posts li.menu-item-has-children,
|
||||
.entry .entry-content .wp-block-latest-posts li:last-child {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.entry .entry-content .wp-block-archives li a,
|
||||
.entry .entry-content .wp-block-categories li a,
|
||||
.entry .entry-content .wp-block-latest-posts li a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@@ -5522,6 +5507,31 @@ body.page .main-navigation {
|
||||
counter-increment: submenu;
|
||||
}
|
||||
|
||||
.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-size: 0.71111em;
|
||||
color: #767676;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-full-content,
|
||||
.entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.entry .entry-content .wp-block-latest-posts li {
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.entry .entry-content .wp-block-latest-posts li.menu-item-has-children, .entry .entry-content .wp-block-latest-posts li:last-child {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.entry .entry-content .wp-block-latest-posts li :not(:last-child) .wp-block-latest-posts__post-excerpt {
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.entry .entry-content .wp-block-latest-posts.is-grid li {
|
||||
border-top: 2px solid #ccc;
|
||||
padding-top: 1rem;
|
||||
|
||||
@@ -289,8 +289,8 @@ body.colors-dark,
|
||||
color: #bbb;
|
||||
}
|
||||
|
||||
.colors-dark button:hover:not( .mejs-container > button ),
|
||||
.colors-dark button:focus,
|
||||
.colors-dark :not( .mejs-button ) > button:hover,
|
||||
.colors-dark :not( .mejs-button ) > button:focus,
|
||||
.colors-dark input[type="button"]:hover,
|
||||
.colors-dark input[type="button"]:focus,
|
||||
.colors-dark input[type="submit"]:hover,
|
||||
|
||||
@@ -726,6 +726,10 @@ table.wp-block-table td:last-child {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.wp-block-button .wp-block-button__link[data-is-placeholder-visible="true"] {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.wp-block-button__link {
|
||||
background-color: #222;
|
||||
color: #fff;
|
||||
|
||||
@@ -307,8 +307,8 @@ body.colors-custom,
|
||||
color: hsl( ' . $hue . ', ' . $saturation . ', 46% ); /* base: #767676; */
|
||||
}
|
||||
|
||||
.colors-custom button:hover:not( .mejs-container > button ),
|
||||
.colors-custom button:focus,
|
||||
.colors-custom :not( .mejs-button ) > button:hover,
|
||||
.colors-custom :not( .mejs-button ) > button:focus,
|
||||
.colors-custom input[type="button"]:hover,
|
||||
.colors-custom input[type="button"]:focus,
|
||||
.colors-custom input[type="submit"]:hover,
|
||||
|
||||
@@ -1034,8 +1034,8 @@ input[type="submit"].secondary {
|
||||
color: #222;
|
||||
}
|
||||
|
||||
button:hover:not( .mejs-container > button ),
|
||||
button:focus,
|
||||
:not( .mejs-button ) > button:hover,
|
||||
:not( .mejs-button ) > button:focus,
|
||||
input[type="button"]:hover,
|
||||
input[type="button"]:focus,
|
||||
input[type="submit"]:hover,
|
||||
@@ -2846,6 +2846,11 @@ img.alignright {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
audio:focus,
|
||||
video:focus {
|
||||
outline: thin dotted;
|
||||
}
|
||||
|
||||
/* Make sure embeds and iframes fit their containers. */
|
||||
|
||||
embed,
|
||||
|
||||
@@ -149,7 +149,7 @@ function excerpt_remove_blocks( $content ) {
|
||||
* If a dynamic block is added to this list, it must not generate another
|
||||
* excerpt, as this will cause an infinite loop to occur.
|
||||
*
|
||||
* @since 4.4.0
|
||||
* @since 5.0.0
|
||||
*
|
||||
* @param array $allowed_blocks The list of allowed blocks.
|
||||
*/
|
||||
|
||||
@@ -89,7 +89,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 100%;
|
||||
min-width: 600px; /* match the min-width of the body in wp-admin.css */
|
||||
min-width: 600px; /* match the min-width of the body in wp-admin/css/common.css */
|
||||
z-index: 99999;
|
||||
background: #23282d;
|
||||
}
|
||||
@@ -809,7 +809,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
||||
/* Toolbar Touchification*/
|
||||
html #wpadminbar {
|
||||
height: 46px;
|
||||
min-width: 300px;
|
||||
min-width: 240px; /* match the min-width of the body in wp-admin/css/common.css */
|
||||
}
|
||||
|
||||
#wpadminbar * {
|
||||
|
||||
2
wp-includes/css/admin-bar-rtl.min.css
vendored
2
wp-includes/css/admin-bar-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -89,7 +89,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
min-width: 600px; /* match the min-width of the body in wp-admin.css */
|
||||
min-width: 600px; /* match the min-width of the body in wp-admin/css/common.css */
|
||||
z-index: 99999;
|
||||
background: #23282d;
|
||||
}
|
||||
@@ -809,7 +809,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
||||
/* Toolbar Touchification*/
|
||||
html #wpadminbar {
|
||||
height: 46px;
|
||||
min-width: 300px;
|
||||
min-width: 240px; /* match the min-width of the body in wp-admin/css/common.css */
|
||||
}
|
||||
|
||||
#wpadminbar * {
|
||||
|
||||
2
wp-includes/css/admin-bar.min.css
vendored
2
wp-includes/css/admin-bar.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -224,6 +224,12 @@ TABLE OF CONTENTS:
|
||||
.wp-core-ui .button-link-delete:hover,
|
||||
.wp-core-ui .button-link-delete:focus {
|
||||
color: #dc3232;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.wp-core-ui .button-link-delete:disabled {
|
||||
/* overrides the default buttons disabled background */
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
.ie8 .wp-core-ui .button-link:focus {
|
||||
|
||||
2
wp-includes/css/buttons-rtl.min.css
vendored
2
wp-includes/css/buttons-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -224,6 +224,12 @@ TABLE OF CONTENTS:
|
||||
.wp-core-ui .button-link-delete:hover,
|
||||
.wp-core-ui .button-link-delete:focus {
|
||||
color: #dc3232;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.wp-core-ui .button-link-delete:disabled {
|
||||
/* overrides the default buttons disabled background */
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
.ie8 .wp-core-ui .button-link:focus {
|
||||
|
||||
2
wp-includes/css/buttons.min.css
vendored
2
wp-includes/css/buttons.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -264,10 +264,10 @@
|
||||
}
|
||||
|
||||
.media-frame-toolbar .media-toolbar {
|
||||
top: initial;
|
||||
top: auto;
|
||||
bottom: -45px;
|
||||
height: auto;
|
||||
overflow: initial;
|
||||
overflow: visible;
|
||||
border-top: 1px solid #ddd;
|
||||
}
|
||||
|
||||
@@ -539,7 +539,7 @@
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
margin: 0;
|
||||
padding: 10px 0;
|
||||
padding: 50px 0 10px;
|
||||
background: #f3f3f3;
|
||||
border-left-width: 1px;
|
||||
border-left-style: solid;
|
||||
@@ -1235,26 +1235,33 @@
|
||||
}
|
||||
|
||||
.media-uploader-status .upload-dismiss-errors {
|
||||
position: absolute;
|
||||
top: -3px;
|
||||
left: -5px;
|
||||
padding: 5px;
|
||||
border-radius: 50%;
|
||||
transition: none;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.media-sidebar .media-uploader-status .upload-dismiss-errors {
|
||||
position: absolute;
|
||||
top: -10px;
|
||||
left: -10px;
|
||||
padding: 10px;
|
||||
transition: none;
|
||||
.uploader-inline .media-uploader-status .upload-dismiss-errors {
|
||||
top: 2px;
|
||||
left: 2px;
|
||||
}
|
||||
|
||||
.media-sidebar .media-uploader-status .upload-dismiss-errors:before {
|
||||
.media-uploader-status .upload-dismiss-errors::before {
|
||||
content: "\f153";
|
||||
display: block;
|
||||
font: normal 16px/1 dashicons;
|
||||
color: #72777c;
|
||||
}
|
||||
|
||||
.media-sidebar .media-uploader-status .upload-dismiss-errors:hover:before,
|
||||
.media-sidebar .media-uploader-status .upload-dismiss-errors:focus:before {
|
||||
.uploader-inline .errors.media-uploader-status .upload-dismiss-errors::before {
|
||||
color: #606a73;
|
||||
}
|
||||
|
||||
.errors.media-uploader-status .upload-dismiss-errors:hover::before,
|
||||
.errors.media-uploader-status .upload-dismiss-errors:focus::before {
|
||||
color: #c00;
|
||||
}
|
||||
|
||||
@@ -1267,6 +1274,7 @@
|
||||
}
|
||||
|
||||
.uploader-inline .upload-errors .upload-error {
|
||||
padding: 12px 30px;
|
||||
background-color: #fbeaea;
|
||||
box-shadow: none;
|
||||
}
|
||||
@@ -2553,8 +2561,9 @@
|
||||
|
||||
/* Landscape specific header override */
|
||||
@media screen and (max-height: 400px) {
|
||||
.media-menu {
|
||||
padding: 0;
|
||||
.media-menu,
|
||||
.media-frame:not(.hide-menu) .media-menu {
|
||||
top: 44px;
|
||||
}
|
||||
|
||||
.media-frame-router {
|
||||
@@ -2575,6 +2584,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 901px) and (max-height: 400px) {
|
||||
.media-menu,
|
||||
.media-frame:not(.hide-menu) .media-menu {
|
||||
top: 0;
|
||||
padding-top: 44px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 480px) {
|
||||
.media-modal-close {
|
||||
top: -5px;
|
||||
@@ -2601,6 +2618,7 @@
|
||||
.media-frame-router,
|
||||
.media-frame:not(.hide-menu) .media-menu {
|
||||
top: 40px;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.media-frame-content {
|
||||
|
||||
2
wp-includes/css/media-views-rtl.min.css
vendored
2
wp-includes/css/media-views-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -264,10 +264,10 @@
|
||||
}
|
||||
|
||||
.media-frame-toolbar .media-toolbar {
|
||||
top: initial;
|
||||
top: auto;
|
||||
bottom: -45px;
|
||||
height: auto;
|
||||
overflow: initial;
|
||||
overflow: visible;
|
||||
border-top: 1px solid #ddd;
|
||||
}
|
||||
|
||||
@@ -539,7 +539,7 @@
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
margin: 0;
|
||||
padding: 10px 0;
|
||||
padding: 50px 0 10px;
|
||||
background: #f3f3f3;
|
||||
border-right-width: 1px;
|
||||
border-right-style: solid;
|
||||
@@ -1235,26 +1235,33 @@
|
||||
}
|
||||
|
||||
.media-uploader-status .upload-dismiss-errors {
|
||||
position: absolute;
|
||||
top: -3px;
|
||||
right: -5px;
|
||||
padding: 5px;
|
||||
border-radius: 50%;
|
||||
transition: none;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.media-sidebar .media-uploader-status .upload-dismiss-errors {
|
||||
position: absolute;
|
||||
top: -10px;
|
||||
right: -10px;
|
||||
padding: 10px;
|
||||
transition: none;
|
||||
.uploader-inline .media-uploader-status .upload-dismiss-errors {
|
||||
top: 2px;
|
||||
right: 2px;
|
||||
}
|
||||
|
||||
.media-sidebar .media-uploader-status .upload-dismiss-errors:before {
|
||||
.media-uploader-status .upload-dismiss-errors::before {
|
||||
content: "\f153";
|
||||
display: block;
|
||||
font: normal 16px/1 dashicons;
|
||||
color: #72777c;
|
||||
}
|
||||
|
||||
.media-sidebar .media-uploader-status .upload-dismiss-errors:hover:before,
|
||||
.media-sidebar .media-uploader-status .upload-dismiss-errors:focus:before {
|
||||
.uploader-inline .errors.media-uploader-status .upload-dismiss-errors::before {
|
||||
color: #606a73;
|
||||
}
|
||||
|
||||
.errors.media-uploader-status .upload-dismiss-errors:hover::before,
|
||||
.errors.media-uploader-status .upload-dismiss-errors:focus::before {
|
||||
color: #c00;
|
||||
}
|
||||
|
||||
@@ -1267,6 +1274,7 @@
|
||||
}
|
||||
|
||||
.uploader-inline .upload-errors .upload-error {
|
||||
padding: 12px 30px;
|
||||
background-color: #fbeaea;
|
||||
box-shadow: none;
|
||||
}
|
||||
@@ -2553,8 +2561,9 @@
|
||||
|
||||
/* Landscape specific header override */
|
||||
@media screen and (max-height: 400px) {
|
||||
.media-menu {
|
||||
padding: 0;
|
||||
.media-menu,
|
||||
.media-frame:not(.hide-menu) .media-menu {
|
||||
top: 44px;
|
||||
}
|
||||
|
||||
.media-frame-router {
|
||||
@@ -2575,6 +2584,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 901px) and (max-height: 400px) {
|
||||
.media-menu,
|
||||
.media-frame:not(.hide-menu) .media-menu {
|
||||
top: 0;
|
||||
padding-top: 44px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 480px) {
|
||||
.media-modal-close {
|
||||
top: -5px;
|
||||
@@ -2601,6 +2618,7 @@
|
||||
.media-frame-router,
|
||||
.media-frame:not(.hide-menu) .media-menu {
|
||||
top: 40px;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.media-frame-content {
|
||||
|
||||
2
wp-includes/css/media-views.min.css
vendored
2
wp-includes/css/media-views.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -3001,19 +3001,19 @@ function wp_rel_nofollow( $text ) {
|
||||
*/
|
||||
function wp_rel_nofollow_callback( $matches ) {
|
||||
$text = $matches[1];
|
||||
$atts = shortcode_parse_atts( $matches[1] );
|
||||
$atts = wp_kses_hair( $matches[1], wp_allowed_protocols() );
|
||||
$rel = 'nofollow';
|
||||
|
||||
if ( ! empty( $atts['href'] ) ) {
|
||||
if ( in_array( strtolower( wp_parse_url( $atts['href'], PHP_URL_SCHEME ) ), array( 'http', 'https' ), true ) ) {
|
||||
if ( strtolower( wp_parse_url( $atts['href'], PHP_URL_HOST ) ) === strtolower( wp_parse_url( home_url(), PHP_URL_HOST ) ) ) {
|
||||
if ( in_array( strtolower( wp_parse_url( $atts['href']['value'], PHP_URL_SCHEME ) ), array( 'http', 'https' ), true ) ) {
|
||||
if ( strtolower( wp_parse_url( $atts['href']['value'], PHP_URL_HOST ) ) === strtolower( wp_parse_url( home_url(), PHP_URL_HOST ) ) ) {
|
||||
return "<a $text>";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if ( ! empty( $atts['rel'] ) ) {
|
||||
$parts = array_map( 'trim', explode( ' ', $atts['rel'] ) );
|
||||
$parts = array_map( 'trim', explode( ' ', $atts['rel']['value'] ) );
|
||||
if ( false === array_search( 'nofollow', $parts ) ) {
|
||||
$parts[] = 'nofollow';
|
||||
}
|
||||
@@ -3022,7 +3022,11 @@ function wp_rel_nofollow_callback( $matches ) {
|
||||
|
||||
$html = '';
|
||||
foreach ( $atts as $name => $value ) {
|
||||
$html .= "{$name}=\"" . esc_attr( $value ) . '" ';
|
||||
if ( isset( $value['vless'] ) && 'y' === $value['vless'] ) {
|
||||
$html .= $name . ' ';
|
||||
} else {
|
||||
$html .= "{$name}=\"" . esc_attr( $value['value'] ) . '" ';
|
||||
}
|
||||
}
|
||||
$text = trim( $html );
|
||||
}
|
||||
@@ -3228,7 +3232,7 @@ function convert_smilies( $text ) {
|
||||
$content = $textarr[ $i ];
|
||||
|
||||
// If we're in an ignore block, wait until we find its closing tag
|
||||
if ( '' == $ignore_block_element && preg_match( '/^<(' . $tags_to_ignore . ')>/', $content, $matches ) ) {
|
||||
if ( '' == $ignore_block_element && preg_match( '/^<(' . $tags_to_ignore . ')[^>]*>/', $content, $matches ) ) {
|
||||
$ignore_block_element = $matches[1];
|
||||
}
|
||||
|
||||
|
||||
@@ -707,8 +707,9 @@ EditAttachments = MediaFrame.extend(/** @lends wp.media.view.MediaFrame.EditAtta
|
||||
// Initialize modal container view.
|
||||
if ( this.options.modal ) {
|
||||
this.modal = new wp.media.view.Modal({
|
||||
controller: this,
|
||||
title: this.options.title
|
||||
controller: this,
|
||||
title: this.options.title,
|
||||
hasCloseButton: false
|
||||
});
|
||||
|
||||
this.modal.on( 'open', _.bind( function () {
|
||||
@@ -994,6 +995,7 @@ DeleteSelected = Button.extend(/** @lends wp.media.view.DeleteSelectedButton.pro
|
||||
this.options.filters.model.on( 'change', this.filterChange, this );
|
||||
}
|
||||
this.controller.on( 'selection:toggle', this.toggleDisabled, this );
|
||||
this.controller.on( 'select:activate', this.toggleDisabled, this );
|
||||
},
|
||||
|
||||
filterChange: function( model ) {
|
||||
|
||||
2
wp-includes/js/media-grid.min.js
vendored
2
wp-includes/js/media-grid.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -4318,9 +4318,10 @@ Modal = wp.media.View.extend(/** @lends wp.media.view.Modal.prototype */{
|
||||
|
||||
initialize: function() {
|
||||
_.defaults( this.options, {
|
||||
container: document.body,
|
||||
title: '',
|
||||
propagate: true
|
||||
container: document.body,
|
||||
title: '',
|
||||
propagate: true,
|
||||
hasCloseButton: true
|
||||
});
|
||||
|
||||
this.focusManager = new wp.media.view.FocusManager({
|
||||
@@ -4332,7 +4333,8 @@ Modal = wp.media.View.extend(/** @lends wp.media.view.Modal.prototype */{
|
||||
*/
|
||||
prepare: function() {
|
||||
return {
|
||||
title: this.options.title
|
||||
title: this.options.title,
|
||||
hasCloseButton: this.options.hasCloseButton
|
||||
};
|
||||
},
|
||||
|
||||
@@ -4407,6 +4409,9 @@ Modal = wp.media.View.extend(/** @lends wp.media.view.Modal.prototype */{
|
||||
// Set initial focus on the content instead of this view element, to avoid page scrolling.
|
||||
this.$( '.media-modal' ).focus();
|
||||
|
||||
// Hide the page content from assistive technologies.
|
||||
this.focusManager.setAriaHiddenOnBodyChildren( $el );
|
||||
|
||||
return this.propagate('open');
|
||||
},
|
||||
|
||||
@@ -4425,6 +4430,12 @@ Modal = wp.media.View.extend(/** @lends wp.media.view.Modal.prototype */{
|
||||
// Hide modal and remove restricted media modal tab focus once it's closed
|
||||
this.$el.hide().undelegate( 'keydown' );
|
||||
|
||||
/*
|
||||
* Make visible again to assistive technologies all body children that
|
||||
* have been made hidden when the modal opened.
|
||||
*/
|
||||
this.focusManager.removeAriaHiddenFromBodyChildren();
|
||||
|
||||
// Put focus back in useful location once modal is closed.
|
||||
if ( null !== this.clickedOpenerEl ) {
|
||||
this.clickedOpenerEl.focus();
|
||||
@@ -4516,11 +4527,24 @@ var FocusManager = wp.media.View.extend(/** @lends wp.media.view.FocusManager.pr
|
||||
'keydown': 'constrainTabbing'
|
||||
},
|
||||
|
||||
focus: function() { // Reset focus on first left menu item
|
||||
this.$('.media-menu-item').first().focus();
|
||||
/**
|
||||
* Moves focus to the first visible menu item in the modal.
|
||||
*
|
||||
* @since 3.5.0
|
||||
*
|
||||
* @returns {void}
|
||||
*/
|
||||
focus: function() {
|
||||
this.$( '.media-menu-item' ).filter( ':visible' ).first().focus();
|
||||
},
|
||||
/**
|
||||
* @param {Object} event
|
||||
* Constrains navigation with the Tab key within the media view element.
|
||||
*
|
||||
* @since 4.0.0
|
||||
*
|
||||
* @param {Object} event A keydown jQuery event.
|
||||
*
|
||||
* @returns {void}
|
||||
*/
|
||||
constrainTabbing: function( event ) {
|
||||
var tabbables;
|
||||
@@ -4541,8 +4565,107 @@ var FocusManager = wp.media.View.extend(/** @lends wp.media.view.FocusManager.pr
|
||||
tabbables.last().focus();
|
||||
return false;
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
* Hides from assistive technologies all the body children except the
|
||||
* provided element and other elements that should not be hidden.
|
||||
*
|
||||
* The reason why we use `aria-hidden` is that `aria-modal="true"` is buggy
|
||||
* in Safari 11.1 and support is spotty in other browsers. In the future we
|
||||
* should consider to remove this helper function and only use `aria-modal="true"`.
|
||||
*
|
||||
* @since 5.2.3
|
||||
*
|
||||
* @param {object} visibleElement The jQuery object representing the element that should not be hidden.
|
||||
*
|
||||
* @returns {void}
|
||||
*/
|
||||
setAriaHiddenOnBodyChildren: function( visibleElement ) {
|
||||
var bodyChildren,
|
||||
self = this;
|
||||
|
||||
if ( this.isBodyAriaHidden ) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Get all the body children.
|
||||
bodyChildren = document.body.children;
|
||||
|
||||
// Loop through the body children and hide the ones that should be hidden.
|
||||
_.each( bodyChildren, function( element ) {
|
||||
// Don't hide the modal element.
|
||||
if ( element === visibleElement[0] ) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Determine the body children to hide.
|
||||
if ( self.elementShouldBeHidden( element ) ) {
|
||||
element.setAttribute( 'aria-hidden', 'true' );
|
||||
// Store the hidden elements.
|
||||
self.ariaHiddenElements.push( element );
|
||||
}
|
||||
} );
|
||||
|
||||
this.isBodyAriaHidden = true;
|
||||
},
|
||||
|
||||
/**
|
||||
* Makes visible again to assistive technologies all body children
|
||||
* previously hidden and stored in this.ariaHiddenElements.
|
||||
*
|
||||
* @since 5.2.3
|
||||
*
|
||||
* @returns {void}
|
||||
*/
|
||||
removeAriaHiddenFromBodyChildren: function() {
|
||||
_.each( this.ariaHiddenElements, function( element ) {
|
||||
element.removeAttribute( 'aria-hidden' );
|
||||
} );
|
||||
|
||||
this.ariaHiddenElements = [];
|
||||
this.isBodyAriaHidden = false;
|
||||
},
|
||||
|
||||
/**
|
||||
* Determines if the passed element should not be hidden from assistive technologies.
|
||||
*
|
||||
* @since 5.2.3
|
||||
*
|
||||
* @param {object} element The DOM element that should be checked.
|
||||
*
|
||||
* @returns {boolean} Whether the element should not be hidden from assistive technologies.
|
||||
*/
|
||||
elementShouldBeHidden: function( element ) {
|
||||
var role = element.getAttribute( 'role' ),
|
||||
liveRegionsRoles = [ 'alert', 'status', 'log', 'marquee', 'timer' ];
|
||||
|
||||
/*
|
||||
* Don't hide scripts, elements that already have `aria-hidden`, and
|
||||
* ARIA live regions.
|
||||
*/
|
||||
return ! (
|
||||
element.tagName === 'SCRIPT' ||
|
||||
element.hasAttribute( 'aria-hidden' ) ||
|
||||
element.hasAttribute( 'aria-live' ) ||
|
||||
liveRegionsRoles.indexOf( role ) !== -1
|
||||
);
|
||||
},
|
||||
|
||||
/**
|
||||
* Whether the body children are hidden from assistive technologies.
|
||||
*
|
||||
* @since 5.2.3
|
||||
*/
|
||||
isBodyAriaHidden: false,
|
||||
|
||||
/**
|
||||
* Stores an array of DOM elements that should be hidden from assistive
|
||||
* technologies, for example when the media modal dialog opens.
|
||||
*
|
||||
* @since 5.2.3
|
||||
*/
|
||||
ariaHiddenElements: []
|
||||
});
|
||||
|
||||
module.exports = FocusManager;
|
||||
@@ -5165,18 +5288,15 @@ UploaderStatus = View.extend(/** @lends wp.media.view.UploaderStatus.prototype *
|
||||
}), { at: 0 });
|
||||
},
|
||||
|
||||
/**
|
||||
* @param {Object} event
|
||||
*/
|
||||
dismiss: function( event ) {
|
||||
dismiss: function() {
|
||||
var errors = this.views.get('.upload-errors');
|
||||
|
||||
event.preventDefault();
|
||||
|
||||
if ( errors ) {
|
||||
_.invoke( errors, 'remove' );
|
||||
}
|
||||
wp.Uploader.errors.reset();
|
||||
// Keep focus within the modal after the dismiss button gets removed from the DOM.
|
||||
this.controller.modal.focusManager.focus();
|
||||
}
|
||||
});
|
||||
|
||||
@@ -7685,7 +7805,7 @@ AttachmentsBrowser = View.extend(/** @lends wp.media.view.AttachmentsBrowser.pro
|
||||
disabled: true,
|
||||
text: mediaTrash ? l10n.trashSelected : l10n.deletePermanently,
|
||||
controller: this.controller,
|
||||
priority: -60,
|
||||
priority: -80,
|
||||
click: function() {
|
||||
var changed = [], removed = [],
|
||||
selection = this.controller.state().get( 'selection' ),
|
||||
@@ -7741,7 +7861,7 @@ AttachmentsBrowser = View.extend(/** @lends wp.media.view.AttachmentsBrowser.pro
|
||||
if ( mediaTrash ) {
|
||||
this.toolbar.set( 'deleteSelectedPermanentlyButton', new wp.media.view.DeleteSelectedPermanentlyButton({
|
||||
filters: Filters,
|
||||
style: 'primary',
|
||||
style: 'link button-link-delete',
|
||||
disabled: true,
|
||||
text: l10n.deletePermanently,
|
||||
controller: this.controller,
|
||||
@@ -8459,12 +8579,11 @@ Details = Attachment.extend(/** @lends wp.media.view.Attachment.Details.prototyp
|
||||
className: 'attachment-details',
|
||||
template: wp.template('attachment-details'),
|
||||
|
||||
attributes: function() {
|
||||
return {
|
||||
'tabIndex': 0,
|
||||
'data-id': this.model.get( 'id' )
|
||||
};
|
||||
},
|
||||
/*
|
||||
* Reset all the attributes inherited from Attachment including role=checkbox,
|
||||
* tabindex, etc., as they are inappropriate for this view. See #47458 and [30483] / #30390.
|
||||
*/
|
||||
attributes: {},
|
||||
|
||||
events: {
|
||||
'change [data-setting]': 'updateSetting',
|
||||
|
||||
6
wp-includes/js/media-views.min.js
vendored
6
wp-includes/js/media-views.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -27,8 +27,8 @@ window.wp = window.wp || {};
|
||||
// Clear previous messages to allow repeated strings being read out.
|
||||
clear();
|
||||
|
||||
// Ensure only text is sent to screen readers.
|
||||
message = $( '<p>' ).html( message ).text();
|
||||
// Remove HTML tags, ensuring only text is sent to screen readers.
|
||||
message = wp.sanitize.stripTagsAndEncodeText( message );
|
||||
|
||||
/*
|
||||
* Safari 10+VoiceOver don't announce repeated, identical strings. We use
|
||||
|
||||
2
wp-includes/js/wp-a11y.min.js
vendored
2
wp-includes/js/wp-a11y.min.js
vendored
@@ -1 +1 @@
|
||||
window.wp=window.wp||{},function(a,b){"use strict";function c(a,c){e(),a=b("<p>").html(a).text(),h===a&&(a+="\xa0"),h=a,g&&"assertive"===c?g.text(a):f&&f.text(a)}function d(a){a=a||"polite";var c=b("<div>",{id:"wp-a11y-speak-"+a,"aria-live":a,"aria-relevant":"additions text","aria-atomic":"true","class":"screen-reader-text wp-a11y-speak-region"});return b(document.body).append(c),c}function e(){b(".wp-a11y-speak-region").text("")}var f,g,h="";b(document).ready(function(){f=b("#wp-a11y-speak-polite"),g=b("#wp-a11y-speak-assertive"),f.length||(f=d("polite")),g.length||(g=d("assertive"))}),a.a11y=a.a11y||{},a.a11y.speak=c}(window.wp,window.jQuery);
|
||||
window.wp=window.wp||{},function(a,b){"use strict";function c(b,c){e(),b=a.sanitize.stripTagsAndEncodeText(b),h===b&&(b+="\xa0"),h=b,g&&"assertive"===c?g.text(b):f&&f.text(b)}function d(a){a=a||"polite";var c=b("<div>",{id:"wp-a11y-speak-"+a,"aria-live":a,"aria-relevant":"additions text","aria-atomic":"true","class":"screen-reader-text wp-a11y-speak-region"});return b(document.body).append(c),c}function e(){b(".wp-a11y-speak-region").text("")}var f,g,h="";b(document).ready(function(){f=b("#wp-a11y-speak-polite"),g=b("#wp-a11y-speak-assertive"),f.length||(f=d("polite")),g.length||(g=d("assertive"))}),a.a11y=a.a11y||{},a.a11y.speak=c}(window.wp,window.jQuery);
|
||||
@@ -23,10 +23,20 @@
|
||||
stripTags: function( text ) {
|
||||
text = text || '';
|
||||
|
||||
return text
|
||||
.replace( /<!--[\s\S]*?(-->|$)/g, '' )
|
||||
.replace( /<(script|style)[^>]*>[\s\S]*?(<\/\1>|$)/ig, '' )
|
||||
.replace( /<\/?[a-z][\s\S]*?(>|$)/ig, '' );
|
||||
// Do the replacement.
|
||||
var _text = text
|
||||
.replace( /<!--[\s\S]*?(-->|$)/g, '' )
|
||||
.replace( /<(script|style)[^>]*>[\s\S]*?(<\/\1>|$)/ig, '' )
|
||||
.replace( /<\/?[a-z][\s\S]*?(>|$)/ig, '' );
|
||||
|
||||
// If the initial text is not equal to the modified text,
|
||||
// do the search-replace again, until there is nothing to be replaced.
|
||||
if ( _text !== text ) {
|
||||
return wp.sanitize.stripTags( _text );
|
||||
}
|
||||
|
||||
// Return the text with stripped tags.
|
||||
return _text;
|
||||
},
|
||||
|
||||
/**
|
||||
@@ -41,7 +51,7 @@
|
||||
textarea = document.createElement( 'textarea' );
|
||||
|
||||
try {
|
||||
textarea.innerHTML = _text;
|
||||
textarea.textContent = _text;
|
||||
_text = wp.sanitize.stripTags( textarea.value );
|
||||
} catch ( er ) {}
|
||||
|
||||
|
||||
2
wp-includes/js/wp-sanitize.min.js
vendored
2
wp-includes/js/wp-sanitize.min.js
vendored
@@ -1 +1 @@
|
||||
!function(){window.wp=window.wp||{},wp.sanitize={stripTags:function(a){return a=a||"",a.replace(/<!--[\s\S]*?(-->|$)/g,"").replace(/<(script|style)[^>]*>[\s\S]*?(<\/\1>|$)/gi,"").replace(/<\/?[a-z][\s\S]*?(>|$)/gi,"")},stripTagsAndEncodeText:function(a){var b=wp.sanitize.stripTags(a),c=document.createElement("textarea");try{c.innerHTML=b,b=wp.sanitize.stripTags(c.value)}catch(d){}return b}}}();
|
||||
!function(){window.wp=window.wp||{},wp.sanitize={stripTags:function(a){a=a||"";var b=a.replace(/<!--[\s\S]*?(-->|$)/g,"").replace(/<(script|style)[^>]*>[\s\S]*?(<\/\1>|$)/gi,"").replace(/<\/?[a-z][\s\S]*?(>|$)/gi,"");return b!==a?wp.sanitize.stripTags(b):b},stripTagsAndEncodeText:function(a){var b=wp.sanitize.stripTags(a),c=document.createElement("textarea");try{c.textContent=b,b=wp.sanitize.stripTags(c.value)}catch(d){}return b}}}();
|
||||
@@ -1657,6 +1657,7 @@ function wp_kses_html_error( $string ) {
|
||||
* @return string Sanitized content.
|
||||
*/
|
||||
function wp_kses_bad_protocol_once( $string, $allowed_protocols, $count = 1 ) {
|
||||
$string = preg_replace( '/(�*58(?![;0-9])|�*3a(?![;a-f0-9]))/i', '$1;', $string );
|
||||
$string2 = preg_split( '/:|�*58;|�*3a;/i', $string, 2 );
|
||||
if ( isset( $string2[1] ) && ! preg_match( '%/\?%', $string2[0] ) ) {
|
||||
$string = trim( $string2[1] );
|
||||
|
||||
@@ -185,8 +185,8 @@ function wp_print_media_templates() {
|
||||
</style>
|
||||
<![endif]-->
|
||||
<script type="text/html" id="tmpl-media-frame">
|
||||
<div class="media-frame-title" id="media-frame-title"></div>
|
||||
<div class="media-frame-menu"></div>
|
||||
<div class="media-frame-title"></div>
|
||||
<div class="media-frame-router"></div>
|
||||
<div class="media-frame-content"></div>
|
||||
<div class="media-frame-toolbar"></div>
|
||||
@@ -194,9 +194,11 @@ function wp_print_media_templates() {
|
||||
</script>
|
||||
|
||||
<script type="text/html" id="tmpl-media-modal">
|
||||
<div tabindex="0" class="<?php echo $class; ?>">
|
||||
<button type="button" class="media-modal-close"><span class="media-modal-icon"><span class="screen-reader-text"><?php _e( 'Close media panel' ); ?></span></span></button>
|
||||
<div class="media-modal-content"></div>
|
||||
<div tabindex="0" class="<?php echo $class; ?>" role="dialog" aria-modal="true" aria-labelledby="media-frame-title">
|
||||
<# if ( data.hasCloseButton ) { #>
|
||||
<button type="button" class="media-modal-close"><span class="media-modal-icon"><span class="screen-reader-text"><?php _e( 'Close dialog' ); ?></span></span></button>
|
||||
<# } #>
|
||||
<div class="media-modal-content" role="document"></div>
|
||||
</div>
|
||||
<div class="media-modal-backdrop"></div>
|
||||
</script>
|
||||
@@ -319,6 +321,7 @@ function wp_print_media_templates() {
|
||||
<div class="edit-media-header">
|
||||
<button class="left dashicons <# if ( ! data.hasPrevious ) { #> disabled <# } #>"><span class="screen-reader-text"><?php _e( 'Edit previous media item' ); ?></span></button>
|
||||
<button class="right dashicons <# if ( ! data.hasNext ) { #> disabled <# } #>"><span class="screen-reader-text"><?php _e( 'Edit next media item' ); ?></span></button>
|
||||
<button type="button" class="media-modal-close"><span class="media-modal-icon"><span class="screen-reader-text"><?php _e( 'Close dialog' ); ?></span></span></button>
|
||||
</div>
|
||||
<div class="media-frame-title"></div>
|
||||
<div class="media-frame-content"></div>
|
||||
@@ -1291,9 +1294,9 @@ function wp_print_media_templates() {
|
||||
<dl class="gallery-item">
|
||||
<dt class="gallery-icon">
|
||||
<# if ( attachment.thumbnail ) { #>
|
||||
<img src="{{ attachment.thumbnail.url }}" width="{{ attachment.thumbnail.width }}" height="{{ attachment.thumbnail.height }}" alt="" />
|
||||
<img src="{{ attachment.thumbnail.url }}" width="{{ attachment.thumbnail.width }}" height="{{ attachment.thumbnail.height }}" alt="{{ attachment.alt }}" />
|
||||
<# } else { #>
|
||||
<img src="{{ attachment.url }}" alt="" />
|
||||
<img src="{{ attachment.url }}" alt="{{ attachment.alt }}" />
|
||||
<# } #>
|
||||
</dt>
|
||||
<# if ( attachment.caption ) { #>
|
||||
|
||||
@@ -456,11 +456,15 @@ function wp_update_nav_menu_item( $menu_id = 0, $menu_item_db_id = 0, $menu_item
|
||||
|
||||
$original_parent = 0 < $menu_item_db_id ? get_post_field( 'post_parent', $menu_item_db_id ) : 0;
|
||||
|
||||
if ( 'custom' != $args['menu-item-type'] ) {
|
||||
/* if non-custom menu item, then:
|
||||
* use original object's URL
|
||||
* blank default title to sync with original object's
|
||||
*/
|
||||
if ( 'custom' === $args['menu-item-type'] ) {
|
||||
// If custom menu item, trim the URL.
|
||||
$args['menu-item-url'] = trim( $args['menu-item-url'] );
|
||||
} else {
|
||||
/*
|
||||
* If non-custom menu item, then:
|
||||
* - use the original object's URL.
|
||||
* - blank default title to sync with the original object's title.
|
||||
*/
|
||||
|
||||
$args['menu-item-url'] = '';
|
||||
|
||||
|
||||
@@ -1396,6 +1396,14 @@ if ( ! function_exists( 'wp_validate_redirect' ) ) :
|
||||
return $default;
|
||||
}
|
||||
|
||||
if ( ! isset( $lp['host'] ) && ! empty( $lp['path'] ) && '/' !== $lp['path'][0] ) {
|
||||
$path = '';
|
||||
if ( ! empty( $_SERVER['REQUEST_URI'] ) ) {
|
||||
$path = dirname( parse_url( 'http://placeholder' . $_SERVER['REQUEST_URI'], PHP_URL_PATH ) . '?' );
|
||||
}
|
||||
$location = '/' . ltrim( $path . '/', '/' ) . $location;
|
||||
}
|
||||
|
||||
// Reject if certain components are set but host is not. This catches urls like https:host.com for which parse_url does not set the host field.
|
||||
if ( ! isset( $lp['host'] ) && ( isset( $lp['scheme'] ) || isset( $lp['user'] ) || isset( $lp['pass'] ) || isset( $lp['port'] ) ) ) {
|
||||
return $default;
|
||||
|
||||
@@ -362,26 +362,9 @@ function get_the_content( $more_link_text = null, $strip_teaser = false, $post =
|
||||
}
|
||||
}
|
||||
|
||||
if ( $preview ) { // Preview fix for JavaScript bug with foreign languages.
|
||||
$output = preg_replace_callback( '/\%u([0-9A-F]{4})/', '_convert_urlencoded_to_entities', $output );
|
||||
}
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
||||
/**
|
||||
* Preview fix for JavaScript bug with foreign languages.
|
||||
*
|
||||
* @since 3.1.0
|
||||
* @access private
|
||||
*
|
||||
* @param array $match Match array from preg_replace_callback.
|
||||
* @return string
|
||||
*/
|
||||
function _convert_urlencoded_to_entities( $match ) {
|
||||
return '&#' . base_convert( $match[1], 16, 10 ) . ';';
|
||||
}
|
||||
|
||||
/**
|
||||
* Display the post excerpt.
|
||||
*
|
||||
|
||||
@@ -879,7 +879,9 @@ function wp_default_scripts( &$scripts ) {
|
||||
)
|
||||
);
|
||||
|
||||
$scripts->add( 'wp-a11y', "/wp-includes/js/wp-a11y$suffix.js", array( 'jquery' ), false, 1 );
|
||||
$scripts->add( 'wp-sanitize', "/wp-includes/js/wp-sanitize$suffix.js", array(), false, 1 );
|
||||
|
||||
$scripts->add( 'wp-a11y', "/wp-includes/js/wp-a11y$suffix.js", array( 'jquery', 'wp-sanitize' ), false, 1 );
|
||||
|
||||
$scripts->add( 'sack', "/wp-includes/js/tw-sack$suffix.js", array(), '1.6.1', 1 );
|
||||
|
||||
@@ -1482,7 +1484,7 @@ function wp_default_scripts( &$scripts ) {
|
||||
$scripts->add( 'customize-widgets', "/wp-admin/js/customize-widgets$suffix.js", array( 'jquery', 'jquery-ui-sortable', 'jquery-ui-droppable', 'wp-backbone', 'customize-controls' ), false, 1 );
|
||||
$scripts->add( 'customize-preview-widgets', "/wp-includes/js/customize-preview-widgets$suffix.js", array( 'jquery', 'wp-util', 'customize-preview', 'customize-selective-refresh' ), false, 1 );
|
||||
|
||||
$scripts->add( 'customize-nav-menus', "/wp-admin/js/customize-nav-menus$suffix.js", array( 'jquery', 'wp-backbone', 'customize-controls', 'accordion', 'nav-menu' ), false, 1 );
|
||||
$scripts->add( 'customize-nav-menus', "/wp-admin/js/customize-nav-menus$suffix.js", array( 'jquery', 'wp-backbone', 'customize-controls', 'accordion', 'nav-menu', 'wp-sanitize' ), false, 1 );
|
||||
$scripts->add( 'customize-preview-nav-menus', "/wp-includes/js/customize-preview-nav-menus$suffix.js", array( 'jquery', 'wp-util', 'customize-preview', 'customize-selective-refresh' ), false, 1 );
|
||||
|
||||
$scripts->add( 'wp-custom-header', "/wp-includes/js/wp-custom-header$suffix.js", array( 'wp-a11y' ), false, 1 );
|
||||
@@ -1580,7 +1582,7 @@ function wp_default_scripts( &$scripts ) {
|
||||
)
|
||||
);
|
||||
|
||||
$scripts->add( 'post', "/wp-admin/js/post$suffix.js", array( 'suggest', 'wp-lists', 'postbox', 'tags-box', 'underscore', 'word-count', 'wp-a11y' ), false, 1 );
|
||||
$scripts->add( 'post', "/wp-admin/js/post$suffix.js", array( 'suggest', 'wp-lists', 'postbox', 'tags-box', 'underscore', 'word-count', 'wp-a11y', 'wp-sanitize' ), false, 1 );
|
||||
did_action( 'init' ) && $scripts->localize(
|
||||
'post',
|
||||
'postL10n',
|
||||
@@ -1693,7 +1695,7 @@ function wp_default_scripts( &$scripts ) {
|
||||
$scripts->add( 'site-health', "/wp-admin/js/site-health$suffix.js", array( 'clipboard', 'jquery', 'wp-util', 'wp-a11y', 'wp-i18n' ), false, 1 );
|
||||
$scripts->set_translations( 'site-health' );
|
||||
|
||||
$scripts->add( 'updates', "/wp-admin/js/updates$suffix.js", array( 'jquery', 'wp-util', 'wp-a11y' ), false, 1 );
|
||||
$scripts->add( 'updates', "/wp-admin/js/updates$suffix.js", array( 'jquery', 'wp-util', 'wp-a11y', 'wp-sanitize' ), false, 1 );
|
||||
did_action( 'init' ) && $scripts->localize(
|
||||
'updates',
|
||||
'_wpUpdatesSettings',
|
||||
@@ -1943,7 +1945,7 @@ function wp_default_styles( &$styles ) {
|
||||
$styles->add( 'wp-admin', false, array( 'dashicons', 'common', 'forms', 'admin-menu', 'dashboard', 'list-tables', 'edit', 'revisions', 'media', 'themes', 'about', 'nav-menus', 'widgets', 'site-icon', 'l10n' ) );
|
||||
|
||||
$styles->add( 'login', "/wp-admin/css/login$suffix.css", array( 'dashicons', 'buttons', 'forms', 'l10n' ) );
|
||||
$styles->add( 'install', "/wp-admin/css/install$suffix.css", array( 'buttons' ) );
|
||||
$styles->add( 'install', "/wp-admin/css/install$suffix.css", array( 'dashicons', 'buttons', 'forms', 'l10n' ) );
|
||||
$styles->add( 'wp-color-picker', "/wp-admin/css/color-picker$suffix.css" );
|
||||
$styles->add( 'customize-controls', "/wp-admin/css/customize-controls$suffix.css", array( 'wp-admin', 'colors', 'ie', 'imgareaselect' ) );
|
||||
$styles->add( 'customize-widgets', "/wp-admin/css/customize-widgets$suffix.css", array( 'wp-admin', 'colors' ) );
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.2.2';
|
||||
$wp_version = '5.2.3';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
||||
Reference in New Issue
Block a user