This commit is contained in:
Karin Allarpsdotter 2026-03-31 11:30:59 +02:00
parent a949f316f4
commit 6622b1a5a3
3577 changed files with 218351 additions and 53602 deletions

View File

@ -60,6 +60,102 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
<a href="contribute.php" class="nav-tab"><?php _e( 'Get Involved' ); ?></a>
</nav>
<div class="about__section changelog has-subtle-background-color">
<div class="column">
<h2><?php _e( 'Maintenance and Security Releases' ); ?></h2>
<p>
<?php
printf(
/* translators: %s: WordPress version. */
__( '<strong>Version %s</strong> addressed some security issues.' ),
'6.9.4'
);
?>
<?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( '6.9.4' )
)
);
?>
</p>
<p>
<?php
printf(
/* translators: %s: WordPress version. */
_n(
'<strong>Version %1$s</strong> addressed %2$s bug.',
'<strong>Version %1$s</strong> addressed %2$s bugs.',
1
),
'6.9.3',
1
);
?>
<?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( '6.9.3' )
)
);
?>
</p>
<p>
<?php
printf(
/* translators: %s: WordPress version. */
__( '<strong>Version %s</strong> addressed some security issues.' ),
'6.9.2'
);
?>
<?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( '6.9.2' )
)
);
?>
</p>
<p>
<?php
printf(
/* translators: 1: WordPress version number, 2: Plural number of bugs. */
_n(
'<strong>Version %1$s</strong> addressed %2$s bug.',
'<strong>Version %1$s</strong> addressed %2$s bugs.',
49
),
'6.9.1',
49
);
?>
<?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( '6.9.1' )
)
);
?>
</p>
</div>
</div>
<div class="about__section">
<div class="column">
<h2><?php _e( 'Welcome to WordPress 6.9' ); ?></h2>

View File

@ -504,6 +504,7 @@ ul#adminmenu > li.current > a.current:after {
}
#collapse-button .collapse-button-icon:after {
content: "\f148";
content: "\f148" / '';
display: block;
position: relative;

File diff suppressed because one or more lines are too long

View File

@ -503,6 +503,7 @@ ul#adminmenu > li.current > a.current:after {
}
#collapse-button .collapse-button-icon:after {
content: "\f148";
content: "\f148" / '';
display: block;
position: relative;

File diff suppressed because one or more lines are too long

View File

@ -68,6 +68,7 @@ span.wp-media-buttons-icon:before {
/* Forms */
input[type=checkbox]:checked::before {
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27#{url-friendly-colour(variables.$form-checked)}%27%2F%3E%3C%2Fsvg%3E");
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27#{url-friendly-colour(variables.$form-checked)}%27%2F%3E%3C%2Fsvg%3E") / '';
}

View File

@ -54,6 +54,7 @@ span.wp-media-buttons-icon:before {
/* Forms */
input[type=checkbox]:checked::before {
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E")/"";
}

File diff suppressed because one or more lines are too long

View File

@ -54,6 +54,7 @@ span.wp-media-buttons-icon:before {
/* Forms */
input[type=checkbox]:checked::before {
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E")/"";
}

File diff suppressed because one or more lines are too long

View File

@ -54,6 +54,7 @@ span.wp-media-buttons-icon:before {
/* Forms */
input[type=checkbox]:checked::before {
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%2359524c%27%2F%3E%3C%2Fsvg%3E");
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%2359524c%27%2F%3E%3C%2Fsvg%3E")/"";
}

File diff suppressed because one or more lines are too long

View File

@ -54,6 +54,7 @@ span.wp-media-buttons-icon:before {
/* Forms */
input[type=checkbox]:checked::before {
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%2359524c%27%2F%3E%3C%2Fsvg%3E");
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%2359524c%27%2F%3E%3C%2Fsvg%3E")/"";
}

File diff suppressed because one or more lines are too long

View File

@ -54,6 +54,7 @@ span.wp-media-buttons-icon:before {
/* Forms */
input[type=checkbox]:checked::before {
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23523f6d%27%2F%3E%3C%2Fsvg%3E");
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23523f6d%27%2F%3E%3C%2Fsvg%3E")/"";
}

File diff suppressed because one or more lines are too long

View File

@ -54,6 +54,7 @@ span.wp-media-buttons-icon:before {
/* Forms */
input[type=checkbox]:checked::before {
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23523f6d%27%2F%3E%3C%2Fsvg%3E");
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23523f6d%27%2F%3E%3C%2Fsvg%3E")/"";
}

File diff suppressed because one or more lines are too long

View File

@ -54,6 +54,7 @@ span.wp-media-buttons-icon:before {
/* Forms */
input[type=checkbox]:checked::before {
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E")/"";
}

File diff suppressed because one or more lines are too long

View File

@ -54,6 +54,7 @@ span.wp-media-buttons-icon:before {
/* Forms */
input[type=checkbox]:checked::before {
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E")/"";
}

File diff suppressed because one or more lines are too long

View File

@ -54,6 +54,7 @@ span.wp-media-buttons-icon:before {
/* Forms */
input[type=checkbox]:checked::before {
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E")/"";
}

File diff suppressed because one or more lines are too long

View File

@ -54,6 +54,7 @@ span.wp-media-buttons-icon:before {
/* Forms */
input[type=checkbox]:checked::before {
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E")/"";
}

File diff suppressed because one or more lines are too long

View File

@ -54,6 +54,7 @@ span.wp-media-buttons-icon:before {
/* Forms */
input[type=checkbox]:checked::before {
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E")/"";
}

File diff suppressed because one or more lines are too long

View File

@ -54,6 +54,7 @@ span.wp-media-buttons-icon:before {
/* Forms */
input[type=checkbox]:checked::before {
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E")/"";
}

File diff suppressed because one or more lines are too long

View File

@ -54,6 +54,7 @@ span.wp-media-buttons-icon:before {
/* Forms */
input[type=checkbox]:checked::before {
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23738e96%27%2F%3E%3C%2Fsvg%3E");
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23738e96%27%2F%3E%3C%2Fsvg%3E")/"";
}

File diff suppressed because one or more lines are too long

View File

@ -54,6 +54,7 @@ span.wp-media-buttons-icon:before {
/* Forms */
input[type=checkbox]:checked::before {
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23738e96%27%2F%3E%3C%2Fsvg%3E");
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23738e96%27%2F%3E%3C%2Fsvg%3E")/"";
}

File diff suppressed because one or more lines are too long

View File

@ -54,6 +54,7 @@ span.wp-media-buttons-icon:before {
/* Forms */
input[type=checkbox]:checked::before {
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E")/"";
}

File diff suppressed because one or more lines are too long

View File

@ -54,6 +54,7 @@ span.wp-media-buttons-icon:before {
/* Forms */
input[type=checkbox]:checked::before {
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E");
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%237e8993%27%2F%3E%3C%2Fsvg%3E")/"";
}

File diff suppressed because one or more lines are too long

View File

@ -560,6 +560,7 @@ code {
}
.js-update-details-toggle[aria-expanded="true"] .dashicons::before {
content: "\f142";
content: "\f142" / '';
}
@ -806,6 +807,7 @@ img.emoji {
.notice-dismiss:before {
background: none;
color: #787c82;
content: "\f153";
content: "\f153" / '';
display: block;
font: normal 16px/20px dashicons;
@ -1133,6 +1135,7 @@ th.action-links {
}
.wp-filter .drawer-toggle:before {
content: "\f111";
content: "\f111" / '';
margin: 0 0 0 5px;
color: #646970;
@ -1525,6 +1528,7 @@ div.error {
#plugin-information-footer .update-now:not(.button-disabled):before {
color: #d63638;
content: "\f463";
content: "\f463" / '';
display: inline-block;
font: normal 20px/1 dashicons;
@ -1587,6 +1591,7 @@ div.error {
.button.installing:before,
.button.activating-message:before {
color: #d63638;
content: "\f463";
content: "\f463" / '';
}
@ -1623,12 +1628,14 @@ div.error {
.button.updated-message:before,
.button.activated-message:before {
color: #68de7c;
content: "\f147";
content: "\f147" / '';
}
/* Error icon. */
.update-message.notice-error p:before {
color: #d63638;
content: "\f534";
content: "\f534" / '';
}
@ -1838,6 +1845,7 @@ p.auto-update-status {
#screen-meta-links .show-settings:after {
left: 0;
content: "\f140";
content: "\f140" / '';
font: normal 20px/1 dashicons;
display: inline-block;
@ -1851,6 +1859,7 @@ p.auto-update-status {
}
#screen-meta-links .screen-meta-active:after {
content: "\f142";
content: "\f142" / '';
}
@ -2672,10 +2681,12 @@ div.star-holder .star-rating {
}
.star-rating .star-full:before {
content: "\f155";
content: "\f155" / '';
}
.star-rating .star-half:before {
content: "\f459";
content: "\f459" / '';
}
@ -2684,6 +2695,7 @@ div.star-holder .star-rating {
}
.star-rating .star-empty:before {
content: "\f154";
content: "\f154" / '';
}
@ -3175,6 +3187,7 @@ div.action-links {
}
.plugin-details-modal #TB_closeWindowButton:after {
content: "\f335";
content: "\f335" / '';
font: normal 32px/29px 'dashicons';
-webkit-font-smoothing: antialiased;
@ -3201,6 +3214,7 @@ img {
.meta-box-sortables .postbox .order-lower-indicator::before,
.bulk-action-notice .toggle-indicator::before,
.privacy-text-box .toggle-indicator::before {
content: "\f142";
content: "\f142" / '';
display: inline-block;
font: normal 20px/1 dashicons;
@ -3213,15 +3227,18 @@ img {
.meta-box-sortables .postbox.closed .handlediv .toggle-indicator::before,
.bulk-action-notice .bulk-action-errors-collapsed .toggle-indicator::before,
.privacy-text-box.closed .toggle-indicator::before {
content: "\f140";
content: "\f140" / '';
}
.postbox .handle-order-higher .order-higher-indicator::before {
content: "\f343";
content: "\f343" / '';
color: inherit;
}
.postbox .handle-order-lower .order-lower-indicator::before {
content: "\f347";
content: "\f347" / '';
color: inherit;
}
@ -3345,9 +3362,11 @@ img {
pointer-events: none;
}
[role="treeitem"][aria-expanded="false"] > .folder-label .icon:after {
content: "\f141";
content: "\f139" / '';
}
[role="treeitem"][aria-expanded="true"] > .folder-label .icon:after {
content: "\f140";
content: "\f140" / '';
}
[role="treeitem"] .folder-label {
@ -3563,6 +3582,7 @@ img {
.wp-customizer .control-section .accordion-section-title:after,
.wp-customizer .accordion-section-title:after,
.widget-top .widget-action .toggle-indicator:before {
content: "\f140";
content: "\f140" / '';
font: normal 20px/1 dashicons;
display: block;
@ -3611,6 +3631,7 @@ img {
.nav-menus-php .menu-item-edit-active .item-edit:before,
.widget.open .widget-top .widget-action .toggle-indicator:before,
.widget.widget-in-question .widget-top .widget-action .toggle-indicator:before {
content: "\f142";
content: "\f142" / '';
}

File diff suppressed because one or more lines are too long

View File

@ -559,6 +559,7 @@ code {
}
.js-update-details-toggle[aria-expanded="true"] .dashicons::before {
content: "\f142";
content: "\f142" / '';
}
@ -805,6 +806,7 @@ img.emoji {
.notice-dismiss:before {
background: none;
color: #787c82;
content: "\f153";
content: "\f153" / '';
display: block;
font: normal 16px/20px dashicons;
@ -1132,6 +1134,7 @@ th.action-links {
}
.wp-filter .drawer-toggle:before {
content: "\f111";
content: "\f111" / '';
margin: 0 5px 0 0;
color: #646970;
@ -1524,6 +1527,7 @@ div.error {
#plugin-information-footer .update-now:not(.button-disabled):before {
color: #d63638;
content: "\f463";
content: "\f463" / '';
display: inline-block;
font: normal 20px/1 dashicons;
@ -1586,6 +1590,7 @@ div.error {
.button.installing:before,
.button.activating-message:before {
color: #d63638;
content: "\f463";
content: "\f463" / '';
}
@ -1622,12 +1627,14 @@ div.error {
.button.updated-message:before,
.button.activated-message:before {
color: #68de7c;
content: "\f147";
content: "\f147" / '';
}
/* Error icon. */
.update-message.notice-error p:before {
color: #d63638;
content: "\f534";
content: "\f534" / '';
}
@ -1837,6 +1844,7 @@ p.auto-update-status {
#screen-meta-links .show-settings:after {
right: 0;
content: "\f140";
content: "\f140" / '';
font: normal 20px/1 dashicons;
display: inline-block;
@ -1850,6 +1858,7 @@ p.auto-update-status {
}
#screen-meta-links .screen-meta-active:after {
content: "\f142";
content: "\f142" / '';
}
@ -2671,10 +2680,12 @@ div.star-holder .star-rating {
}
.star-rating .star-full:before {
content: "\f155";
content: "\f155" / '';
}
.star-rating .star-half:before {
content: "\f459";
content: "\f459" / '';
}
@ -2683,6 +2694,7 @@ div.star-holder .star-rating {
}
.star-rating .star-empty:before {
content: "\f154";
content: "\f154" / '';
}
@ -3174,6 +3186,7 @@ div.action-links {
}
.plugin-details-modal #TB_closeWindowButton:after {
content: "\f335";
content: "\f335" / '';
font: normal 32px/29px 'dashicons';
-webkit-font-smoothing: antialiased;
@ -3200,6 +3213,7 @@ img {
.meta-box-sortables .postbox .order-lower-indicator::before,
.bulk-action-notice .toggle-indicator::before,
.privacy-text-box .toggle-indicator::before {
content: "\f142";
content: "\f142" / '';
display: inline-block;
font: normal 20px/1 dashicons;
@ -3212,15 +3226,18 @@ img {
.meta-box-sortables .postbox.closed .handlediv .toggle-indicator::before,
.bulk-action-notice .bulk-action-errors-collapsed .toggle-indicator::before,
.privacy-text-box.closed .toggle-indicator::before {
content: "\f140";
content: "\f140" / '';
}
.postbox .handle-order-higher .order-higher-indicator::before {
content: "\f343";
content: "\f343" / '';
color: inherit;
}
.postbox .handle-order-lower .order-lower-indicator::before {
content: "\f347";
content: "\f347" / '';
color: inherit;
}
@ -3344,9 +3361,11 @@ img {
pointer-events: none;
}
[role="treeitem"][aria-expanded="false"] > .folder-label .icon:after {
content: "\f139";
content: "\f139" / '';
}
[role="treeitem"][aria-expanded="true"] > .folder-label .icon:after {
content: "\f140";
content: "\f140" / '';
}
[role="treeitem"] .folder-label {
@ -3562,6 +3581,7 @@ img {
.wp-customizer .control-section .accordion-section-title:after,
.wp-customizer .accordion-section-title:after,
.widget-top .widget-action .toggle-indicator:before {
content: "\f140";
content: "\f140" / '';
font: normal 20px/1 dashicons;
display: block;
@ -3610,6 +3630,7 @@ img {
.nav-menus-php .menu-item-edit-active .item-edit:before,
.widget.open .widget-top .widget-action .toggle-indicator:before,
.widget.widget-in-question .widget-top .widget-action .toggle-indicator:before {
content: "\f142";
content: "\f142" / '';
}

File diff suppressed because one or more lines are too long

View File

@ -234,6 +234,7 @@ body.trashing #publish-settings {
display: inline-block;
}
#customize-control-trash_changeset .button-link:before {
content: "\f182";
content: "\f182" / '';
font: normal 22px dashicons;
text-decoration: none;
@ -595,6 +596,7 @@ body.trashing #publish-settings {
#customize-theme-controls .accordion-section-title:after,
#customize-outer-theme-controls .accordion-section-title:after {
content: "\f341";
content: "\f345" / '';
color: #a7aaad;
pointer-events: none;
@ -932,6 +934,7 @@ h3.customize-section-title {
.customize-controls-close:before {
font: normal 22px/45px dashicons;
content: "\f335";
content: "\f335" / '';
position: relative;
top: -3px;
@ -941,6 +944,7 @@ h3.customize-section-title {
.customize-panel-back:before,
.customize-section-back:before {
font: normal 20px/72px dashicons;
content: "\f345";
content: "\f341" / '';
position: relative;
right: 9px;
@ -1027,6 +1031,7 @@ p.customize-section-description {
.customize-section-description a.external-link:after {
font: 16px/11px dashicons;
content: "\f504";
content: "\f504" / '';
top: 3px;
position: relative;
@ -1358,6 +1363,7 @@ p.customize-section-description {
}
.customize-control .dropdown-arrow:after {
content: "\f140";
content: "\f140" / '';
font: normal 20px/1 dashicons;
display: block;
@ -1882,6 +1888,7 @@ p.customize-section-description {
}
.themes-filter-bar .feature-filter-toggle:before {
content: "\f111";
content: "\f111" / '';
margin: 0 0 0 5px;
font: normal 16px/1 dashicons;
@ -2020,6 +2027,7 @@ p.customize-section-description {
}
.control-panel-themes .theme-section .customize-themes-section-title.selected:after {
content: "\f147";
content: "\f147" / '';
font: 16px/1 dashicons;
box-sizing: border-box;
@ -2523,6 +2531,7 @@ body.cheatin p {
.add-new-widget:before,
.add-new-menu-item:before,
#available-menu-items .new-content-item .add-content:before {
content: "\f132";
content: "\f132" / '';
display: inline-block;
position: relative;
@ -2602,11 +2611,13 @@ body.cheatin p {
.move-widget-down:before,
.menus-move-down:before {
content: "\f347";
content: "\f347" / '';
}
.move-widget-up:before,
.menus-move-up:before {
content: "\f343";
content: "\f343" / '';
}
@ -2767,6 +2778,7 @@ body.adding-widget .add-new-widget:before,
#available-widgets-filter .clear-results:before,
#available-menu-items-search .clear-results:before {
content: "\f335";
content: "\f335" / '';
font: normal 20px/1 dashicons;
vertical-align: middle;
@ -2978,6 +2990,7 @@ body.adding-widget .add-new-widget:before,
.customize-controls-preview-toggle .preview:before,
.customize-controls-preview-toggle .controls:before {
font: normal 20px/1 dashicons;
content: "\f177";
content: "\f177" / '';
position: relative;
top: 4px;
@ -2985,6 +2998,7 @@ body.adding-widget .add-new-widget:before,
}
.customize-controls-preview-toggle .controls:before {
content: "\f540";
content: "\f540" / '';
}

File diff suppressed because one or more lines are too long

View File

@ -233,6 +233,7 @@ body.trashing #publish-settings {
display: inline-block;
}
#customize-control-trash_changeset .button-link:before {
content: "\f182";
content: "\f182" / '';
font: normal 22px dashicons;
text-decoration: none;
@ -594,6 +595,7 @@ body.trashing #publish-settings {
#customize-theme-controls .accordion-section-title:after,
#customize-outer-theme-controls .accordion-section-title:after {
content: "\f345";
content: "\f345" / '';
color: #a7aaad;
pointer-events: none;
@ -931,6 +933,7 @@ h3.customize-section-title {
.customize-controls-close:before {
font: normal 22px/45px dashicons;
content: "\f335";
content: "\f335" / '';
position: relative;
top: -3px;
@ -940,6 +943,7 @@ h3.customize-section-title {
.customize-panel-back:before,
.customize-section-back:before {
font: normal 20px/72px dashicons;
content: "\f341";
content: "\f341" / '';
position: relative;
left: 9px;
@ -1026,6 +1030,7 @@ p.customize-section-description {
.customize-section-description a.external-link:after {
font: 16px/11px dashicons;
content: "\f504";
content: "\f504" / '';
top: 3px;
position: relative;
@ -1357,6 +1362,7 @@ p.customize-section-description {
}
.customize-control .dropdown-arrow:after {
content: "\f140";
content: "\f140" / '';
font: normal 20px/1 dashicons;
display: block;
@ -1881,6 +1887,7 @@ p.customize-section-description {
}
.themes-filter-bar .feature-filter-toggle:before {
content: "\f111";
content: "\f111" / '';
margin: 0 5px 0 0;
font: normal 16px/1 dashicons;
@ -2019,6 +2026,7 @@ p.customize-section-description {
}
.control-panel-themes .theme-section .customize-themes-section-title.selected:after {
content: "\f147";
content: "\f147" / '';
font: 16px/1 dashicons;
box-sizing: border-box;
@ -2522,6 +2530,7 @@ body.cheatin p {
.add-new-widget:before,
.add-new-menu-item:before,
#available-menu-items .new-content-item .add-content:before {
content: "\f132";
content: "\f132" / '';
display: inline-block;
position: relative;
@ -2601,11 +2610,13 @@ body.cheatin p {
.move-widget-down:before,
.menus-move-down:before {
content: "\f347";
content: "\f347" / '';
}
.move-widget-up:before,
.menus-move-up:before {
content: "\f343";
content: "\f343" / '';
}
@ -2766,6 +2777,7 @@ body.adding-widget .add-new-widget:before,
#available-widgets-filter .clear-results:before,
#available-menu-items-search .clear-results:before {
content: "\f335";
content: "\f335" / '';
font: normal 20px/1 dashicons;
vertical-align: middle;
@ -2977,6 +2989,7 @@ body.adding-widget .add-new-widget:before,
.customize-controls-preview-toggle .preview:before,
.customize-controls-preview-toggle .controls:before {
font: normal 20px/1 dashicons;
content: "\f177";
content: "\f177" / '';
position: relative;
top: 4px;
@ -2984,6 +2997,7 @@ body.adding-widget .add-new-widget:before,
}
.customize-controls-preview-toggle .controls:before {
content: "\f540";
content: "\f540" / '';
}

File diff suppressed because one or more lines are too long

View File

@ -142,10 +142,12 @@
}
.menus-move-left:before {
content: "\f345";
content: "\f341" / '';
}
.menus-move-right:before {
content: "\f341";
content: "\f345" / '';
}
@ -178,6 +180,7 @@
}
.wp-customizer .menu-item.menu-item-edit-active .item-edit .toggle-indicator:before {
content: "\f142";
content: "\f142" / '';
}
@ -278,6 +281,7 @@
.customize-screen-options-toggle:before {
-moz-osx-font-smoothing: grayscale;
border: none;
content: "\f111";
content: "\f111" / '';
display: block;
font: 18px/1 dashicons;
@ -321,6 +325,7 @@
.wp-customizer .menu-item .item-edit .toggle-indicator:before,
#available-menu-items .accordion-section-title .toggle-indicator:before {
content: "\f140";
content: "\f140" / '';
display: block;
padding: 1px 0 1px 2px;
@ -467,6 +472,7 @@
}
.menu-item-bar .item-delete:before {
content: "\f335";
content: "\f335" / '';
position: absolute;
top: 9px;
@ -652,6 +658,7 @@
}
#available-menu-items .item-add:before {
content: "\f543";
content: "\f543" / '';
position: relative;
right: 2px;
@ -670,6 +677,7 @@
}
#available-menu-items .menu-item-handle.item-added .item-add:before {
content: "\f147";
content: "\f147" / '';
}

File diff suppressed because one or more lines are too long

View File

@ -141,10 +141,12 @@
}
.menus-move-left:before {
content: "\f341";
content: "\f341" / '';
}
.menus-move-right:before {
content: "\f345";
content: "\f345" / '';
}
@ -177,6 +179,7 @@
}
.wp-customizer .menu-item.menu-item-edit-active .item-edit .toggle-indicator:before {
content: "\f142";
content: "\f142" / '';
}
@ -277,6 +280,7 @@
.customize-screen-options-toggle:before {
-moz-osx-font-smoothing: grayscale;
border: none;
content: "\f111";
content: "\f111" / '';
display: block;
font: 18px/1 dashicons;
@ -320,6 +324,7 @@
.wp-customizer .menu-item .item-edit .toggle-indicator:before,
#available-menu-items .accordion-section-title .toggle-indicator:before {
content: "\f140";
content: "\f140" / '';
display: block;
padding: 1px 2px 1px 0;
@ -466,6 +471,7 @@
}
.menu-item-bar .item-delete:before {
content: "\f335";
content: "\f335" / '';
position: absolute;
top: 9px;
@ -651,6 +657,7 @@
}
#available-menu-items .item-add:before {
content: "\f543";
content: "\f543" / '';
position: relative;
left: 2px;
@ -669,6 +676,7 @@
}
#available-menu-items .menu-item-handle.item-added .item-add:before {
content: "\f147";
content: "\f147" / '';
}

File diff suppressed because one or more lines are too long

View File

@ -131,6 +131,7 @@
}
.move-widget:before {
content: "\f504";
content: "\f504" / '';
}
@ -171,6 +172,7 @@
#customize-theme-controls .widget-area-select li:before {
display: none;
content: "\f147";
content: "\f147" / '';
position: absolute;
top: 12px;
@ -293,6 +295,7 @@ body.adding-widget #customize-preview {
}
#available-widgets .widget-title:before {
content: "\f132";
content: "\f132" / '';
position: absolute;
top: -3px;
@ -309,73 +312,136 @@ body.adding-widget #customize-preview {
}
/* dashicons-smiley */
#available-widgets [class*="easy"] .widget-title:before { content: "\f328" / ''; top: -4px; }
#available-widgets [class*="easy"] .widget-title:before {
content: "\f328";
content: "\f328" / '';
top: -4px;
}
/* dashicons-star-filled */
#available-widgets [class*="super"] .widget-title:before,
#available-widgets [class*="like"] .widget-title:before { content: "\f155" / ''; top: -4px; }
#available-widgets [class*="like"] .widget-title:before {
content: "\f155";
content: "\f155" / '';
top: -4px;
}
/* dashicons-wordpress */
#available-widgets [class*="meta"] .widget-title:before { content: "\f120" / ''; }
#available-widgets [class*="meta"] .widget-title:before {
content: "\f120";
content: "\f120" / '';
}
/* dashicons-archive */
#available-widgets [class*="archives"] .widget-title:before { content: "\f480" / ''; top: -4px; }
#available-widgets [class*="archives"] .widget-title:before {
content: "\f480";
content: "\f480" / '';
top: -4px;
}
/* dashicons-category */
#available-widgets [class*="categor"] .widget-title:before { content: "\f318" / ''; top: -4px; }
#available-widgets [class*="categor"] .widget-title:before {
content: "\f318";
content: "\f318" / '';
top: -4px;
}
/* dashicons-admin-comments */
#available-widgets [class*="comment"] .widget-title:before,
#available-widgets [class*="testimonial"] .widget-title:before,
#available-widgets [class*="chat"] .widget-title:before { content: "\f101" / ''; }
#available-widgets [class*="chat"] .widget-title:before {
content: "\f101";
content: "\f101" / '';
}
/* dashicons-admin-post */
#available-widgets [class*="post"] .widget-title:before { content: "\f109" / ''; }
#available-widgets [class*="post"] .widget-title:before {
content: "\f109";
content: "\f109" / '';
}
/* dashicons-admin-page */
#available-widgets [class*="page"] .widget-title:before { content: "\f105" / ''; }
#available-widgets [class*="page"] .widget-title:before {
content: "\f105";
content: "\f105" / '';
}
/* dashicons-text */
#available-widgets [class*="text"] .widget-title:before { content: "\f478" / ''; }
#available-widgets [class*="text"] .widget-title:before {
content: "\f478";
content: "\f478" / '';
}
/* dashicons-admin-links */
#available-widgets [class*="link"] .widget-title:before { content: "\f103" / ''; }
#available-widgets [class*="link"] .widget-title:before {
content: "\f103";
content: "\f103" / '';
}
/* dashicons-search */
#available-widgets [class*="search"] .widget-title:before { content: "\f179" / ''; }
#available-widgets [class*="search"] .widget-title:before {
content: "\f179";
content: "\f179" / '';
}
/* dashicons-menu */
#available-widgets [class*="menu"] .widget-title:before,
#available-widgets [class*="nav"] .widget-title:before { content: "\f333" / ''; }
#available-widgets [class*="nav"] .widget-title:before {
content: "\f333";
content: "\f333" / '';
}
/* dashicons-tagcloud */
#available-widgets [class*="tag"] .widget-title:before { content: "\f479" / ''; }
#available-widgets [class*="tag"] .widget-title:before {
content: "\f479";
content: "\f479" / '';
}
/* dashicons-rss */
#available-widgets [class*="rss"] .widget-title:before { content: "\f303" / ''; top: -6px; }
#available-widgets [class*="rss"] .widget-title:before {
content: "\f303";
content: "\f303" / '';
top: -6px;
}
/* dashicons-calendar */
#available-widgets [class*="event"] .widget-title:before,
#available-widgets [class*="calendar"] .widget-title:before { content: "\f145" / ''; top: -4px;}
#available-widgets [class*="calendar"] .widget-title:before {
content: "\f145";
content: "\f145" / '';
top: -4px;
}
/* dashicons-format-image */
#available-widgets [class*="image"] .widget-title:before,
#available-widgets [class*="photo"] .widget-title:before,
#available-widgets [class*="slide"] .widget-title:before,
#available-widgets [class*="instagram"] .widget-title:before { content: "\f128" / ''; }
#available-widgets [class*="instagram"] .widget-title:before {
content: "\f128";
content: "\f128" / '';
}
/* dashicons-format-gallery */
#available-widgets [class*="album"] .widget-title:before,
#available-widgets [class*="galler"] .widget-title:before { content: "\f161" / ''; }
#available-widgets [class*="galler"] .widget-title:before {
content: "\f161";
content: "\f161" / '';
}
/* dashicons-format-video */
#available-widgets [class*="video"] .widget-title:before,
#available-widgets [class*="tube"] .widget-title:before { content: "\f126" / ''; }
#available-widgets [class*="tube"] .widget-title:before {
content: "\f126";
content: "\f126" / '';
}
/* dashicons-format-audio */
#available-widgets [class*="music"] .widget-title:before,
#available-widgets [class*="radio"] .widget-title:before,
#available-widgets [class*="audio"] .widget-title:before { content: "\f127" / ''; }
#available-widgets [class*="audio"] .widget-title:before {
content: "\f127";
content: "\f127" / '';
}
/* dashicons-admin-users */
#available-widgets [class*="login"] .widget-title:before,
@ -384,55 +450,96 @@ body.adding-widget #customize-preview {
#available-widgets [class*="avatar"] .widget-title:before,
#available-widgets [class*="subscriber"] .widget-title:before,
#available-widgets [class*="profile"] .widget-title:before,
#available-widgets [class*="grofile"] .widget-title:before { content: "\f110" / ''; }
#available-widgets [class*="grofile"] .widget-title:before {
content: "\f110";
content: "\f110" / '';
}
/* dashicons-cart */
#available-widgets [class*="commerce"] .widget-title:before,
#available-widgets [class*="shop"] .widget-title:before,
#available-widgets [class*="cart"] .widget-title:before { content: "\f174" / ''; top: -4px; }
#available-widgets [class*="cart"] .widget-title:before {
content: "\f174";
content: "\f174" / '';
top: -4px;
}
/* dashicons-shield */
#available-widgets [class*="secur"] .widget-title:before,
#available-widgets [class*="firewall"] .widget-title:before { content: "\f332" / ''; }
#available-widgets [class*="firewall"] .widget-title:before {
content: "\f332";
content: "\f332" / '';
}
/* dashicons-chart-bar */
#available-widgets [class*="analytic"] .widget-title:before,
#available-widgets [class*="stat"] .widget-title:before,
#available-widgets [class*="poll"] .widget-title:before { content: "\f185" / ''; }
#available-widgets [class*="poll"] .widget-title:before {
content: "\f185";
content: "\f185" / '';
}
/* dashicons-feedback */
#available-widgets [class*="form"] .widget-title:before { content: "\f175" / ''; }
#available-widgets [class*="form"] .widget-title:before {
content: "\f175";
content: "\f175" / '';
}
/* dashicons-email-alt */
#available-widgets [class*="subscribe"] .widget-title:before,
#available-widgets [class*="news"] .widget-title:before,
#available-widgets [class*="contact"] .widget-title:before,
#available-widgets [class*="mail"] .widget-title:before { content: "\f466" / ''; }
#available-widgets [class*="mail"] .widget-title:before {
content: "\f466";
content: "\f466" / '';
}
/* dashicons-share */
#available-widgets [class*="share"] .widget-title:before,
#available-widgets [class*="socia"] .widget-title:before { content: "\f237" / ''; }
#available-widgets [class*="socia"] .widget-title:before {
content: "\f237";
content: "\f237" / '';
}
/* dashicons-translation */
#available-widgets [class*="lang"] .widget-title:before,
#available-widgets [class*="translat"] .widget-title:before { content: "\f326" / ''; }
#available-widgets [class*="translat"] .widget-title:before {
content: "\f326";
content: "\f326" / '';
}
/* dashicons-location-alt */
#available-widgets [class*="locat"] .widget-title:before,
#available-widgets [class*="map"] .widget-title:before { content: "\f231" / ''; }
#available-widgets [class*="map"] .widget-title:before {
content: "\f231";
content: "\f231" / '';
}
/* dashicons-download */
#available-widgets [class*="download"] .widget-title:before { content: "\f316" / ''; }
#available-widgets [class*="download"] .widget-title:before {
content: "\f316";
content: "\f316" / '';
}
/* dashicons-cloud */
#available-widgets [class*="weather"] .widget-title:before { content: "\f176" / ''; top: -4px;}
#available-widgets [class*="weather"] .widget-title:before {
content: "\f176";
content: "\f176" / '';
top: -4px;
}
/* dashicons-facebook */
#available-widgets [class*="facebook"] .widget-title:before { content: "\f304" / ''; }
#available-widgets [class*="facebook"] .widget-title:before {
content: "\f304";
content: "\f304" / '';
}
/* dashicons-twitter */
#available-widgets [class*="tweet"] .widget-title:before,
#available-widgets [class*="twitter"] .widget-title:before { content: "\f301" / ''; }
#available-widgets [class*="twitter"] .widget-title:before {
content: "\f301";
content: "\f301" / '';
}
@media screen and (max-height: 700px) and (min-width: 981px) {
/* Compact widget-tops on smaller laptops, but not tablets. See ticket #27112#comment:4 */

File diff suppressed because one or more lines are too long

View File

@ -130,6 +130,7 @@
}
.move-widget:before {
content: "\f504";
content: "\f504" / '';
}
@ -170,6 +171,7 @@
#customize-theme-controls .widget-area-select li:before {
display: none;
content: "\f147";
content: "\f147" / '';
position: absolute;
top: 12px;
@ -292,6 +294,7 @@ body.adding-widget #customize-preview {
}
#available-widgets .widget-title:before {
content: "\f132";
content: "\f132" / '';
position: absolute;
top: -3px;
@ -308,73 +311,136 @@ body.adding-widget #customize-preview {
}
/* dashicons-smiley */
#available-widgets [class*="easy"] .widget-title:before { content: "\f328" / ''; top: -4px; }
#available-widgets [class*="easy"] .widget-title:before {
content: "\f328";
content: "\f328" / '';
top: -4px;
}
/* dashicons-star-filled */
#available-widgets [class*="super"] .widget-title:before,
#available-widgets [class*="like"] .widget-title:before { content: "\f155" / ''; top: -4px; }
#available-widgets [class*="like"] .widget-title:before {
content: "\f155";
content: "\f155" / '';
top: -4px;
}
/* dashicons-wordpress */
#available-widgets [class*="meta"] .widget-title:before { content: "\f120" / ''; }
#available-widgets [class*="meta"] .widget-title:before {
content: "\f120";
content: "\f120" / '';
}
/* dashicons-archive */
#available-widgets [class*="archives"] .widget-title:before { content: "\f480" / ''; top: -4px; }
#available-widgets [class*="archives"] .widget-title:before {
content: "\f480";
content: "\f480" / '';
top: -4px;
}
/* dashicons-category */
#available-widgets [class*="categor"] .widget-title:before { content: "\f318" / ''; top: -4px; }
#available-widgets [class*="categor"] .widget-title:before {
content: "\f318";
content: "\f318" / '';
top: -4px;
}
/* dashicons-admin-comments */
#available-widgets [class*="comment"] .widget-title:before,
#available-widgets [class*="testimonial"] .widget-title:before,
#available-widgets [class*="chat"] .widget-title:before { content: "\f101" / ''; }
#available-widgets [class*="chat"] .widget-title:before {
content: "\f101";
content: "\f101" / '';
}
/* dashicons-admin-post */
#available-widgets [class*="post"] .widget-title:before { content: "\f109" / ''; }
#available-widgets [class*="post"] .widget-title:before {
content: "\f109";
content: "\f109" / '';
}
/* dashicons-admin-page */
#available-widgets [class*="page"] .widget-title:before { content: "\f105" / ''; }
#available-widgets [class*="page"] .widget-title:before {
content: "\f105";
content: "\f105" / '';
}
/* dashicons-text */
#available-widgets [class*="text"] .widget-title:before { content: "\f478" / ''; }
#available-widgets [class*="text"] .widget-title:before {
content: "\f478";
content: "\f478" / '';
}
/* dashicons-admin-links */
#available-widgets [class*="link"] .widget-title:before { content: "\f103" / ''; }
#available-widgets [class*="link"] .widget-title:before {
content: "\f103";
content: "\f103" / '';
}
/* dashicons-search */
#available-widgets [class*="search"] .widget-title:before { content: "\f179" / ''; }
#available-widgets [class*="search"] .widget-title:before {
content: "\f179";
content: "\f179" / '';
}
/* dashicons-menu */
#available-widgets [class*="menu"] .widget-title:before,
#available-widgets [class*="nav"] .widget-title:before { content: "\f333" / ''; }
#available-widgets [class*="nav"] .widget-title:before {
content: "\f333";
content: "\f333" / '';
}
/* dashicons-tagcloud */
#available-widgets [class*="tag"] .widget-title:before { content: "\f479" / ''; }
#available-widgets [class*="tag"] .widget-title:before {
content: "\f479";
content: "\f479" / '';
}
/* dashicons-rss */
#available-widgets [class*="rss"] .widget-title:before { content: "\f303" / ''; top: -6px; }
#available-widgets [class*="rss"] .widget-title:before {
content: "\f303";
content: "\f303" / '';
top: -6px;
}
/* dashicons-calendar */
#available-widgets [class*="event"] .widget-title:before,
#available-widgets [class*="calendar"] .widget-title:before { content: "\f145" / ''; top: -4px;}
#available-widgets [class*="calendar"] .widget-title:before {
content: "\f145";
content: "\f145" / '';
top: -4px;
}
/* dashicons-format-image */
#available-widgets [class*="image"] .widget-title:before,
#available-widgets [class*="photo"] .widget-title:before,
#available-widgets [class*="slide"] .widget-title:before,
#available-widgets [class*="instagram"] .widget-title:before { content: "\f128" / ''; }
#available-widgets [class*="instagram"] .widget-title:before {
content: "\f128";
content: "\f128" / '';
}
/* dashicons-format-gallery */
#available-widgets [class*="album"] .widget-title:before,
#available-widgets [class*="galler"] .widget-title:before { content: "\f161" / ''; }
#available-widgets [class*="galler"] .widget-title:before {
content: "\f161";
content: "\f161" / '';
}
/* dashicons-format-video */
#available-widgets [class*="video"] .widget-title:before,
#available-widgets [class*="tube"] .widget-title:before { content: "\f126" / ''; }
#available-widgets [class*="tube"] .widget-title:before {
content: "\f126";
content: "\f126" / '';
}
/* dashicons-format-audio */
#available-widgets [class*="music"] .widget-title:before,
#available-widgets [class*="radio"] .widget-title:before,
#available-widgets [class*="audio"] .widget-title:before { content: "\f127" / ''; }
#available-widgets [class*="audio"] .widget-title:before {
content: "\f127";
content: "\f127" / '';
}
/* dashicons-admin-users */
#available-widgets [class*="login"] .widget-title:before,
@ -383,55 +449,96 @@ body.adding-widget #customize-preview {
#available-widgets [class*="avatar"] .widget-title:before,
#available-widgets [class*="subscriber"] .widget-title:before,
#available-widgets [class*="profile"] .widget-title:before,
#available-widgets [class*="grofile"] .widget-title:before { content: "\f110" / ''; }
#available-widgets [class*="grofile"] .widget-title:before {
content: "\f110";
content: "\f110" / '';
}
/* dashicons-cart */
#available-widgets [class*="commerce"] .widget-title:before,
#available-widgets [class*="shop"] .widget-title:before,
#available-widgets [class*="cart"] .widget-title:before { content: "\f174" / ''; top: -4px; }
#available-widgets [class*="cart"] .widget-title:before {
content: "\f174";
content: "\f174" / '';
top: -4px;
}
/* dashicons-shield */
#available-widgets [class*="secur"] .widget-title:before,
#available-widgets [class*="firewall"] .widget-title:before { content: "\f332" / ''; }
#available-widgets [class*="firewall"] .widget-title:before {
content: "\f332";
content: "\f332" / '';
}
/* dashicons-chart-bar */
#available-widgets [class*="analytic"] .widget-title:before,
#available-widgets [class*="stat"] .widget-title:before,
#available-widgets [class*="poll"] .widget-title:before { content: "\f185" / ''; }
#available-widgets [class*="poll"] .widget-title:before {
content: "\f185";
content: "\f185" / '';
}
/* dashicons-feedback */
#available-widgets [class*="form"] .widget-title:before { content: "\f175" / ''; }
#available-widgets [class*="form"] .widget-title:before {
content: "\f175";
content: "\f175" / '';
}
/* dashicons-email-alt */
#available-widgets [class*="subscribe"] .widget-title:before,
#available-widgets [class*="news"] .widget-title:before,
#available-widgets [class*="contact"] .widget-title:before,
#available-widgets [class*="mail"] .widget-title:before { content: "\f466" / ''; }
#available-widgets [class*="mail"] .widget-title:before {
content: "\f466";
content: "\f466" / '';
}
/* dashicons-share */
#available-widgets [class*="share"] .widget-title:before,
#available-widgets [class*="socia"] .widget-title:before { content: "\f237" / ''; }
#available-widgets [class*="socia"] .widget-title:before {
content: "\f237";
content: "\f237" / '';
}
/* dashicons-translation */
#available-widgets [class*="lang"] .widget-title:before,
#available-widgets [class*="translat"] .widget-title:before { content: "\f326" / ''; }
#available-widgets [class*="translat"] .widget-title:before {
content: "\f326";
content: "\f326" / '';
}
/* dashicons-location-alt */
#available-widgets [class*="locat"] .widget-title:before,
#available-widgets [class*="map"] .widget-title:before { content: "\f231" / ''; }
#available-widgets [class*="map"] .widget-title:before {
content: "\f231";
content: "\f231" / '';
}
/* dashicons-download */
#available-widgets [class*="download"] .widget-title:before { content: "\f316" / ''; }
#available-widgets [class*="download"] .widget-title:before {
content: "\f316";
content: "\f316" / '';
}
/* dashicons-cloud */
#available-widgets [class*="weather"] .widget-title:before { content: "\f176" / ''; top: -4px;}
#available-widgets [class*="weather"] .widget-title:before {
content: "\f176";
content: "\f176" / '';
top: -4px;
}
/* dashicons-facebook */
#available-widgets [class*="facebook"] .widget-title:before { content: "\f304" / ''; }
#available-widgets [class*="facebook"] .widget-title:before {
content: "\f304";
content: "\f304" / '';
}
/* dashicons-twitter */
#available-widgets [class*="tweet"] .widget-title:before,
#available-widgets [class*="twitter"] .widget-title:before { content: "\f301" / ''; }
#available-widgets [class*="twitter"] .widget-title:before {
content: "\f301";
content: "\f301" / '';
}
@media screen and (max-height: 700px) and (min-width: 981px) {
/* Compact widget-tops on smaller laptops, but not tablets. See ticket #27112#comment:4 */

File diff suppressed because one or more lines are too long

View File

@ -353,54 +353,63 @@
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-write-blog:before,
.welcome-panel .welcome-edit-page:before {
content: "\f119";
content: "\f119" / '';
top: -3px;
}
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-add-page:before {
content: "\f132";
content: "\f132" / '';
top: -1px;
}
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-setup-home:before {
content: "\f102";
content: "\f102" / '';
top: -1px;
}
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-view-site:before {
content: "\f115";
content: "\f115" / '';
top: -2px;
}
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-widgets-menus:before {
content: "\f116";
content: "\f116" / '';
top: -2px;
}
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-widgets:before {
content: "\f538";
content: "\f538" / '';
top: -2px;
}
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-menus:before {
content: "\f163";
content: "\f163" / '';
top: -2px;
}
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-comments:before {
content: "\f117";
content: "\f117" / '';
top: -1px;
}
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-learn-more:before {
content: "\f118";
content: "\f118" / '';
top: -1px;
}
@ -410,37 +419,46 @@
#dashboard_right_now .search-engines-info:before,
#dashboard_right_now li a:before,
#dashboard_right_now li > span:before { /* get only the first level span to exclude screen-reader-text in mu-storage */
content: "\f159" / ''; /* generic icon for items added by CPTs ? */
padding: 0 0 0 5px;
/* generic icon for items added by CPTs ? */
content: "\f159";
content: "\f159" / '';
}
#dashboard_right_now .page-count a:before,
#dashboard_right_now .page-count span:before {
content: "\f105";
content: "\f105" / '';
}
#dashboard_right_now .post-count a:before,
#dashboard_right_now .post-count span:before {
content: "\f109";
content: "\f109" / '';
}
#dashboard_right_now .comment-count a:before {
content: "\f101";
content: "\f101" / '';
}
#dashboard_right_now .comment-mod-count a:before {
content: "\f125";
content: "\f125" / '';
}
#dashboard_right_now .storage-count a:before {
content: "\f104";
content: "\f104" / '';
}
#dashboard_right_now .storage-count.warning a:before {
content: "\f153";
content: "\f153" / '';
}
#dashboard_right_now .search-engines-info:before {
content: "\f348";
content: "\f348" / '';
color: #d63638;
}
@ -560,6 +578,7 @@
}
.community-events .ce-separator::before {
content: "\2022";
content: "\2022" / '';
}
@ -575,9 +594,11 @@
font-size: 18px;
}
.event-meetup .event-icon:before {
content: "\f484";
content: "\f484" / '';
}
.event-wordcamp .event-icon:before {
content: "\f486";
content: "\f486" / '';
}
@ -860,6 +881,7 @@ body #dashboard-widgets .postbox form .submit {
/* Dashboard activity widget */
#dashboard_activity .comment-meta span.approve:before {
content: "\f227";
content: "\f227" / '';
font: 20px/.5 dashicons;
margin-right: 5px;
@ -1134,6 +1156,7 @@ a.rsswidget {
}
.rss-widget cite:before {
content: "\2014";
content: "\2014" / '';
}

File diff suppressed because one or more lines are too long

View File

@ -352,54 +352,63 @@
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-write-blog:before,
.welcome-panel .welcome-edit-page:before {
content: "\f119";
content: "\f119" / '';
top: -3px;
}
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-add-page:before {
content: "\f132";
content: "\f132" / '';
top: -1px;
}
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-setup-home:before {
content: "\f102";
content: "\f102" / '';
top: -1px;
}
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-view-site:before {
content: "\f115";
content: "\f115" / '';
top: -2px;
}
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-widgets-menus:before {
content: "\f116";
content: "\f116" / '';
top: -2px;
}
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-widgets:before {
content: "\f538";
content: "\f538" / '';
top: -2px;
}
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-menus:before {
content: "\f163";
content: "\f163" / '';
top: -2px;
}
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-comments:before {
content: "\f117";
content: "\f117" / '';
top: -1px;
}
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-learn-more:before {
content: "\f118";
content: "\f118" / '';
top: -1px;
}
@ -409,37 +418,46 @@
#dashboard_right_now .search-engines-info:before,
#dashboard_right_now li a:before,
#dashboard_right_now li > span:before { /* get only the first level span to exclude screen-reader-text in mu-storage */
content: "\f159" / ''; /* generic icon for items added by CPTs ? */
padding: 0 5px 0 0;
/* generic icon for items added by CPTs ? */
content: "\f159";
content: "\f159" / '';
}
#dashboard_right_now .page-count a:before,
#dashboard_right_now .page-count span:before {
content: "\f105";
content: "\f105" / '';
}
#dashboard_right_now .post-count a:before,
#dashboard_right_now .post-count span:before {
content: "\f109";
content: "\f109" / '';
}
#dashboard_right_now .comment-count a:before {
content: "\f101";
content: "\f101" / '';
}
#dashboard_right_now .comment-mod-count a:before {
content: "\f125";
content: "\f125" / '';
}
#dashboard_right_now .storage-count a:before {
content: "\f104";
content: "\f104" / '';
}
#dashboard_right_now .storage-count.warning a:before {
content: "\f153";
content: "\f153" / '';
}
#dashboard_right_now .search-engines-info:before {
content: "\f348";
content: "\f348" / '';
color: #d63638;
}
@ -559,6 +577,7 @@
}
.community-events .ce-separator::before {
content: "\2022";
content: "\2022" / '';
}
@ -574,9 +593,11 @@
font-size: 18px;
}
.event-meetup .event-icon:before {
content: "\f484";
content: "\f484" / '';
}
.event-wordcamp .event-icon:before {
content: "\f486";
content: "\f486" / '';
}
@ -859,6 +880,7 @@ body #dashboard-widgets .postbox form .submit {
/* Dashboard activity widget */
#dashboard_activity .comment-meta span.approve:before {
content: "\f227";
content: "\f227" / '';
font: 20px/.5 dashicons;
margin-left: 5px;
@ -1133,6 +1155,7 @@ a.rsswidget {
}
.rss-widget cite:before {
content: "\2014";
content: "\2014" / '';
}

File diff suppressed because one or more lines are too long

View File

@ -504,36 +504,43 @@ form#tags-filter {
#post-body .misc-pub-post-status:before,
#post-body .misc-pub-comment-status:before {
content: "\f173";
content: "\f173" / '';
}
#post-body #visibility:before {
content: "\f177";
content: "\f177" / '';
}
.curtime #timestamp:before {
content: "\f145";
content: "\f145" / '';
position: relative;
top: -1px;
}
#post-body .misc-pub-uploadedby:before {
content: "\f110";
content: "\f110" / '';
position: relative;
top: -1px;
}
#post-body .misc-pub-uploadedto:before {
content: "\f318";
content: "\f318" / '';
position: relative;
top: -1px;
}
#post-body .misc-pub-revisions:before {
content: "\f321";
content: "\f321" / '';
}
#post-body .misc-pub-response-to:before {
content: "\f101";
content: "\f101" / '';
}
@ -1229,42 +1236,52 @@ label.post-format-icon {
}
.post-format-icon.post-format-standard::before {
content: "\f109";
content: "\f109" / '';
}
.post-format-icon.post-format-image::before {
content: "\f128";
content: "\f128" / '';
}
.post-format-icon.post-format-gallery::before {
content: "\f161";
content: "\f161" / '';
}
.post-format-icon.post-format-audio::before {
content: "\f127";
content: "\f127" / '';
}
.post-format-icon.post-format-video::before {
content: "\f126";
content: "\f126" / '';
}
.post-format-icon.post-format-chat::before {
content: "\f125";
content: "\f125" / '';
}
.post-format-icon.post-format-status::before {
content: "\f130";
content: "\f130" / '';
}
.post-format-icon.post-format-aside::before {
content: "\f123";
content: "\f123" / '';
}
.post-format-icon.post-format-quote::before {
content: "\f122";
content: "\f122" / '';
}
.post-format-icon.post-format-link::before {
content: "\f103";
content: "\f103" / '';
}

File diff suppressed because one or more lines are too long

View File

@ -503,36 +503,43 @@ form#tags-filter {
#post-body .misc-pub-post-status:before,
#post-body .misc-pub-comment-status:before {
content: "\f173";
content: "\f173" / '';
}
#post-body #visibility:before {
content: "\f177";
content: "\f177" / '';
}
.curtime #timestamp:before {
content: "\f145";
content: "\f145" / '';
position: relative;
top: -1px;
}
#post-body .misc-pub-uploadedby:before {
content: "\f110";
content: "\f110" / '';
position: relative;
top: -1px;
}
#post-body .misc-pub-uploadedto:before {
content: "\f318";
content: "\f318" / '';
position: relative;
top: -1px;
}
#post-body .misc-pub-revisions:before {
content: "\f321";
content: "\f321" / '';
}
#post-body .misc-pub-response-to:before {
content: "\f101";
content: "\f101" / '';
}
@ -1228,42 +1235,52 @@ label.post-format-icon {
}
.post-format-icon.post-format-standard::before {
content: "\f109";
content: "\f109" / '';
}
.post-format-icon.post-format-image::before {
content: "\f128";
content: "\f128" / '';
}
.post-format-icon.post-format-gallery::before {
content: "\f161";
content: "\f161" / '';
}
.post-format-icon.post-format-audio::before {
content: "\f127";
content: "\f127" / '';
}
.post-format-icon.post-format-video::before {
content: "\f126";
content: "\f126" / '';
}
.post-format-icon.post-format-chat::before {
content: "\f125";
content: "\f125" / '';
}
.post-format-icon.post-format-status::before {
content: "\f130";
content: "\f130" / '';
}
.post-format-icon.post-format-aside::before {
content: "\f123";
content: "\f123" / '';
}
.post-format-icon.post-format-quote::before {
content: "\f122";
content: "\f122" / '';
}
.post-format-icon.post-format-link::before {
content: "\f103";
content: "\f103" / '';
}

File diff suppressed because one or more lines are too long

View File

@ -175,6 +175,7 @@ input[type="radio"]:checked::before {
input[type="checkbox"]:checked::before {
/* Use the "Yes" SVG Dashicon */
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%233582c4%27%2F%3E%3C%2Fsvg%3E");
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%233582c4%27%2F%3E%3C%2Fsvg%3E") / '';
margin: -0.1875rem -0.25rem 0 0;
height: 1.3125rem;
@ -240,6 +241,7 @@ textarea[readonly] {
}
.form-table .form-required.form-invalid td:after {
content: "\f534";
content: "\f534" / '';
font: normal 20px/1 dashicons;
color: #d63638;
@ -253,6 +255,7 @@ textarea[readonly] {
}
.form-table .form-required.user-pass1-wrap.form-invalid .password-input-wrapper:after {
content: "\f534";
content: "\f534" / '';
font: normal 20px/1 dashicons;
color: #d63638;
@ -1120,6 +1123,7 @@ table.form-table td .updated p {
.pressthis-bookmarklet span:before {
color: #787c82;
font: normal 20px/1 dashicons;
content: "\f157";
content: "\f157" / '';
position: relative;
display: inline-block;

File diff suppressed because one or more lines are too long

View File

@ -174,6 +174,7 @@ input[type="radio"]:checked::before {
input[type="checkbox"]:checked::before {
/* Use the "Yes" SVG Dashicon */
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%233582c4%27%2F%3E%3C%2Fsvg%3E");
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%233582c4%27%2F%3E%3C%2Fsvg%3E") / '';
margin: -0.1875rem 0 0 -0.25rem;
height: 1.3125rem;
@ -239,6 +240,7 @@ textarea[readonly] {
}
.form-table .form-required.form-invalid td:after {
content: "\f534";
content: "\f534" / '';
font: normal 20px/1 dashicons;
color: #d63638;
@ -252,6 +254,7 @@ textarea[readonly] {
}
.form-table .form-required.user-pass1-wrap.form-invalid .password-input-wrapper:after {
content: "\f534";
content: "\f534" / '';
font: normal 20px/1 dashicons;
color: #d63638;
@ -1119,6 +1122,7 @@ table.form-table td .updated p {
.pressthis-bookmarklet span:before {
color: #787c82;
font: normal 20px/1 dashicons;
content: "\f157";
content: "\f157" / '';
position: relative;
display: inline-block;

File diff suppressed because one or more lines are too long

View File

@ -269,6 +269,7 @@ th .comment-grey-bubble {
}
th .comment-grey-bubble:before {
content: "\f101";
content: "\f101" / '';
font: normal 20px/.5 dashicons;
display: inline-block;
@ -489,10 +490,12 @@ table.media .column-title .filename {
}
.sorting-indicator.asc:before {
content: "\f142";
content: "\f142" / '';
}
.sorting-indicator.desc:before {
content: "\f140";
content: "\f140" / '';
}
@ -553,6 +556,7 @@ th.sorted.desc:hover .sorting-indicator.asc:before {
display: block;
padding: 1px 0 1px 2px;
color: #3c434a; /* same as table headers sort arrows */
content: "\f140";
content: "\f140" / '';
font: normal 20px/1 dashicons;
line-height: 1;
@ -561,6 +565,7 @@ th.sorted.desc:hover .sorting-indicator.asc:before {
}
.wp-list-table .is-expanded .toggle-row:before {
content: "\f142";
content: "\f142" / '';
}
@ -601,6 +606,7 @@ th.sorted.desc:hover .sorting-indicator.asc:before {
.locked-indicator-icon:before {
color: #8c8f94;
content: "\f160";
content: "\f160" / '';
display: inline-block;
font: normal 20px/1 dashicons;
@ -776,14 +782,17 @@ th.sorted a span {
}
.view-switch .view-list:before {
content: "\f163";
content: "\f163" / '';
}
.view-switch .view-excerpt:before {
content: "\f164";
content: "\f164" / '';
}
.view-switch .view-grid:before {
content: "\f509";
content: "\f509" / '';
}
@ -1410,6 +1419,7 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
.plugin-card .update-now:before {
color: #d63638;
content: "\f463";
content: "\f463" / '';
display: inline-block;
font: normal 20px/1 dashicons;
@ -1420,6 +1430,7 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
}
.plugin-card .updating-message:before {
content: "\f463";
content: "\f463" / '';
animation: rotation 2s infinite linear;
}
@ -1435,6 +1446,7 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
.plugin-card .updated-message:before {
color: #68de7c;
content: "\f147";
content: "\f147" / '';
}
@ -1721,11 +1733,13 @@ div.action-links,
}
.plugin-card .column-compatibility .compatibility-incompatible:before {
content: "\f158";
content: "\f158" / '';
color: #d63638;
}
.plugin-card .column-compatibility .compatibility-compatible:before {
content: "\f147";
content: "\f147" / '';
color: #007017;
}

File diff suppressed because one or more lines are too long

View File

@ -268,6 +268,7 @@ th .comment-grey-bubble {
}
th .comment-grey-bubble:before {
content: "\f101";
content: "\f101" / '';
font: normal 20px/.5 dashicons;
display: inline-block;
@ -488,10 +489,12 @@ table.media .column-title .filename {
}
.sorting-indicator.asc:before {
content: "\f142";
content: "\f142" / '';
}
.sorting-indicator.desc:before {
content: "\f140";
content: "\f140" / '';
}
@ -552,6 +555,7 @@ th.sorted.desc:hover .sorting-indicator.asc:before {
display: block;
padding: 1px 2px 1px 0;
color: #3c434a; /* same as table headers sort arrows */
content: "\f140";
content: "\f140" / '';
font: normal 20px/1 dashicons;
line-height: 1;
@ -560,6 +564,7 @@ th.sorted.desc:hover .sorting-indicator.asc:before {
}
.wp-list-table .is-expanded .toggle-row:before {
content: "\f142";
content: "\f142" / '';
}
@ -600,6 +605,7 @@ th.sorted.desc:hover .sorting-indicator.asc:before {
.locked-indicator-icon:before {
color: #8c8f94;
content: "\f160";
content: "\f160" / '';
display: inline-block;
font: normal 20px/1 dashicons;
@ -775,14 +781,17 @@ th.sorted a span {
}
.view-switch .view-list:before {
content: "\f163";
content: "\f163" / '';
}
.view-switch .view-excerpt:before {
content: "\f164";
content: "\f164" / '';
}
.view-switch .view-grid:before {
content: "\f509";
content: "\f509" / '';
}
@ -1409,6 +1418,7 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
.plugin-card .update-now:before {
color: #d63638;
content: "\f463";
content: "\f463" / '';
display: inline-block;
font: normal 20px/1 dashicons;
@ -1419,6 +1429,7 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
}
.plugin-card .updating-message:before {
content: "\f463";
content: "\f463" / '';
animation: rotation 2s infinite linear;
}
@ -1434,6 +1445,7 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
.plugin-card .updated-message:before {
color: #68de7c;
content: "\f147";
content: "\f147" / '';
}
@ -1720,11 +1732,13 @@ div.action-links,
}
.plugin-card .column-compatibility .compatibility-incompatible:before {
content: "\f158";
content: "\f158" / '';
color: #d63638;
}
.plugin-card .column-compatibility .compatibility-compatible:before {
content: "\f147";
content: "\f147" / '';
color: #007017;
}

File diff suppressed because one or more lines are too long

View File

@ -357,6 +357,7 @@
vertical-align: top;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f158";
content: "\f158" / '';
}
@ -621,6 +622,7 @@ border color while dragging a file over the uploader drop area */
}
.upload-php .media-modal-close .media-modal-icon:before {
content: "\f335";
content: "\f335" / '';
font-size: 22px;
}
@ -693,10 +695,12 @@ border color while dragging a file over the uploader drop area */
}
.edit-attachment-frame .edit-media-header .left:before {
content: "\f345";
content: "\f341" / '';
}
.edit-attachment-frame .edit-media-header .right:before {
content: "\f341";
content: "\f345" / '';
}
@ -1012,22 +1016,27 @@ border color while dragging a file over the uploader drop area */
}
.imgedit-crop:before {
content: "\f165";
content: "\f165" / '';
}
.imgedit-scale:before {
content: "\f211";
content: "\f211" / '';
}
.imgedit-rotate:before {
content: "\f167";
content: "\f167" / '';
}
.imgedit-undo:before {
content: "\f171";
content: "\f171" / '';
}
.imgedit-redo:before {
content: "\f172";
content: "\f172" / '';
}

File diff suppressed because one or more lines are too long

View File

@ -356,6 +356,7 @@
vertical-align: top;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f158";
content: "\f158" / '';
}
@ -620,6 +621,7 @@ border color while dragging a file over the uploader drop area */
}
.upload-php .media-modal-close .media-modal-icon:before {
content: "\f335";
content: "\f335" / '';
font-size: 22px;
}
@ -692,10 +694,12 @@ border color while dragging a file over the uploader drop area */
}
.edit-attachment-frame .edit-media-header .left:before {
content: "\f341";
content: "\f341" / '';
}
.edit-attachment-frame .edit-media-header .right:before {
content: "\f345";
content: "\f345" / '';
}
@ -1011,22 +1015,27 @@ border color while dragging a file over the uploader drop area */
}
.imgedit-crop:before {
content: "\f165";
content: "\f165" / '';
}
.imgedit-scale:before {
content: "\f211";
content: "\f211" / '';
}
.imgedit-rotate:before {
content: "\f167";
content: "\f167" / '';
}
.imgedit-undo:before {
content: "\f171";
content: "\f171" / '';
}
.imgedit-redo:before {
content: "\f172";
content: "\f172" / '';
}

File diff suppressed because one or more lines are too long

View File

@ -494,6 +494,7 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
top: 2px;
right: 2px;
color: #50575e;
content: "\f229";
content: "\f229" / '';
font: normal 18px/1 dashicons;
-webkit-font-smoothing: antialiased;
@ -512,18 +513,22 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
}
.wp-slider .ui-slider-handle.from-handle:before {
content: "\f141";
content: "\f139" / '';
}
.wp-slider .ui-slider-handle.to-handle:before {
content: "\f139";
content: "\f141" / '';
}
.rtl .wp-slider .ui-slider-handle.from-handle:before {
content: "\f139";
content: "\f141" / '';
}
.rtl .wp-slider .ui-slider-handle.to-handle:before {
content: "\f141";
content: "\f139" / '';
left: -1px;
}

File diff suppressed because one or more lines are too long

View File

@ -493,6 +493,7 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
top: 2px;
left: 2px;
color: #50575e;
content: "\f229";
content: "\f229" / '';
font: normal 18px/1 dashicons;
-webkit-font-smoothing: antialiased;
@ -511,18 +512,22 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
}
.wp-slider .ui-slider-handle.from-handle:before {
content: "\f139";
content: "\f139" / '';
}
.wp-slider .ui-slider-handle.to-handle:before {
content: "\f141";
content: "\f141" / '';
}
.rtl .wp-slider .ui-slider-handle.from-handle:before {
content: "\f141";
content: "\f141" / '';
}
.rtl .wp-slider .ui-slider-handle.to-handle:before {
content: "\f139";
content: "\f139" / '';
right: -1px;
}

File diff suppressed because one or more lines are too long

View File

@ -190,22 +190,26 @@ are styled in the Privacy section of edit.css */
.health-check-body .pass::before,
.health-check-body .good::before {
content: "\f147";
content: "\f147" / '';
color: #00a32a;
}
.health-check-body .warning::before {
content: "\f460";
content: "\f460" / '';
color: #dba617;
}
.health-check-body .info::before {
content: "\f348";
content: "\f348" / '';
color: #72aee6;
}
.health-check-body .fail::before,
.health-check-body .error::before {
content: "\f335";
content: "\f335" / '';
color: #d63638;
}

File diff suppressed because one or more lines are too long

View File

@ -189,22 +189,26 @@ are styled in the Privacy section of edit.css */
.health-check-body .pass::before,
.health-check-body .good::before {
content: "\f147";
content: "\f147" / '';
color: #00a32a;
}
.health-check-body .warning::before {
content: "\f460";
content: "\f460" / '';
color: #dba617;
}
.health-check-body .info::before {
content: "\f348";
content: "\f348" / '';
color: #72aee6;
}
.health-check-body .fail::before,
.health-check-body .error::before {
content: "\f335";
content: "\f335" / '';
color: #d63638;
}

File diff suppressed because one or more lines are too long

View File

@ -305,6 +305,7 @@ body.js .theme-browser.search-loading {
background: rgba(140, 143, 148, 0.1);
border-radius: 50%;
display: inline-block;
content: "\f132";
content: "\f132" / '';
-webkit-font-smoothing: antialiased;
font: normal 74px/115px dashicons;
@ -409,6 +410,7 @@ body.js .theme-browser.search-loading {
font: normal 22px/50px dashicons !important;
color: #787c82;
display: inline-block;
content: "\f335";
content: "\f335" / '';
font-weight: 300;
}
@ -468,10 +470,12 @@ body.js .theme-browser.search-loading {
}
.theme-overlay .theme-header .left:before {
content: "\f345";
content: "\f341" / '';
}
.theme-overlay .theme-header .right:before {
content: "\f341";
content: "\f345" / '';
}
@ -1023,6 +1027,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
.theme-browser .theme .notice-success p:before {
color: #68de7c;
content: "\f147";
content: "\f147" / '';
display: inline-block;
font: normal 20px/1 'dashicons';
@ -1518,6 +1523,7 @@ body.full-overlay-active {
.theme-install-overlay .close-full-overlay:before {
font: normal 22px/1 dashicons;
content: "\f335";
content: "\f335" / '';
position: relative;
top: 7px;
@ -1526,6 +1532,7 @@ body.full-overlay-active {
.theme-install-overlay .previous-theme:before {
font: normal 20px/1 dashicons;
content: "\f345";
content: "\f341" / '';
position: relative;
top: 6px;
@ -1534,6 +1541,7 @@ body.full-overlay-active {
.theme-install-overlay .next-theme:before {
font: normal 20px/1 dashicons;
content: "\f341";
content: "\f345" / '';
position: relative;
top: 6px;
@ -1620,6 +1628,7 @@ body.full-overlay-active {
.wp-full-overlay .collapse-sidebar-arrow:before {
display: block;
content: "\f148";
content: "\f148" / '';
background: #f0f0f1;
font: normal 20px/1 dashicons;
@ -1741,14 +1750,17 @@ body.full-overlay-active {
}
.wp-full-overlay-footer .devices .preview-desktop:before {
content: "\f472";
content: "\f472" / '';
}
.wp-full-overlay-footer .devices .preview-tablet:before {
content: "\f471";
content: "\f471" / '';
}
.wp-full-overlay-footer .devices .preview-mobile:before {
content: "\f470";
content: "\f470" / '';
}

File diff suppressed because one or more lines are too long

View File

@ -304,6 +304,7 @@ body.js .theme-browser.search-loading {
background: rgba(140, 143, 148, 0.1);
border-radius: 50%;
display: inline-block;
content: "\f132";
content: "\f132" / '';
-webkit-font-smoothing: antialiased;
font: normal 74px/115px dashicons;
@ -408,6 +409,7 @@ body.js .theme-browser.search-loading {
font: normal 22px/50px dashicons !important;
color: #787c82;
display: inline-block;
content: "\f335";
content: "\f335" / '';
font-weight: 300;
}
@ -467,10 +469,12 @@ body.js .theme-browser.search-loading {
}
.theme-overlay .theme-header .left:before {
content: "\f341";
content: "\f341" / '';
}
.theme-overlay .theme-header .right:before {
content: "\f345";
content: "\f345" / '';
}
@ -1022,6 +1026,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
.theme-browser .theme .notice-success p:before {
color: #68de7c;
content: "\f147";
content: "\f147" / '';
display: inline-block;
font: normal 20px/1 'dashicons';
@ -1517,6 +1522,7 @@ body.full-overlay-active {
.theme-install-overlay .close-full-overlay:before {
font: normal 22px/1 dashicons;
content: "\f335";
content: "\f335" / '';
position: relative;
top: 7px;
@ -1525,6 +1531,7 @@ body.full-overlay-active {
.theme-install-overlay .previous-theme:before {
font: normal 20px/1 dashicons;
content: "\f341";
content: "\f341" / '';
position: relative;
top: 6px;
@ -1533,6 +1540,7 @@ body.full-overlay-active {
.theme-install-overlay .next-theme:before {
font: normal 20px/1 dashicons;
content: "\f345";
content: "\f345" / '';
position: relative;
top: 6px;
@ -1619,6 +1627,7 @@ body.full-overlay-active {
.wp-full-overlay .collapse-sidebar-arrow:before {
display: block;
content: "\f148";
content: "\f148" / '';
background: #f0f0f1;
font: normal 20px/1 dashicons;
@ -1740,14 +1749,17 @@ body.full-overlay-active {
}
.wp-full-overlay-footer .devices .preview-desktop:before {
content: "\f472";
content: "\f472" / '';
}
.wp-full-overlay-footer .devices .preview-tablet:before {
content: "\f471";
content: "\f471" / '';
}
.wp-full-overlay-footer .devices .preview-mobile:before {
content: "\f470";
content: "\f470" / '';
}

File diff suppressed because one or more lines are too long

View File

@ -730,6 +730,7 @@ div#widgets-right .widget-top:hover,
}
.widgets-chooser .widgets-chooser-selected:before {
content: "\f147";
content: "\f147" / '';
display: block;
-webkit-font-smoothing: antialiased;

File diff suppressed because one or more lines are too long

View File

@ -729,6 +729,7 @@ div#widgets-right .widget-top:hover,
}
.widgets-chooser .widgets-chooser-selected:before {
content: "\f147";
content: "\f147" / '';
display: block;
-webkit-font-smoothing: antialiased;

File diff suppressed because one or more lines are too long

View File

@ -116,11 +116,11 @@ class Walker_Nav_Menu_Checklist extends Walker_Nav_Menu {
$output .= '<input type="hidden" class="menu-item-object" name="menu-item[' . $possible_object_id . '][menu-item-object]" value="' . esc_attr( $menu_item->object ) . '" />';
$output .= '<input type="hidden" class="menu-item-parent-id" name="menu-item[' . $possible_object_id . '][menu-item-parent-id]" value="' . esc_attr( $menu_item->menu_item_parent ) . '" />';
$output .= '<input type="hidden" class="menu-item-type" name="menu-item[' . $possible_object_id . '][menu-item-type]" value="' . esc_attr( $menu_item->type ) . '" />';
$output .= '<input type="hidden" class="menu-item-title" name="menu-item[' . $possible_object_id . '][menu-item-title]" value="' . esc_attr( $menu_item->title ) . '" />';
$output .= '<input type="hidden" class="menu-item-title" name="menu-item[' . $possible_object_id . '][menu-item-title]" value="' . htmlspecialchars( $menu_item->title, ENT_QUOTES ) . '" />';
$output .= '<input type="hidden" class="menu-item-url" name="menu-item[' . $possible_object_id . '][menu-item-url]" value="' . esc_url( $menu_item->url ) . '" />';
$output .= '<input type="hidden" class="menu-item-target" name="menu-item[' . $possible_object_id . '][menu-item-target]" value="' . esc_attr( $menu_item->target ) . '" />';
$output .= '<input type="hidden" class="menu-item-attr-title" name="menu-item[' . $possible_object_id . '][menu-item-attr-title]" value="' . esc_attr( $menu_item->attr_title ) . '" />';
$output .= '<input type="hidden" class="menu-item-classes" name="menu-item[' . $possible_object_id . '][menu-item-classes]" value="' . esc_attr( implode( ' ', $menu_item->classes ) ) . '" />';
$output .= '<input type="hidden" class="menu-item-xfn" name="menu-item[' . $possible_object_id . '][menu-item-xfn]" value="' . esc_attr( $menu_item->xfn ) . '" />';
$output .= '<input type="hidden" class="menu-item-attr-title" name="menu-item[' . $possible_object_id . '][menu-item-attr-title]" value="' . htmlspecialchars( $menu_item->attr_title, ENT_QUOTES ) . '" />';
$output .= '<input type="hidden" class="menu-item-classes" name="menu-item[' . $possible_object_id . '][menu-item-classes]" value="' . htmlspecialchars( implode( ' ', $menu_item->classes ), ENT_QUOTES ) . '" />';
$output .= '<input type="hidden" class="menu-item-xfn" name="menu-item[' . $possible_object_id . '][menu-item-xfn]" value="' . htmlspecialchars( $menu_item->xfn, ENT_QUOTES ) . '" />';
}
}

View File

@ -203,13 +203,13 @@ class Walker_Nav_Menu_Edit extends Walker_Nav_Menu {
<p class="description description-wide">
<label for="edit-menu-item-title-<?php echo $item_id; ?>">
<?php _e( 'Navigation Label' ); ?><br />
<input type="text" id="edit-menu-item-title-<?php echo $item_id; ?>" class="widefat edit-menu-item-title" name="menu-item-title[<?php echo $item_id; ?>]" value="<?php echo esc_attr( $menu_item->title ); ?>" />
<input type="text" id="edit-menu-item-title-<?php echo $item_id; ?>" class="widefat edit-menu-item-title" name="menu-item-title[<?php echo $item_id; ?>]" value="<?php echo htmlspecialchars( $menu_item->title, ENT_QUOTES ); ?>" />
</label>
</p>
<p class="field-title-attribute field-attr-title description description-wide">
<label for="edit-menu-item-attr-title-<?php echo $item_id; ?>">
<?php _e( 'Title Attribute' ); ?><br />
<input type="text" id="edit-menu-item-attr-title-<?php echo $item_id; ?>" class="widefat edit-menu-item-attr-title" name="menu-item-attr-title[<?php echo $item_id; ?>]" value="<?php echo esc_attr( $menu_item->post_excerpt ); ?>" />
<input type="text" id="edit-menu-item-attr-title-<?php echo $item_id; ?>" class="widefat edit-menu-item-attr-title" name="menu-item-attr-title[<?php echo $item_id; ?>]" value="<?php echo htmlspecialchars( $menu_item->post_excerpt, ENT_QUOTES ); ?>" />
</label>
</p>
<p class="field-link-target description">
@ -222,20 +222,20 @@ class Walker_Nav_Menu_Edit extends Walker_Nav_Menu {
<p class="field-css-classes description description-thin">
<label for="edit-menu-item-classes-<?php echo $item_id; ?>">
<?php _e( 'CSS Classes (optional)' ); ?><br />
<input type="text" id="edit-menu-item-classes-<?php echo $item_id; ?>" class="widefat code edit-menu-item-classes" name="menu-item-classes[<?php echo $item_id; ?>]" value="<?php echo esc_attr( implode( ' ', $menu_item->classes ) ); ?>" />
<input type="text" id="edit-menu-item-classes-<?php echo $item_id; ?>" class="widefat code edit-menu-item-classes" name="menu-item-classes[<?php echo $item_id; ?>]" value="<?php echo htmlspecialchars( implode( ' ', $menu_item->classes ), ENT_QUOTES ); ?>" />
</label>
</p>
<p class="field-xfn description description-thin">
<label for="edit-menu-item-xfn-<?php echo $item_id; ?>">
<?php _e( 'Link Relationship (XFN)' ); ?><br />
<input type="text" id="edit-menu-item-xfn-<?php echo $item_id; ?>" class="widefat code edit-menu-item-xfn" name="menu-item-xfn[<?php echo $item_id; ?>]" value="<?php echo esc_attr( $menu_item->xfn ); ?>" />
<input type="text" id="edit-menu-item-xfn-<?php echo $item_id; ?>" class="widefat code edit-menu-item-xfn" name="menu-item-xfn[<?php echo $item_id; ?>]" value="<?php echo htmlspecialchars( $menu_item->xfn, ENT_QUOTES ); ?>" />
</label>
</p>
</div>
<p class="field-description description description-wide">
<label for="edit-menu-item-description-<?php echo $item_id; ?>">
<?php _e( 'Description' ); ?><br />
<textarea id="edit-menu-item-description-<?php echo $item_id; ?>" class="widefat edit-menu-item-description" rows="3" cols="20" name="menu-item-description[<?php echo $item_id; ?>]"><?php echo esc_html( $menu_item->description ); // textarea_escaped ?></textarea>
<textarea id="edit-menu-item-description-<?php echo $item_id; ?>" class="widefat edit-menu-item-description" rows="3" cols="20" name="menu-item-description[<?php echo $item_id; ?>]"><?php echo esc_textarea( $menu_item->description ); // textarea_escaped ?></textarea>
<span class="description"><?php _e( 'The description will be displayed in the menu if the active theme supports it.' ); ?></span>
</label>
</p>

View File

@ -151,6 +151,7 @@ class WP_Comments_List_Table extends WP_List_Table {
'number' => $number,
'post_id' => $post_id,
'type' => $comment_type,
'type__not_in' => array( 'note' ),
'orderby' => $orderby,
'order' => $order,
'post_type' => $post_type,

View File

@ -239,10 +239,12 @@ function export_wp( $args = array() ) {
*
* @since 2.1.0
*
* @param string $str String to wrap in XML CDATA tag.
* @param string|null $str String to wrap in XML CDATA tag. May be null.
* @return string
*/
function wxr_cdata( $str ) {
$str = (string) $str;
if ( ! wp_is_valid_utf8( $str ) ) {
$str = utf8_encode( $str );
}

View File

@ -1901,6 +1901,11 @@ function _unzip_file_pclzip( $file, $to, $needed_dirs = array() ) {
continue;
}
// Don't extract invalid files:
if ( 0 !== validate_file( $file['filename'] ) ) {
continue;
}
$uncompressed_size += $file['size'];
$needed_dirs[] = $to . untrailingslashit( $file['folder'] ? $file['filename'] : dirname( $file['filename'] ) );

View File

@ -399,6 +399,7 @@ function display_plugins_table() {
);
break;
case 'install_plugins_featured':
echo '<br>';
break;
case 'install_plugins_recommended':
echo '<p>' . __( 'These suggestions are based on the plugins you and other users have installed.' ) . '</p>';
@ -409,9 +410,6 @@ function display_plugins_table() {
}
break;
}
if ( isset( $_GET['tab'] ) && 'featured' === $_GET['tab'] ) {
echo '<br />';
}
?>
<form id="plugin-filter" method="post">
<?php $wp_list_table->display(); ?>

View File

@ -847,6 +847,7 @@ $_old_files = array(
'wp-includes/blocks/post-author/editor-rtl.css',
'wp-includes/blocks/post-author/editor-rtl.min.css',
'wp-includes/SimplePie/src/Decode',
'wp-includes/SimplePie/src/Core.php',
);
/**

View File

@ -187,9 +187,9 @@ if ( isset( $_POST['savewidget'] ) || isset( $_POST['removewidget'] ) ) {
// Remove old position.
if ( ! isset( $_POST['delete_widget'] ) ) {
foreach ( $sidebars_widgets as $sidebar_id => $sidebar ) {
if ( is_array( $sidebar ) ) {
$sidebars_widgets[ $sidebar_id ] = array_diff( $sidebar, array( $widget_id ) );
foreach ( $sidebars_widgets as $sidebar_widget_id => $sidebar_widget ) {
if ( is_array( $sidebar_widget ) ) {
$sidebars_widgets[ $sidebar_widget_id ] = array_diff( $sidebar_widget, array( $widget_id ) );
}
}

File diff suppressed because one or more lines are too long

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More