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> <a href="contribute.php" class="nav-tab"><?php _e( 'Get Involved' ); ?></a>
</nav> </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="about__section">
<div class="column"> <div class="column">
<h2><?php _e( 'Welcome to WordPress 6.9' ); ?></h2> <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 { #collapse-button .collapse-button-icon:after {
content: "\f148";
content: "\f148" / ''; content: "\f148" / '';
display: block; display: block;
position: relative; 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 { #collapse-button .collapse-button-icon:after {
content: "\f148";
content: "\f148" / ''; content: "\f148" / '';
display: block; display: block;
position: relative; 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 */ /* Forms */
input[type=checkbox]:checked::before { 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") / ''; 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 */ /* Forms */
input[type=checkbox]:checked::before { 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")/""; 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 */ /* Forms */
input[type=checkbox]:checked::before { 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")/""; 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 */ /* Forms */
input[type=checkbox]:checked::before { 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")/""; 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 */ /* Forms */
input[type=checkbox]:checked::before { 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")/""; 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 */ /* Forms */
input[type=checkbox]:checked::before { 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")/""; 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 */ /* Forms */
input[type=checkbox]:checked::before { 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")/""; 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 */ /* Forms */
input[type=checkbox]:checked::before { 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")/""; 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 */ /* Forms */
input[type=checkbox]:checked::before { 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")/""; 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 */ /* Forms */
input[type=checkbox]:checked::before { 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")/""; 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 */ /* Forms */
input[type=checkbox]:checked::before { 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")/""; 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 */ /* Forms */
input[type=checkbox]:checked::before { 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")/""; 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 */ /* Forms */
input[type=checkbox]:checked::before { 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")/""; 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 */ /* Forms */
input[type=checkbox]:checked::before { 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")/""; 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 */ /* Forms */
input[type=checkbox]:checked::before { 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")/""; 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 */ /* Forms */
input[type=checkbox]:checked::before { 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")/""; 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 */ /* Forms */
input[type=checkbox]:checked::before { 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")/""; 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 { .js-update-details-toggle[aria-expanded="true"] .dashicons::before {
content: "\f142";
content: "\f142" / ''; content: "\f142" / '';
} }
@ -806,6 +807,7 @@ img.emoji {
.notice-dismiss:before { .notice-dismiss:before {
background: none; background: none;
color: #787c82; color: #787c82;
content: "\f153";
content: "\f153" / ''; content: "\f153" / '';
display: block; display: block;
font: normal 16px/20px dashicons; font: normal 16px/20px dashicons;
@ -1133,6 +1135,7 @@ th.action-links {
} }
.wp-filter .drawer-toggle:before { .wp-filter .drawer-toggle:before {
content: "\f111";
content: "\f111" / ''; content: "\f111" / '';
margin: 0 0 0 5px; margin: 0 0 0 5px;
color: #646970; color: #646970;
@ -1525,6 +1528,7 @@ div.error {
#plugin-information-footer .update-now:not(.button-disabled):before { #plugin-information-footer .update-now:not(.button-disabled):before {
color: #d63638; color: #d63638;
content: "\f463";
content: "\f463" / ''; content: "\f463" / '';
display: inline-block; display: inline-block;
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;
@ -1587,6 +1591,7 @@ div.error {
.button.installing:before, .button.installing:before,
.button.activating-message:before { .button.activating-message:before {
color: #d63638; color: #d63638;
content: "\f463";
content: "\f463" / ''; content: "\f463" / '';
} }
@ -1623,12 +1628,14 @@ div.error {
.button.updated-message:before, .button.updated-message:before,
.button.activated-message:before { .button.activated-message:before {
color: #68de7c; color: #68de7c;
content: "\f147";
content: "\f147" / ''; content: "\f147" / '';
} }
/* Error icon. */ /* Error icon. */
.update-message.notice-error p:before { .update-message.notice-error p:before {
color: #d63638; color: #d63638;
content: "\f534";
content: "\f534" / ''; content: "\f534" / '';
} }
@ -1838,6 +1845,7 @@ p.auto-update-status {
#screen-meta-links .show-settings:after { #screen-meta-links .show-settings:after {
left: 0; left: 0;
content: "\f140";
content: "\f140" / ''; content: "\f140" / '';
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;
display: inline-block; display: inline-block;
@ -1851,6 +1859,7 @@ p.auto-update-status {
} }
#screen-meta-links .screen-meta-active:after { #screen-meta-links .screen-meta-active:after {
content: "\f142";
content: "\f142" / ''; content: "\f142" / '';
} }
@ -2672,10 +2681,12 @@ div.star-holder .star-rating {
} }
.star-rating .star-full:before { .star-rating .star-full:before {
content: "\f155";
content: "\f155" / ''; content: "\f155" / '';
} }
.star-rating .star-half:before { .star-rating .star-half:before {
content: "\f459";
content: "\f459" / ''; content: "\f459" / '';
} }
@ -2684,6 +2695,7 @@ div.star-holder .star-rating {
} }
.star-rating .star-empty:before { .star-rating .star-empty:before {
content: "\f154";
content: "\f154" / ''; content: "\f154" / '';
} }
@ -3175,6 +3187,7 @@ div.action-links {
} }
.plugin-details-modal #TB_closeWindowButton:after { .plugin-details-modal #TB_closeWindowButton:after {
content: "\f335";
content: "\f335" / ''; content: "\f335" / '';
font: normal 32px/29px 'dashicons'; font: normal 32px/29px 'dashicons';
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
@ -3201,6 +3214,7 @@ img {
.meta-box-sortables .postbox .order-lower-indicator::before, .meta-box-sortables .postbox .order-lower-indicator::before,
.bulk-action-notice .toggle-indicator::before, .bulk-action-notice .toggle-indicator::before,
.privacy-text-box .toggle-indicator::before { .privacy-text-box .toggle-indicator::before {
content: "\f142";
content: "\f142" / ''; content: "\f142" / '';
display: inline-block; display: inline-block;
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;
@ -3213,15 +3227,18 @@ img {
.meta-box-sortables .postbox.closed .handlediv .toggle-indicator::before, .meta-box-sortables .postbox.closed .handlediv .toggle-indicator::before,
.bulk-action-notice .bulk-action-errors-collapsed .toggle-indicator::before, .bulk-action-notice .bulk-action-errors-collapsed .toggle-indicator::before,
.privacy-text-box.closed .toggle-indicator::before { .privacy-text-box.closed .toggle-indicator::before {
content: "\f140";
content: "\f140" / ''; content: "\f140" / '';
} }
.postbox .handle-order-higher .order-higher-indicator::before { .postbox .handle-order-higher .order-higher-indicator::before {
content: "\f343";
content: "\f343" / ''; content: "\f343" / '';
color: inherit; color: inherit;
} }
.postbox .handle-order-lower .order-lower-indicator::before { .postbox .handle-order-lower .order-lower-indicator::before {
content: "\f347";
content: "\f347" / ''; content: "\f347" / '';
color: inherit; color: inherit;
} }
@ -3345,9 +3362,11 @@ img {
pointer-events: none; pointer-events: none;
} }
[role="treeitem"][aria-expanded="false"] > .folder-label .icon:after { [role="treeitem"][aria-expanded="false"] > .folder-label .icon:after {
content: "\f141";
content: "\f139" / ''; content: "\f139" / '';
} }
[role="treeitem"][aria-expanded="true"] > .folder-label .icon:after { [role="treeitem"][aria-expanded="true"] > .folder-label .icon:after {
content: "\f140";
content: "\f140" / ''; content: "\f140" / '';
} }
[role="treeitem"] .folder-label { [role="treeitem"] .folder-label {
@ -3563,6 +3582,7 @@ img {
.wp-customizer .control-section .accordion-section-title:after, .wp-customizer .control-section .accordion-section-title:after,
.wp-customizer .accordion-section-title:after, .wp-customizer .accordion-section-title:after,
.widget-top .widget-action .toggle-indicator:before { .widget-top .widget-action .toggle-indicator:before {
content: "\f140";
content: "\f140" / ''; content: "\f140" / '';
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;
display: block; display: block;
@ -3611,6 +3631,7 @@ img {
.nav-menus-php .menu-item-edit-active .item-edit:before, .nav-menus-php .menu-item-edit-active .item-edit:before,
.widget.open .widget-top .widget-action .toggle-indicator:before, .widget.open .widget-top .widget-action .toggle-indicator:before,
.widget.widget-in-question .widget-top .widget-action .toggle-indicator:before { .widget.widget-in-question .widget-top .widget-action .toggle-indicator:before {
content: "\f142";
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 { .js-update-details-toggle[aria-expanded="true"] .dashicons::before {
content: "\f142";
content: "\f142" / ''; content: "\f142" / '';
} }
@ -805,6 +806,7 @@ img.emoji {
.notice-dismiss:before { .notice-dismiss:before {
background: none; background: none;
color: #787c82; color: #787c82;
content: "\f153";
content: "\f153" / ''; content: "\f153" / '';
display: block; display: block;
font: normal 16px/20px dashicons; font: normal 16px/20px dashicons;
@ -1132,6 +1134,7 @@ th.action-links {
} }
.wp-filter .drawer-toggle:before { .wp-filter .drawer-toggle:before {
content: "\f111";
content: "\f111" / ''; content: "\f111" / '';
margin: 0 5px 0 0; margin: 0 5px 0 0;
color: #646970; color: #646970;
@ -1524,6 +1527,7 @@ div.error {
#plugin-information-footer .update-now:not(.button-disabled):before { #plugin-information-footer .update-now:not(.button-disabled):before {
color: #d63638; color: #d63638;
content: "\f463";
content: "\f463" / ''; content: "\f463" / '';
display: inline-block; display: inline-block;
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;
@ -1586,6 +1590,7 @@ div.error {
.button.installing:before, .button.installing:before,
.button.activating-message:before { .button.activating-message:before {
color: #d63638; color: #d63638;
content: "\f463";
content: "\f463" / ''; content: "\f463" / '';
} }
@ -1622,12 +1627,14 @@ div.error {
.button.updated-message:before, .button.updated-message:before,
.button.activated-message:before { .button.activated-message:before {
color: #68de7c; color: #68de7c;
content: "\f147";
content: "\f147" / ''; content: "\f147" / '';
} }
/* Error icon. */ /* Error icon. */
.update-message.notice-error p:before { .update-message.notice-error p:before {
color: #d63638; color: #d63638;
content: "\f534";
content: "\f534" / ''; content: "\f534" / '';
} }
@ -1837,6 +1844,7 @@ p.auto-update-status {
#screen-meta-links .show-settings:after { #screen-meta-links .show-settings:after {
right: 0; right: 0;
content: "\f140";
content: "\f140" / ''; content: "\f140" / '';
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;
display: inline-block; display: inline-block;
@ -1850,6 +1858,7 @@ p.auto-update-status {
} }
#screen-meta-links .screen-meta-active:after { #screen-meta-links .screen-meta-active:after {
content: "\f142";
content: "\f142" / ''; content: "\f142" / '';
} }
@ -2671,10 +2680,12 @@ div.star-holder .star-rating {
} }
.star-rating .star-full:before { .star-rating .star-full:before {
content: "\f155";
content: "\f155" / ''; content: "\f155" / '';
} }
.star-rating .star-half:before { .star-rating .star-half:before {
content: "\f459";
content: "\f459" / ''; content: "\f459" / '';
} }
@ -2683,6 +2694,7 @@ div.star-holder .star-rating {
} }
.star-rating .star-empty:before { .star-rating .star-empty:before {
content: "\f154";
content: "\f154" / ''; content: "\f154" / '';
} }
@ -3174,6 +3186,7 @@ div.action-links {
} }
.plugin-details-modal #TB_closeWindowButton:after { .plugin-details-modal #TB_closeWindowButton:after {
content: "\f335";
content: "\f335" / ''; content: "\f335" / '';
font: normal 32px/29px 'dashicons'; font: normal 32px/29px 'dashicons';
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
@ -3200,6 +3213,7 @@ img {
.meta-box-sortables .postbox .order-lower-indicator::before, .meta-box-sortables .postbox .order-lower-indicator::before,
.bulk-action-notice .toggle-indicator::before, .bulk-action-notice .toggle-indicator::before,
.privacy-text-box .toggle-indicator::before { .privacy-text-box .toggle-indicator::before {
content: "\f142";
content: "\f142" / ''; content: "\f142" / '';
display: inline-block; display: inline-block;
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;
@ -3212,15 +3226,18 @@ img {
.meta-box-sortables .postbox.closed .handlediv .toggle-indicator::before, .meta-box-sortables .postbox.closed .handlediv .toggle-indicator::before,
.bulk-action-notice .bulk-action-errors-collapsed .toggle-indicator::before, .bulk-action-notice .bulk-action-errors-collapsed .toggle-indicator::before,
.privacy-text-box.closed .toggle-indicator::before { .privacy-text-box.closed .toggle-indicator::before {
content: "\f140";
content: "\f140" / ''; content: "\f140" / '';
} }
.postbox .handle-order-higher .order-higher-indicator::before { .postbox .handle-order-higher .order-higher-indicator::before {
content: "\f343";
content: "\f343" / ''; content: "\f343" / '';
color: inherit; color: inherit;
} }
.postbox .handle-order-lower .order-lower-indicator::before { .postbox .handle-order-lower .order-lower-indicator::before {
content: "\f347";
content: "\f347" / ''; content: "\f347" / '';
color: inherit; color: inherit;
} }
@ -3344,9 +3361,11 @@ img {
pointer-events: none; pointer-events: none;
} }
[role="treeitem"][aria-expanded="false"] > .folder-label .icon:after { [role="treeitem"][aria-expanded="false"] > .folder-label .icon:after {
content: "\f139";
content: "\f139" / ''; content: "\f139" / '';
} }
[role="treeitem"][aria-expanded="true"] > .folder-label .icon:after { [role="treeitem"][aria-expanded="true"] > .folder-label .icon:after {
content: "\f140";
content: "\f140" / ''; content: "\f140" / '';
} }
[role="treeitem"] .folder-label { [role="treeitem"] .folder-label {
@ -3562,6 +3581,7 @@ img {
.wp-customizer .control-section .accordion-section-title:after, .wp-customizer .control-section .accordion-section-title:after,
.wp-customizer .accordion-section-title:after, .wp-customizer .accordion-section-title:after,
.widget-top .widget-action .toggle-indicator:before { .widget-top .widget-action .toggle-indicator:before {
content: "\f140";
content: "\f140" / ''; content: "\f140" / '';
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;
display: block; display: block;
@ -3610,6 +3630,7 @@ img {
.nav-menus-php .menu-item-edit-active .item-edit:before, .nav-menus-php .menu-item-edit-active .item-edit:before,
.widget.open .widget-top .widget-action .toggle-indicator:before, .widget.open .widget-top .widget-action .toggle-indicator:before,
.widget.widget-in-question .widget-top .widget-action .toggle-indicator:before { .widget.widget-in-question .widget-top .widget-action .toggle-indicator:before {
content: "\f142";
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; display: inline-block;
} }
#customize-control-trash_changeset .button-link:before { #customize-control-trash_changeset .button-link:before {
content: "\f182";
content: "\f182" / ''; content: "\f182" / '';
font: normal 22px dashicons; font: normal 22px dashicons;
text-decoration: none; text-decoration: none;
@ -595,6 +596,7 @@ body.trashing #publish-settings {
#customize-theme-controls .accordion-section-title:after, #customize-theme-controls .accordion-section-title:after,
#customize-outer-theme-controls .accordion-section-title:after { #customize-outer-theme-controls .accordion-section-title:after {
content: "\f341";
content: "\f345" / ''; content: "\f345" / '';
color: #a7aaad; color: #a7aaad;
pointer-events: none; pointer-events: none;
@ -932,6 +934,7 @@ h3.customize-section-title {
.customize-controls-close:before { .customize-controls-close:before {
font: normal 22px/45px dashicons; font: normal 22px/45px dashicons;
content: "\f335";
content: "\f335" / ''; content: "\f335" / '';
position: relative; position: relative;
top: -3px; top: -3px;
@ -941,6 +944,7 @@ h3.customize-section-title {
.customize-panel-back:before, .customize-panel-back:before,
.customize-section-back:before { .customize-section-back:before {
font: normal 20px/72px dashicons; font: normal 20px/72px dashicons;
content: "\f345";
content: "\f341" / ''; content: "\f341" / '';
position: relative; position: relative;
right: 9px; right: 9px;
@ -1027,6 +1031,7 @@ p.customize-section-description {
.customize-section-description a.external-link:after { .customize-section-description a.external-link:after {
font: 16px/11px dashicons; font: 16px/11px dashicons;
content: "\f504";
content: "\f504" / ''; content: "\f504" / '';
top: 3px; top: 3px;
position: relative; position: relative;
@ -1358,6 +1363,7 @@ p.customize-section-description {
} }
.customize-control .dropdown-arrow:after { .customize-control .dropdown-arrow:after {
content: "\f140";
content: "\f140" / ''; content: "\f140" / '';
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;
display: block; display: block;
@ -1882,6 +1888,7 @@ p.customize-section-description {
} }
.themes-filter-bar .feature-filter-toggle:before { .themes-filter-bar .feature-filter-toggle:before {
content: "\f111";
content: "\f111" / ''; content: "\f111" / '';
margin: 0 0 0 5px; margin: 0 0 0 5px;
font: normal 16px/1 dashicons; font: normal 16px/1 dashicons;
@ -2020,6 +2027,7 @@ p.customize-section-description {
} }
.control-panel-themes .theme-section .customize-themes-section-title.selected:after { .control-panel-themes .theme-section .customize-themes-section-title.selected:after {
content: "\f147";
content: "\f147" / ''; content: "\f147" / '';
font: 16px/1 dashicons; font: 16px/1 dashicons;
box-sizing: border-box; box-sizing: border-box;
@ -2523,6 +2531,7 @@ body.cheatin p {
.add-new-widget:before, .add-new-widget:before,
.add-new-menu-item:before, .add-new-menu-item:before,
#available-menu-items .new-content-item .add-content:before { #available-menu-items .new-content-item .add-content:before {
content: "\f132";
content: "\f132" / ''; content: "\f132" / '';
display: inline-block; display: inline-block;
position: relative; position: relative;
@ -2602,11 +2611,13 @@ body.cheatin p {
.move-widget-down:before, .move-widget-down:before,
.menus-move-down:before { .menus-move-down:before {
content: "\f347";
content: "\f347" / ''; content: "\f347" / '';
} }
.move-widget-up:before, .move-widget-up:before,
.menus-move-up:before { .menus-move-up:before {
content: "\f343";
content: "\f343" / ''; content: "\f343" / '';
} }
@ -2767,6 +2778,7 @@ body.adding-widget .add-new-widget:before,
#available-widgets-filter .clear-results:before, #available-widgets-filter .clear-results:before,
#available-menu-items-search .clear-results:before { #available-menu-items-search .clear-results:before {
content: "\f335";
content: "\f335" / ''; content: "\f335" / '';
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;
vertical-align: middle; vertical-align: middle;
@ -2978,6 +2990,7 @@ body.adding-widget .add-new-widget:before,
.customize-controls-preview-toggle .preview:before, .customize-controls-preview-toggle .preview:before,
.customize-controls-preview-toggle .controls:before { .customize-controls-preview-toggle .controls:before {
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;
content: "\f177";
content: "\f177" / ''; content: "\f177" / '';
position: relative; position: relative;
top: 4px; top: 4px;
@ -2985,6 +2998,7 @@ body.adding-widget .add-new-widget:before,
} }
.customize-controls-preview-toggle .controls:before { .customize-controls-preview-toggle .controls:before {
content: "\f540";
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; display: inline-block;
} }
#customize-control-trash_changeset .button-link:before { #customize-control-trash_changeset .button-link:before {
content: "\f182";
content: "\f182" / ''; content: "\f182" / '';
font: normal 22px dashicons; font: normal 22px dashicons;
text-decoration: none; text-decoration: none;
@ -594,6 +595,7 @@ body.trashing #publish-settings {
#customize-theme-controls .accordion-section-title:after, #customize-theme-controls .accordion-section-title:after,
#customize-outer-theme-controls .accordion-section-title:after { #customize-outer-theme-controls .accordion-section-title:after {
content: "\f345";
content: "\f345" / ''; content: "\f345" / '';
color: #a7aaad; color: #a7aaad;
pointer-events: none; pointer-events: none;
@ -931,6 +933,7 @@ h3.customize-section-title {
.customize-controls-close:before { .customize-controls-close:before {
font: normal 22px/45px dashicons; font: normal 22px/45px dashicons;
content: "\f335";
content: "\f335" / ''; content: "\f335" / '';
position: relative; position: relative;
top: -3px; top: -3px;
@ -940,6 +943,7 @@ h3.customize-section-title {
.customize-panel-back:before, .customize-panel-back:before,
.customize-section-back:before { .customize-section-back:before {
font: normal 20px/72px dashicons; font: normal 20px/72px dashicons;
content: "\f341";
content: "\f341" / ''; content: "\f341" / '';
position: relative; position: relative;
left: 9px; left: 9px;
@ -1026,6 +1030,7 @@ p.customize-section-description {
.customize-section-description a.external-link:after { .customize-section-description a.external-link:after {
font: 16px/11px dashicons; font: 16px/11px dashicons;
content: "\f504";
content: "\f504" / ''; content: "\f504" / '';
top: 3px; top: 3px;
position: relative; position: relative;
@ -1357,6 +1362,7 @@ p.customize-section-description {
} }
.customize-control .dropdown-arrow:after { .customize-control .dropdown-arrow:after {
content: "\f140";
content: "\f140" / ''; content: "\f140" / '';
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;
display: block; display: block;
@ -1881,6 +1887,7 @@ p.customize-section-description {
} }
.themes-filter-bar .feature-filter-toggle:before { .themes-filter-bar .feature-filter-toggle:before {
content: "\f111";
content: "\f111" / ''; content: "\f111" / '';
margin: 0 5px 0 0; margin: 0 5px 0 0;
font: normal 16px/1 dashicons; font: normal 16px/1 dashicons;
@ -2019,6 +2026,7 @@ p.customize-section-description {
} }
.control-panel-themes .theme-section .customize-themes-section-title.selected:after { .control-panel-themes .theme-section .customize-themes-section-title.selected:after {
content: "\f147";
content: "\f147" / ''; content: "\f147" / '';
font: 16px/1 dashicons; font: 16px/1 dashicons;
box-sizing: border-box; box-sizing: border-box;
@ -2522,6 +2530,7 @@ body.cheatin p {
.add-new-widget:before, .add-new-widget:before,
.add-new-menu-item:before, .add-new-menu-item:before,
#available-menu-items .new-content-item .add-content:before { #available-menu-items .new-content-item .add-content:before {
content: "\f132";
content: "\f132" / ''; content: "\f132" / '';
display: inline-block; display: inline-block;
position: relative; position: relative;
@ -2601,11 +2610,13 @@ body.cheatin p {
.move-widget-down:before, .move-widget-down:before,
.menus-move-down:before { .menus-move-down:before {
content: "\f347";
content: "\f347" / ''; content: "\f347" / '';
} }
.move-widget-up:before, .move-widget-up:before,
.menus-move-up:before { .menus-move-up:before {
content: "\f343";
content: "\f343" / ''; content: "\f343" / '';
} }
@ -2766,6 +2777,7 @@ body.adding-widget .add-new-widget:before,
#available-widgets-filter .clear-results:before, #available-widgets-filter .clear-results:before,
#available-menu-items-search .clear-results:before { #available-menu-items-search .clear-results:before {
content: "\f335";
content: "\f335" / ''; content: "\f335" / '';
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;
vertical-align: middle; vertical-align: middle;
@ -2977,6 +2989,7 @@ body.adding-widget .add-new-widget:before,
.customize-controls-preview-toggle .preview:before, .customize-controls-preview-toggle .preview:before,
.customize-controls-preview-toggle .controls:before { .customize-controls-preview-toggle .controls:before {
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;
content: "\f177";
content: "\f177" / ''; content: "\f177" / '';
position: relative; position: relative;
top: 4px; top: 4px;
@ -2984,6 +2997,7 @@ body.adding-widget .add-new-widget:before,
} }
.customize-controls-preview-toggle .controls:before { .customize-controls-preview-toggle .controls:before {
content: "\f540";
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 { .menus-move-left:before {
content: "\f345";
content: "\f341" / ''; content: "\f341" / '';
} }
.menus-move-right:before { .menus-move-right:before {
content: "\f341";
content: "\f345" / ''; content: "\f345" / '';
} }
@ -178,6 +180,7 @@
} }
.wp-customizer .menu-item.menu-item-edit-active .item-edit .toggle-indicator:before { .wp-customizer .menu-item.menu-item-edit-active .item-edit .toggle-indicator:before {
content: "\f142";
content: "\f142" / ''; content: "\f142" / '';
} }
@ -278,6 +281,7 @@
.customize-screen-options-toggle:before { .customize-screen-options-toggle:before {
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
border: none; border: none;
content: "\f111";
content: "\f111" / ''; content: "\f111" / '';
display: block; display: block;
font: 18px/1 dashicons; font: 18px/1 dashicons;
@ -321,6 +325,7 @@
.wp-customizer .menu-item .item-edit .toggle-indicator:before, .wp-customizer .menu-item .item-edit .toggle-indicator:before,
#available-menu-items .accordion-section-title .toggle-indicator:before { #available-menu-items .accordion-section-title .toggle-indicator:before {
content: "\f140";
content: "\f140" / ''; content: "\f140" / '';
display: block; display: block;
padding: 1px 0 1px 2px; padding: 1px 0 1px 2px;
@ -467,6 +472,7 @@
} }
.menu-item-bar .item-delete:before { .menu-item-bar .item-delete:before {
content: "\f335";
content: "\f335" / ''; content: "\f335" / '';
position: absolute; position: absolute;
top: 9px; top: 9px;
@ -652,6 +658,7 @@
} }
#available-menu-items .item-add:before { #available-menu-items .item-add:before {
content: "\f543";
content: "\f543" / ''; content: "\f543" / '';
position: relative; position: relative;
right: 2px; right: 2px;
@ -670,6 +677,7 @@
} }
#available-menu-items .menu-item-handle.item-added .item-add:before { #available-menu-items .menu-item-handle.item-added .item-add:before {
content: "\f147";
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 { .menus-move-left:before {
content: "\f341";
content: "\f341" / ''; content: "\f341" / '';
} }
.menus-move-right:before { .menus-move-right:before {
content: "\f345";
content: "\f345" / ''; content: "\f345" / '';
} }
@ -177,6 +179,7 @@
} }
.wp-customizer .menu-item.menu-item-edit-active .item-edit .toggle-indicator:before { .wp-customizer .menu-item.menu-item-edit-active .item-edit .toggle-indicator:before {
content: "\f142";
content: "\f142" / ''; content: "\f142" / '';
} }
@ -277,6 +280,7 @@
.customize-screen-options-toggle:before { .customize-screen-options-toggle:before {
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
border: none; border: none;
content: "\f111";
content: "\f111" / ''; content: "\f111" / '';
display: block; display: block;
font: 18px/1 dashicons; font: 18px/1 dashicons;
@ -320,6 +324,7 @@
.wp-customizer .menu-item .item-edit .toggle-indicator:before, .wp-customizer .menu-item .item-edit .toggle-indicator:before,
#available-menu-items .accordion-section-title .toggle-indicator:before { #available-menu-items .accordion-section-title .toggle-indicator:before {
content: "\f140";
content: "\f140" / ''; content: "\f140" / '';
display: block; display: block;
padding: 1px 2px 1px 0; padding: 1px 2px 1px 0;
@ -466,6 +471,7 @@
} }
.menu-item-bar .item-delete:before { .menu-item-bar .item-delete:before {
content: "\f335";
content: "\f335" / ''; content: "\f335" / '';
position: absolute; position: absolute;
top: 9px; top: 9px;
@ -651,6 +657,7 @@
} }
#available-menu-items .item-add:before { #available-menu-items .item-add:before {
content: "\f543";
content: "\f543" / ''; content: "\f543" / '';
position: relative; position: relative;
left: 2px; left: 2px;
@ -669,6 +676,7 @@
} }
#available-menu-items .menu-item-handle.item-added .item-add:before { #available-menu-items .menu-item-handle.item-added .item-add:before {
content: "\f147";
content: "\f147" / ''; content: "\f147" / '';
} }

File diff suppressed because one or more lines are too long

View File

@ -131,6 +131,7 @@
} }
.move-widget:before { .move-widget:before {
content: "\f504";
content: "\f504" / ''; content: "\f504" / '';
} }
@ -171,6 +172,7 @@
#customize-theme-controls .widget-area-select li:before { #customize-theme-controls .widget-area-select li:before {
display: none; display: none;
content: "\f147";
content: "\f147" / ''; content: "\f147" / '';
position: absolute; position: absolute;
top: 12px; top: 12px;
@ -293,6 +295,7 @@ body.adding-widget #customize-preview {
} }
#available-widgets .widget-title:before { #available-widgets .widget-title:before {
content: "\f132";
content: "\f132" / ''; content: "\f132" / '';
position: absolute; position: absolute;
top: -3px; top: -3px;
@ -309,73 +312,136 @@ body.adding-widget #customize-preview {
} }
/* dashicons-smiley */ /* 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 */ /* dashicons-star-filled */
#available-widgets [class*="super"] .widget-title:before, #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 */ /* dashicons-wordpress */
#available-widgets [class*="meta"] .widget-title:before { content: "\f120" / ''; } #available-widgets [class*="meta"] .widget-title:before {
content: "\f120";
content: "\f120" / '';
}
/* dashicons-archive */ /* 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 */ /* 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 */ /* dashicons-admin-comments */
#available-widgets [class*="comment"] .widget-title:before, #available-widgets [class*="comment"] .widget-title:before,
#available-widgets [class*="testimonial"] .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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* dashicons-search */
#available-widgets [class*="search"] .widget-title:before { content: "\f179" / ''; } #available-widgets [class*="search"] .widget-title:before {
content: "\f179";
content: "\f179" / '';
}
/* dashicons-menu */ /* dashicons-menu */
#available-widgets [class*="menu"] .widget-title:before, #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 */ /* dashicons-tagcloud */
#available-widgets [class*="tag"] .widget-title:before { content: "\f479" / ''; } #available-widgets [class*="tag"] .widget-title:before {
content: "\f479";
content: "\f479" / '';
}
/* dashicons-rss */ /* 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 */ /* dashicons-calendar */
#available-widgets [class*="event"] .widget-title:before, #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 */ /* dashicons-format-image */
#available-widgets [class*="image"] .widget-title:before, #available-widgets [class*="image"] .widget-title:before,
#available-widgets [class*="photo"] .widget-title:before, #available-widgets [class*="photo"] .widget-title:before,
#available-widgets [class*="slide"] .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 */ /* dashicons-format-gallery */
#available-widgets [class*="album"] .widget-title:before, #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 */ /* dashicons-format-video */
#available-widgets [class*="video"] .widget-title:before, #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 */ /* dashicons-format-audio */
#available-widgets [class*="music"] .widget-title:before, #available-widgets [class*="music"] .widget-title:before,
#available-widgets [class*="radio"] .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 */ /* dashicons-admin-users */
#available-widgets [class*="login"] .widget-title:before, #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*="avatar"] .widget-title:before,
#available-widgets [class*="subscriber"] .widget-title:before, #available-widgets [class*="subscriber"] .widget-title:before,
#available-widgets [class*="profile"] .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 */ /* dashicons-cart */
#available-widgets [class*="commerce"] .widget-title:before, #available-widgets [class*="commerce"] .widget-title:before,
#available-widgets [class*="shop"] .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 */ /* dashicons-shield */
#available-widgets [class*="secur"] .widget-title:before, #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 */ /* dashicons-chart-bar */
#available-widgets [class*="analytic"] .widget-title:before, #available-widgets [class*="analytic"] .widget-title:before,
#available-widgets [class*="stat"] .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 */ /* 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 */ /* dashicons-email-alt */
#available-widgets [class*="subscribe"] .widget-title:before, #available-widgets [class*="subscribe"] .widget-title:before,
#available-widgets [class*="news"] .widget-title:before, #available-widgets [class*="news"] .widget-title:before,
#available-widgets [class*="contact"] .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 */ /* dashicons-share */
#available-widgets [class*="share"] .widget-title:before, #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 */ /* dashicons-translation */
#available-widgets [class*="lang"] .widget-title:before, #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 */ /* dashicons-location-alt */
#available-widgets [class*="locat"] .widget-title:before, #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 */ /* dashicons-download */
#available-widgets [class*="download"] .widget-title:before { content: "\f316" / ''; } #available-widgets [class*="download"] .widget-title:before {
content: "\f316";
content: "\f316" / '';
}
/* dashicons-cloud */ /* 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 */ /* dashicons-facebook */
#available-widgets [class*="facebook"] .widget-title:before { content: "\f304" / ''; } #available-widgets [class*="facebook"] .widget-title:before {
content: "\f304";
content: "\f304" / '';
}
/* dashicons-twitter */ /* dashicons-twitter */
#available-widgets [class*="tweet"] .widget-title:before, #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) { @media screen and (max-height: 700px) and (min-width: 981px) {
/* Compact widget-tops on smaller laptops, but not tablets. See ticket #27112#comment:4 */ /* 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 { .move-widget:before {
content: "\f504";
content: "\f504" / ''; content: "\f504" / '';
} }
@ -170,6 +171,7 @@
#customize-theme-controls .widget-area-select li:before { #customize-theme-controls .widget-area-select li:before {
display: none; display: none;
content: "\f147";
content: "\f147" / ''; content: "\f147" / '';
position: absolute; position: absolute;
top: 12px; top: 12px;
@ -292,6 +294,7 @@ body.adding-widget #customize-preview {
} }
#available-widgets .widget-title:before { #available-widgets .widget-title:before {
content: "\f132";
content: "\f132" / ''; content: "\f132" / '';
position: absolute; position: absolute;
top: -3px; top: -3px;
@ -308,73 +311,136 @@ body.adding-widget #customize-preview {
} }
/* dashicons-smiley */ /* 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 */ /* dashicons-star-filled */
#available-widgets [class*="super"] .widget-title:before, #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 */ /* dashicons-wordpress */
#available-widgets [class*="meta"] .widget-title:before { content: "\f120" / ''; } #available-widgets [class*="meta"] .widget-title:before {
content: "\f120";
content: "\f120" / '';
}
/* dashicons-archive */ /* 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 */ /* 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 */ /* dashicons-admin-comments */
#available-widgets [class*="comment"] .widget-title:before, #available-widgets [class*="comment"] .widget-title:before,
#available-widgets [class*="testimonial"] .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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* dashicons-search */
#available-widgets [class*="search"] .widget-title:before { content: "\f179" / ''; } #available-widgets [class*="search"] .widget-title:before {
content: "\f179";
content: "\f179" / '';
}
/* dashicons-menu */ /* dashicons-menu */
#available-widgets [class*="menu"] .widget-title:before, #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 */ /* dashicons-tagcloud */
#available-widgets [class*="tag"] .widget-title:before { content: "\f479" / ''; } #available-widgets [class*="tag"] .widget-title:before {
content: "\f479";
content: "\f479" / '';
}
/* dashicons-rss */ /* 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 */ /* dashicons-calendar */
#available-widgets [class*="event"] .widget-title:before, #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 */ /* dashicons-format-image */
#available-widgets [class*="image"] .widget-title:before, #available-widgets [class*="image"] .widget-title:before,
#available-widgets [class*="photo"] .widget-title:before, #available-widgets [class*="photo"] .widget-title:before,
#available-widgets [class*="slide"] .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 */ /* dashicons-format-gallery */
#available-widgets [class*="album"] .widget-title:before, #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 */ /* dashicons-format-video */
#available-widgets [class*="video"] .widget-title:before, #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 */ /* dashicons-format-audio */
#available-widgets [class*="music"] .widget-title:before, #available-widgets [class*="music"] .widget-title:before,
#available-widgets [class*="radio"] .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 */ /* dashicons-admin-users */
#available-widgets [class*="login"] .widget-title:before, #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*="avatar"] .widget-title:before,
#available-widgets [class*="subscriber"] .widget-title:before, #available-widgets [class*="subscriber"] .widget-title:before,
#available-widgets [class*="profile"] .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 */ /* dashicons-cart */
#available-widgets [class*="commerce"] .widget-title:before, #available-widgets [class*="commerce"] .widget-title:before,
#available-widgets [class*="shop"] .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 */ /* dashicons-shield */
#available-widgets [class*="secur"] .widget-title:before, #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 */ /* dashicons-chart-bar */
#available-widgets [class*="analytic"] .widget-title:before, #available-widgets [class*="analytic"] .widget-title:before,
#available-widgets [class*="stat"] .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 */ /* 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 */ /* dashicons-email-alt */
#available-widgets [class*="subscribe"] .widget-title:before, #available-widgets [class*="subscribe"] .widget-title:before,
#available-widgets [class*="news"] .widget-title:before, #available-widgets [class*="news"] .widget-title:before,
#available-widgets [class*="contact"] .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 */ /* dashicons-share */
#available-widgets [class*="share"] .widget-title:before, #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 */ /* dashicons-translation */
#available-widgets [class*="lang"] .widget-title:before, #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 */ /* dashicons-location-alt */
#available-widgets [class*="locat"] .widget-title:before, #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 */ /* dashicons-download */
#available-widgets [class*="download"] .widget-title:before { content: "\f316" / ''; } #available-widgets [class*="download"] .widget-title:before {
content: "\f316";
content: "\f316" / '';
}
/* dashicons-cloud */ /* 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 */ /* dashicons-facebook */
#available-widgets [class*="facebook"] .widget-title:before { content: "\f304" / ''; } #available-widgets [class*="facebook"] .widget-title:before {
content: "\f304";
content: "\f304" / '';
}
/* dashicons-twitter */ /* dashicons-twitter */
#available-widgets [class*="tweet"] .widget-title:before, #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) { @media screen and (max-height: 700px) and (min-width: 981px) {
/* Compact widget-tops on smaller laptops, but not tablets. See ticket #27112#comment:4 */ /* 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. */ /* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-write-blog:before, .welcome-panel .welcome-write-blog:before,
.welcome-panel .welcome-edit-page:before { .welcome-panel .welcome-edit-page:before {
content: "\f119";
content: "\f119" / ''; content: "\f119" / '';
top: -3px; top: -3px;
} }
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ /* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-add-page:before { .welcome-panel .welcome-add-page:before {
content: "\f132";
content: "\f132" / ''; content: "\f132" / '';
top: -1px; top: -1px;
} }
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ /* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-setup-home:before { .welcome-panel .welcome-setup-home:before {
content: "\f102";
content: "\f102" / ''; content: "\f102" / '';
top: -1px; top: -1px;
} }
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ /* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-view-site:before { .welcome-panel .welcome-view-site:before {
content: "\f115";
content: "\f115" / ''; content: "\f115" / '';
top: -2px; top: -2px;
} }
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ /* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-widgets-menus:before { .welcome-panel .welcome-widgets-menus:before {
content: "\f116";
content: "\f116" / ''; content: "\f116" / '';
top: -2px; top: -2px;
} }
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ /* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-widgets:before { .welcome-panel .welcome-widgets:before {
content: "\f538";
content: "\f538" / ''; content: "\f538" / '';
top: -2px; top: -2px;
} }
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ /* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-menus:before { .welcome-panel .welcome-menus:before {
content: "\f163";
content: "\f163" / ''; content: "\f163" / '';
top: -2px; top: -2px;
} }
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ /* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-comments:before { .welcome-panel .welcome-comments:before {
content: "\f117";
content: "\f117" / ''; content: "\f117" / '';
top: -1px; top: -1px;
} }
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ /* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-learn-more:before { .welcome-panel .welcome-learn-more:before {
content: "\f118";
content: "\f118" / ''; content: "\f118" / '';
top: -1px; top: -1px;
} }
@ -410,37 +419,46 @@
#dashboard_right_now .search-engines-info:before, #dashboard_right_now .search-engines-info:before,
#dashboard_right_now li a: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 */ #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; 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 a:before,
#dashboard_right_now .page-count span:before { #dashboard_right_now .page-count span:before {
content: "\f105";
content: "\f105" / ''; content: "\f105" / '';
} }
#dashboard_right_now .post-count a:before, #dashboard_right_now .post-count a:before,
#dashboard_right_now .post-count span:before { #dashboard_right_now .post-count span:before {
content: "\f109";
content: "\f109" / ''; content: "\f109" / '';
} }
#dashboard_right_now .comment-count a:before { #dashboard_right_now .comment-count a:before {
content: "\f101";
content: "\f101" / ''; content: "\f101" / '';
} }
#dashboard_right_now .comment-mod-count a:before { #dashboard_right_now .comment-mod-count a:before {
content: "\f125";
content: "\f125" / ''; content: "\f125" / '';
} }
#dashboard_right_now .storage-count a:before { #dashboard_right_now .storage-count a:before {
content: "\f104";
content: "\f104" / ''; content: "\f104" / '';
} }
#dashboard_right_now .storage-count.warning a:before { #dashboard_right_now .storage-count.warning a:before {
content: "\f153";
content: "\f153" / ''; content: "\f153" / '';
} }
#dashboard_right_now .search-engines-info:before { #dashboard_right_now .search-engines-info:before {
content: "\f348";
content: "\f348" / ''; content: "\f348" / '';
color: #d63638; color: #d63638;
} }
@ -560,6 +578,7 @@
} }
.community-events .ce-separator::before { .community-events .ce-separator::before {
content: "\2022";
content: "\2022" / ''; content: "\2022" / '';
} }
@ -575,9 +594,11 @@
font-size: 18px; font-size: 18px;
} }
.event-meetup .event-icon:before { .event-meetup .event-icon:before {
content: "\f484";
content: "\f484" / ''; content: "\f484" / '';
} }
.event-wordcamp .event-icon:before { .event-wordcamp .event-icon:before {
content: "\f486";
content: "\f486" / ''; content: "\f486" / '';
} }
@ -860,6 +881,7 @@ body #dashboard-widgets .postbox form .submit {
/* Dashboard activity widget */ /* Dashboard activity widget */
#dashboard_activity .comment-meta span.approve:before { #dashboard_activity .comment-meta span.approve:before {
content: "\f227";
content: "\f227" / ''; content: "\f227" / '';
font: 20px/.5 dashicons; font: 20px/.5 dashicons;
margin-right: 5px; margin-right: 5px;
@ -1134,6 +1156,7 @@ a.rsswidget {
} }
.rss-widget cite:before { .rss-widget cite:before {
content: "\2014";
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. */ /* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-write-blog:before, .welcome-panel .welcome-write-blog:before,
.welcome-panel .welcome-edit-page:before { .welcome-panel .welcome-edit-page:before {
content: "\f119";
content: "\f119" / ''; content: "\f119" / '';
top: -3px; top: -3px;
} }
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ /* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-add-page:before { .welcome-panel .welcome-add-page:before {
content: "\f132";
content: "\f132" / ''; content: "\f132" / '';
top: -1px; top: -1px;
} }
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ /* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-setup-home:before { .welcome-panel .welcome-setup-home:before {
content: "\f102";
content: "\f102" / ''; content: "\f102" / '';
top: -1px; top: -1px;
} }
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ /* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-view-site:before { .welcome-panel .welcome-view-site:before {
content: "\f115";
content: "\f115" / ''; content: "\f115" / '';
top: -2px; top: -2px;
} }
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ /* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-widgets-menus:before { .welcome-panel .welcome-widgets-menus:before {
content: "\f116";
content: "\f116" / ''; content: "\f116" / '';
top: -2px; top: -2px;
} }
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ /* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-widgets:before { .welcome-panel .welcome-widgets:before {
content: "\f538";
content: "\f538" / ''; content: "\f538" / '';
top: -2px; top: -2px;
} }
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ /* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-menus:before { .welcome-panel .welcome-menus:before {
content: "\f163";
content: "\f163" / ''; content: "\f163" / '';
top: -2px; top: -2px;
} }
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ /* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-comments:before { .welcome-panel .welcome-comments:before {
content: "\f117";
content: "\f117" / ''; content: "\f117" / '';
top: -1px; top: -1px;
} }
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ /* @deprecated 5.9.0 -- Icons removed from welcome panel. */
.welcome-panel .welcome-learn-more:before { .welcome-panel .welcome-learn-more:before {
content: "\f118";
content: "\f118" / ''; content: "\f118" / '';
top: -1px; top: -1px;
} }
@ -409,37 +418,46 @@
#dashboard_right_now .search-engines-info:before, #dashboard_right_now .search-engines-info:before,
#dashboard_right_now li a: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 */ #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; 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 a:before,
#dashboard_right_now .page-count span:before { #dashboard_right_now .page-count span:before {
content: "\f105";
content: "\f105" / ''; content: "\f105" / '';
} }
#dashboard_right_now .post-count a:before, #dashboard_right_now .post-count a:before,
#dashboard_right_now .post-count span:before { #dashboard_right_now .post-count span:before {
content: "\f109";
content: "\f109" / ''; content: "\f109" / '';
} }
#dashboard_right_now .comment-count a:before { #dashboard_right_now .comment-count a:before {
content: "\f101";
content: "\f101" / ''; content: "\f101" / '';
} }
#dashboard_right_now .comment-mod-count a:before { #dashboard_right_now .comment-mod-count a:before {
content: "\f125";
content: "\f125" / ''; content: "\f125" / '';
} }
#dashboard_right_now .storage-count a:before { #dashboard_right_now .storage-count a:before {
content: "\f104";
content: "\f104" / ''; content: "\f104" / '';
} }
#dashboard_right_now .storage-count.warning a:before { #dashboard_right_now .storage-count.warning a:before {
content: "\f153";
content: "\f153" / ''; content: "\f153" / '';
} }
#dashboard_right_now .search-engines-info:before { #dashboard_right_now .search-engines-info:before {
content: "\f348";
content: "\f348" / ''; content: "\f348" / '';
color: #d63638; color: #d63638;
} }
@ -559,6 +577,7 @@
} }
.community-events .ce-separator::before { .community-events .ce-separator::before {
content: "\2022";
content: "\2022" / ''; content: "\2022" / '';
} }
@ -574,9 +593,11 @@
font-size: 18px; font-size: 18px;
} }
.event-meetup .event-icon:before { .event-meetup .event-icon:before {
content: "\f484";
content: "\f484" / ''; content: "\f484" / '';
} }
.event-wordcamp .event-icon:before { .event-wordcamp .event-icon:before {
content: "\f486";
content: "\f486" / ''; content: "\f486" / '';
} }
@ -859,6 +880,7 @@ body #dashboard-widgets .postbox form .submit {
/* Dashboard activity widget */ /* Dashboard activity widget */
#dashboard_activity .comment-meta span.approve:before { #dashboard_activity .comment-meta span.approve:before {
content: "\f227";
content: "\f227" / ''; content: "\f227" / '';
font: 20px/.5 dashicons; font: 20px/.5 dashicons;
margin-left: 5px; margin-left: 5px;
@ -1133,6 +1155,7 @@ a.rsswidget {
} }
.rss-widget cite:before { .rss-widget cite:before {
content: "\2014";
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-post-status:before,
#post-body .misc-pub-comment-status:before { #post-body .misc-pub-comment-status:before {
content: "\f173";
content: "\f173" / ''; content: "\f173" / '';
} }
#post-body #visibility:before { #post-body #visibility:before {
content: "\f177";
content: "\f177" / ''; content: "\f177" / '';
} }
.curtime #timestamp:before { .curtime #timestamp:before {
content: "\f145";
content: "\f145" / ''; content: "\f145" / '';
position: relative; position: relative;
top: -1px; top: -1px;
} }
#post-body .misc-pub-uploadedby:before { #post-body .misc-pub-uploadedby:before {
content: "\f110";
content: "\f110" / ''; content: "\f110" / '';
position: relative; position: relative;
top: -1px; top: -1px;
} }
#post-body .misc-pub-uploadedto:before { #post-body .misc-pub-uploadedto:before {
content: "\f318";
content: "\f318" / ''; content: "\f318" / '';
position: relative; position: relative;
top: -1px; top: -1px;
} }
#post-body .misc-pub-revisions:before { #post-body .misc-pub-revisions:before {
content: "\f321";
content: "\f321" / ''; content: "\f321" / '';
} }
#post-body .misc-pub-response-to:before { #post-body .misc-pub-response-to:before {
content: "\f101";
content: "\f101" / ''; content: "\f101" / '';
} }
@ -1229,42 +1236,52 @@ label.post-format-icon {
} }
.post-format-icon.post-format-standard::before { .post-format-icon.post-format-standard::before {
content: "\f109";
content: "\f109" / ''; content: "\f109" / '';
} }
.post-format-icon.post-format-image::before { .post-format-icon.post-format-image::before {
content: "\f128";
content: "\f128" / ''; content: "\f128" / '';
} }
.post-format-icon.post-format-gallery::before { .post-format-icon.post-format-gallery::before {
content: "\f161";
content: "\f161" / ''; content: "\f161" / '';
} }
.post-format-icon.post-format-audio::before { .post-format-icon.post-format-audio::before {
content: "\f127";
content: "\f127" / ''; content: "\f127" / '';
} }
.post-format-icon.post-format-video::before { .post-format-icon.post-format-video::before {
content: "\f126";
content: "\f126" / ''; content: "\f126" / '';
} }
.post-format-icon.post-format-chat::before { .post-format-icon.post-format-chat::before {
content: "\f125";
content: "\f125" / ''; content: "\f125" / '';
} }
.post-format-icon.post-format-status::before { .post-format-icon.post-format-status::before {
content: "\f130";
content: "\f130" / ''; content: "\f130" / '';
} }
.post-format-icon.post-format-aside::before { .post-format-icon.post-format-aside::before {
content: "\f123";
content: "\f123" / ''; content: "\f123" / '';
} }
.post-format-icon.post-format-quote::before { .post-format-icon.post-format-quote::before {
content: "\f122";
content: "\f122" / ''; content: "\f122" / '';
} }
.post-format-icon.post-format-link::before { .post-format-icon.post-format-link::before {
content: "\f103";
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-post-status:before,
#post-body .misc-pub-comment-status:before { #post-body .misc-pub-comment-status:before {
content: "\f173";
content: "\f173" / ''; content: "\f173" / '';
} }
#post-body #visibility:before { #post-body #visibility:before {
content: "\f177";
content: "\f177" / ''; content: "\f177" / '';
} }
.curtime #timestamp:before { .curtime #timestamp:before {
content: "\f145";
content: "\f145" / ''; content: "\f145" / '';
position: relative; position: relative;
top: -1px; top: -1px;
} }
#post-body .misc-pub-uploadedby:before { #post-body .misc-pub-uploadedby:before {
content: "\f110";
content: "\f110" / ''; content: "\f110" / '';
position: relative; position: relative;
top: -1px; top: -1px;
} }
#post-body .misc-pub-uploadedto:before { #post-body .misc-pub-uploadedto:before {
content: "\f318";
content: "\f318" / ''; content: "\f318" / '';
position: relative; position: relative;
top: -1px; top: -1px;
} }
#post-body .misc-pub-revisions:before { #post-body .misc-pub-revisions:before {
content: "\f321";
content: "\f321" / ''; content: "\f321" / '';
} }
#post-body .misc-pub-response-to:before { #post-body .misc-pub-response-to:before {
content: "\f101";
content: "\f101" / ''; content: "\f101" / '';
} }
@ -1228,42 +1235,52 @@ label.post-format-icon {
} }
.post-format-icon.post-format-standard::before { .post-format-icon.post-format-standard::before {
content: "\f109";
content: "\f109" / ''; content: "\f109" / '';
} }
.post-format-icon.post-format-image::before { .post-format-icon.post-format-image::before {
content: "\f128";
content: "\f128" / ''; content: "\f128" / '';
} }
.post-format-icon.post-format-gallery::before { .post-format-icon.post-format-gallery::before {
content: "\f161";
content: "\f161" / ''; content: "\f161" / '';
} }
.post-format-icon.post-format-audio::before { .post-format-icon.post-format-audio::before {
content: "\f127";
content: "\f127" / ''; content: "\f127" / '';
} }
.post-format-icon.post-format-video::before { .post-format-icon.post-format-video::before {
content: "\f126";
content: "\f126" / ''; content: "\f126" / '';
} }
.post-format-icon.post-format-chat::before { .post-format-icon.post-format-chat::before {
content: "\f125";
content: "\f125" / ''; content: "\f125" / '';
} }
.post-format-icon.post-format-status::before { .post-format-icon.post-format-status::before {
content: "\f130";
content: "\f130" / ''; content: "\f130" / '';
} }
.post-format-icon.post-format-aside::before { .post-format-icon.post-format-aside::before {
content: "\f123";
content: "\f123" / ''; content: "\f123" / '';
} }
.post-format-icon.post-format-quote::before { .post-format-icon.post-format-quote::before {
content: "\f122";
content: "\f122" / ''; content: "\f122" / '';
} }
.post-format-icon.post-format-link::before { .post-format-icon.post-format-link::before {
content: "\f103";
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 { input[type="checkbox"]:checked::before {
/* Use the "Yes" SVG Dashicon */ /* 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") / ''; 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; margin: -0.1875rem -0.25rem 0 0;
height: 1.3125rem; height: 1.3125rem;
@ -240,6 +241,7 @@ textarea[readonly] {
} }
.form-table .form-required.form-invalid td:after { .form-table .form-required.form-invalid td:after {
content: "\f534";
content: "\f534" / ''; content: "\f534" / '';
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;
color: #d63638; color: #d63638;
@ -253,6 +255,7 @@ textarea[readonly] {
} }
.form-table .form-required.user-pass1-wrap.form-invalid .password-input-wrapper:after { .form-table .form-required.user-pass1-wrap.form-invalid .password-input-wrapper:after {
content: "\f534";
content: "\f534" / ''; content: "\f534" / '';
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;
color: #d63638; color: #d63638;
@ -1120,6 +1123,7 @@ table.form-table td .updated p {
.pressthis-bookmarklet span:before { .pressthis-bookmarklet span:before {
color: #787c82; color: #787c82;
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;
content: "\f157";
content: "\f157" / ''; content: "\f157" / '';
position: relative; position: relative;
display: inline-block; 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 { input[type="checkbox"]:checked::before {
/* Use the "Yes" SVG Dashicon */ /* 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") / ''; 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; margin: -0.1875rem 0 0 -0.25rem;
height: 1.3125rem; height: 1.3125rem;
@ -239,6 +240,7 @@ textarea[readonly] {
} }
.form-table .form-required.form-invalid td:after { .form-table .form-required.form-invalid td:after {
content: "\f534";
content: "\f534" / ''; content: "\f534" / '';
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;
color: #d63638; color: #d63638;
@ -252,6 +254,7 @@ textarea[readonly] {
} }
.form-table .form-required.user-pass1-wrap.form-invalid .password-input-wrapper:after { .form-table .form-required.user-pass1-wrap.form-invalid .password-input-wrapper:after {
content: "\f534";
content: "\f534" / ''; content: "\f534" / '';
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;
color: #d63638; color: #d63638;
@ -1119,6 +1122,7 @@ table.form-table td .updated p {
.pressthis-bookmarklet span:before { .pressthis-bookmarklet span:before {
color: #787c82; color: #787c82;
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;
content: "\f157";
content: "\f157" / ''; content: "\f157" / '';
position: relative; position: relative;
display: inline-block; 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 { th .comment-grey-bubble:before {
content: "\f101";
content: "\f101" / ''; content: "\f101" / '';
font: normal 20px/.5 dashicons; font: normal 20px/.5 dashicons;
display: inline-block; display: inline-block;
@ -489,10 +490,12 @@ table.media .column-title .filename {
} }
.sorting-indicator.asc:before { .sorting-indicator.asc:before {
content: "\f142";
content: "\f142" / ''; content: "\f142" / '';
} }
.sorting-indicator.desc:before { .sorting-indicator.desc:before {
content: "\f140";
content: "\f140" / ''; content: "\f140" / '';
} }
@ -553,6 +556,7 @@ th.sorted.desc:hover .sorting-indicator.asc:before {
display: block; display: block;
padding: 1px 0 1px 2px; padding: 1px 0 1px 2px;
color: #3c434a; /* same as table headers sort arrows */ color: #3c434a; /* same as table headers sort arrows */
content: "\f140";
content: "\f140" / ''; content: "\f140" / '';
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;
line-height: 1; line-height: 1;
@ -561,6 +565,7 @@ th.sorted.desc:hover .sorting-indicator.asc:before {
} }
.wp-list-table .is-expanded .toggle-row:before { .wp-list-table .is-expanded .toggle-row:before {
content: "\f142";
content: "\f142" / ''; content: "\f142" / '';
} }
@ -601,6 +606,7 @@ th.sorted.desc:hover .sorting-indicator.asc:before {
.locked-indicator-icon:before { .locked-indicator-icon:before {
color: #8c8f94; color: #8c8f94;
content: "\f160";
content: "\f160" / ''; content: "\f160" / '';
display: inline-block; display: inline-block;
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;
@ -776,14 +782,17 @@ th.sorted a span {
} }
.view-switch .view-list:before { .view-switch .view-list:before {
content: "\f163";
content: "\f163" / ''; content: "\f163" / '';
} }
.view-switch .view-excerpt:before { .view-switch .view-excerpt:before {
content: "\f164";
content: "\f164" / ''; content: "\f164" / '';
} }
.view-switch .view-grid:before { .view-switch .view-grid:before {
content: "\f509";
content: "\f509" / ''; content: "\f509" / '';
} }
@ -1410,6 +1419,7 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
.plugin-card .update-now:before { .plugin-card .update-now:before {
color: #d63638; color: #d63638;
content: "\f463";
content: "\f463" / ''; content: "\f463" / '';
display: inline-block; display: inline-block;
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;
@ -1420,6 +1430,7 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
} }
.plugin-card .updating-message:before { .plugin-card .updating-message:before {
content: "\f463";
content: "\f463" / ''; content: "\f463" / '';
animation: rotation 2s infinite linear; animation: rotation 2s infinite linear;
} }
@ -1435,6 +1446,7 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
.plugin-card .updated-message:before { .plugin-card .updated-message:before {
color: #68de7c; color: #68de7c;
content: "\f147";
content: "\f147" / ''; content: "\f147" / '';
} }
@ -1721,11 +1733,13 @@ div.action-links,
} }
.plugin-card .column-compatibility .compatibility-incompatible:before { .plugin-card .column-compatibility .compatibility-incompatible:before {
content: "\f158";
content: "\f158" / ''; content: "\f158" / '';
color: #d63638; color: #d63638;
} }
.plugin-card .column-compatibility .compatibility-compatible:before { .plugin-card .column-compatibility .compatibility-compatible:before {
content: "\f147";
content: "\f147" / ''; content: "\f147" / '';
color: #007017; 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 { th .comment-grey-bubble:before {
content: "\f101";
content: "\f101" / ''; content: "\f101" / '';
font: normal 20px/.5 dashicons; font: normal 20px/.5 dashicons;
display: inline-block; display: inline-block;
@ -488,10 +489,12 @@ table.media .column-title .filename {
} }
.sorting-indicator.asc:before { .sorting-indicator.asc:before {
content: "\f142";
content: "\f142" / ''; content: "\f142" / '';
} }
.sorting-indicator.desc:before { .sorting-indicator.desc:before {
content: "\f140";
content: "\f140" / ''; content: "\f140" / '';
} }
@ -552,6 +555,7 @@ th.sorted.desc:hover .sorting-indicator.asc:before {
display: block; display: block;
padding: 1px 2px 1px 0; padding: 1px 2px 1px 0;
color: #3c434a; /* same as table headers sort arrows */ color: #3c434a; /* same as table headers sort arrows */
content: "\f140";
content: "\f140" / ''; content: "\f140" / '';
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;
line-height: 1; line-height: 1;
@ -560,6 +564,7 @@ th.sorted.desc:hover .sorting-indicator.asc:before {
} }
.wp-list-table .is-expanded .toggle-row:before { .wp-list-table .is-expanded .toggle-row:before {
content: "\f142";
content: "\f142" / ''; content: "\f142" / '';
} }
@ -600,6 +605,7 @@ th.sorted.desc:hover .sorting-indicator.asc:before {
.locked-indicator-icon:before { .locked-indicator-icon:before {
color: #8c8f94; color: #8c8f94;
content: "\f160";
content: "\f160" / ''; content: "\f160" / '';
display: inline-block; display: inline-block;
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;
@ -775,14 +781,17 @@ th.sorted a span {
} }
.view-switch .view-list:before { .view-switch .view-list:before {
content: "\f163";
content: "\f163" / ''; content: "\f163" / '';
} }
.view-switch .view-excerpt:before { .view-switch .view-excerpt:before {
content: "\f164";
content: "\f164" / ''; content: "\f164" / '';
} }
.view-switch .view-grid:before { .view-switch .view-grid:before {
content: "\f509";
content: "\f509" / ''; content: "\f509" / '';
} }
@ -1409,6 +1418,7 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
.plugin-card .update-now:before { .plugin-card .update-now:before {
color: #d63638; color: #d63638;
content: "\f463";
content: "\f463" / ''; content: "\f463" / '';
display: inline-block; display: inline-block;
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;
@ -1419,6 +1429,7 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
} }
.plugin-card .updating-message:before { .plugin-card .updating-message:before {
content: "\f463";
content: "\f463" / ''; content: "\f463" / '';
animation: rotation 2s infinite linear; animation: rotation 2s infinite linear;
} }
@ -1434,6 +1445,7 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
.plugin-card .updated-message:before { .plugin-card .updated-message:before {
color: #68de7c; color: #68de7c;
content: "\f147";
content: "\f147" / ''; content: "\f147" / '';
} }
@ -1720,11 +1732,13 @@ div.action-links,
} }
.plugin-card .column-compatibility .compatibility-incompatible:before { .plugin-card .column-compatibility .compatibility-incompatible:before {
content: "\f158";
content: "\f158" / ''; content: "\f158" / '';
color: #d63638; color: #d63638;
} }
.plugin-card .column-compatibility .compatibility-compatible:before { .plugin-card .column-compatibility .compatibility-compatible:before {
content: "\f147";
content: "\f147" / ''; content: "\f147" / '';
color: #007017; color: #007017;
} }

File diff suppressed because one or more lines are too long

View File

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

File diff suppressed because one or more lines are too long

View File

@ -356,6 +356,7 @@
vertical-align: top; vertical-align: top;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
content: "\f158";
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 { .upload-php .media-modal-close .media-modal-icon:before {
content: "\f335";
content: "\f335" / ''; content: "\f335" / '';
font-size: 22px; 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 { .edit-attachment-frame .edit-media-header .left:before {
content: "\f341";
content: "\f341" / ''; content: "\f341" / '';
} }
.edit-attachment-frame .edit-media-header .right:before { .edit-attachment-frame .edit-media-header .right:before {
content: "\f345";
content: "\f345" / ''; content: "\f345" / '';
} }
@ -1011,22 +1015,27 @@ border color while dragging a file over the uploader drop area */
} }
.imgedit-crop:before { .imgedit-crop:before {
content: "\f165";
content: "\f165" / ''; content: "\f165" / '';
} }
.imgedit-scale:before { .imgedit-scale:before {
content: "\f211";
content: "\f211" / ''; content: "\f211" / '';
} }
.imgedit-rotate:before { .imgedit-rotate:before {
content: "\f167";
content: "\f167" / ''; content: "\f167" / '';
} }
.imgedit-undo:before { .imgedit-undo:before {
content: "\f171";
content: "\f171" / ''; content: "\f171" / '';
} }
.imgedit-redo:before { .imgedit-redo:before {
content: "\f172";
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; top: 2px;
right: 2px; right: 2px;
color: #50575e; color: #50575e;
content: "\f229";
content: "\f229" / ''; content: "\f229" / '';
font: normal 18px/1 dashicons; font: normal 18px/1 dashicons;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
@ -512,18 +513,22 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
} }
.wp-slider .ui-slider-handle.from-handle:before { .wp-slider .ui-slider-handle.from-handle:before {
content: "\f141";
content: "\f139" / ''; content: "\f139" / '';
} }
.wp-slider .ui-slider-handle.to-handle:before { .wp-slider .ui-slider-handle.to-handle:before {
content: "\f139";
content: "\f141" / ''; content: "\f141" / '';
} }
.rtl .wp-slider .ui-slider-handle.from-handle:before { .rtl .wp-slider .ui-slider-handle.from-handle:before {
content: "\f139";
content: "\f141" / ''; content: "\f141" / '';
} }
.rtl .wp-slider .ui-slider-handle.to-handle:before { .rtl .wp-slider .ui-slider-handle.to-handle:before {
content: "\f141";
content: "\f139" / ''; content: "\f139" / '';
left: -1px; 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; top: 2px;
left: 2px; left: 2px;
color: #50575e; color: #50575e;
content: "\f229";
content: "\f229" / ''; content: "\f229" / '';
font: normal 18px/1 dashicons; font: normal 18px/1 dashicons;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
@ -511,18 +512,22 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
} }
.wp-slider .ui-slider-handle.from-handle:before { .wp-slider .ui-slider-handle.from-handle:before {
content: "\f139";
content: "\f139" / ''; content: "\f139" / '';
} }
.wp-slider .ui-slider-handle.to-handle:before { .wp-slider .ui-slider-handle.to-handle:before {
content: "\f141";
content: "\f141" / ''; content: "\f141" / '';
} }
.rtl .wp-slider .ui-slider-handle.from-handle:before { .rtl .wp-slider .ui-slider-handle.from-handle:before {
content: "\f141";
content: "\f141" / ''; content: "\f141" / '';
} }
.rtl .wp-slider .ui-slider-handle.to-handle:before { .rtl .wp-slider .ui-slider-handle.to-handle:before {
content: "\f139";
content: "\f139" / ''; content: "\f139" / '';
right: -1px; 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 .pass::before,
.health-check-body .good::before { .health-check-body .good::before {
content: "\f147";
content: "\f147" / ''; content: "\f147" / '';
color: #00a32a; color: #00a32a;
} }
.health-check-body .warning::before { .health-check-body .warning::before {
content: "\f460";
content: "\f460" / ''; content: "\f460" / '';
color: #dba617; color: #dba617;
} }
.health-check-body .info::before { .health-check-body .info::before {
content: "\f348";
content: "\f348" / ''; content: "\f348" / '';
color: #72aee6; color: #72aee6;
} }
.health-check-body .fail::before, .health-check-body .fail::before,
.health-check-body .error::before { .health-check-body .error::before {
content: "\f335";
content: "\f335" / ''; content: "\f335" / '';
color: #d63638; 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 .pass::before,
.health-check-body .good::before { .health-check-body .good::before {
content: "\f147";
content: "\f147" / ''; content: "\f147" / '';
color: #00a32a; color: #00a32a;
} }
.health-check-body .warning::before { .health-check-body .warning::before {
content: "\f460";
content: "\f460" / ''; content: "\f460" / '';
color: #dba617; color: #dba617;
} }
.health-check-body .info::before { .health-check-body .info::before {
content: "\f348";
content: "\f348" / ''; content: "\f348" / '';
color: #72aee6; color: #72aee6;
} }
.health-check-body .fail::before, .health-check-body .fail::before,
.health-check-body .error::before { .health-check-body .error::before {
content: "\f335";
content: "\f335" / ''; content: "\f335" / '';
color: #d63638; 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); background: rgba(140, 143, 148, 0.1);
border-radius: 50%; border-radius: 50%;
display: inline-block; display: inline-block;
content: "\f132";
content: "\f132" / ''; content: "\f132" / '';
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
font: normal 74px/115px dashicons; font: normal 74px/115px dashicons;
@ -409,6 +410,7 @@ body.js .theme-browser.search-loading {
font: normal 22px/50px dashicons !important; font: normal 22px/50px dashicons !important;
color: #787c82; color: #787c82;
display: inline-block; display: inline-block;
content: "\f335";
content: "\f335" / ''; content: "\f335" / '';
font-weight: 300; font-weight: 300;
} }
@ -468,10 +470,12 @@ body.js .theme-browser.search-loading {
} }
.theme-overlay .theme-header .left:before { .theme-overlay .theme-header .left:before {
content: "\f345";
content: "\f341" / ''; content: "\f341" / '';
} }
.theme-overlay .theme-header .right:before { .theme-overlay .theme-header .right:before {
content: "\f341";
content: "\f345" / ''; content: "\f345" / '';
} }
@ -1023,6 +1027,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
.theme-browser .theme .notice-success p:before { .theme-browser .theme .notice-success p:before {
color: #68de7c; color: #68de7c;
content: "\f147";
content: "\f147" / ''; content: "\f147" / '';
display: inline-block; display: inline-block;
font: normal 20px/1 'dashicons'; font: normal 20px/1 'dashicons';
@ -1518,6 +1523,7 @@ body.full-overlay-active {
.theme-install-overlay .close-full-overlay:before { .theme-install-overlay .close-full-overlay:before {
font: normal 22px/1 dashicons; font: normal 22px/1 dashicons;
content: "\f335";
content: "\f335" / ''; content: "\f335" / '';
position: relative; position: relative;
top: 7px; top: 7px;
@ -1526,6 +1532,7 @@ body.full-overlay-active {
.theme-install-overlay .previous-theme:before { .theme-install-overlay .previous-theme:before {
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;
content: "\f345";
content: "\f341" / ''; content: "\f341" / '';
position: relative; position: relative;
top: 6px; top: 6px;
@ -1534,6 +1541,7 @@ body.full-overlay-active {
.theme-install-overlay .next-theme:before { .theme-install-overlay .next-theme:before {
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;
content: "\f341";
content: "\f345" / ''; content: "\f345" / '';
position: relative; position: relative;
top: 6px; top: 6px;
@ -1620,6 +1628,7 @@ body.full-overlay-active {
.wp-full-overlay .collapse-sidebar-arrow:before { .wp-full-overlay .collapse-sidebar-arrow:before {
display: block; display: block;
content: "\f148";
content: "\f148" / ''; content: "\f148" / '';
background: #f0f0f1; background: #f0f0f1;
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;
@ -1741,14 +1750,17 @@ body.full-overlay-active {
} }
.wp-full-overlay-footer .devices .preview-desktop:before { .wp-full-overlay-footer .devices .preview-desktop:before {
content: "\f472";
content: "\f472" / ''; content: "\f472" / '';
} }
.wp-full-overlay-footer .devices .preview-tablet:before { .wp-full-overlay-footer .devices .preview-tablet:before {
content: "\f471";
content: "\f471" / ''; content: "\f471" / '';
} }
.wp-full-overlay-footer .devices .preview-mobile:before { .wp-full-overlay-footer .devices .preview-mobile:before {
content: "\f470";
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); background: rgba(140, 143, 148, 0.1);
border-radius: 50%; border-radius: 50%;
display: inline-block; display: inline-block;
content: "\f132";
content: "\f132" / ''; content: "\f132" / '';
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
font: normal 74px/115px dashicons; font: normal 74px/115px dashicons;
@ -408,6 +409,7 @@ body.js .theme-browser.search-loading {
font: normal 22px/50px dashicons !important; font: normal 22px/50px dashicons !important;
color: #787c82; color: #787c82;
display: inline-block; display: inline-block;
content: "\f335";
content: "\f335" / ''; content: "\f335" / '';
font-weight: 300; font-weight: 300;
} }
@ -467,10 +469,12 @@ body.js .theme-browser.search-loading {
} }
.theme-overlay .theme-header .left:before { .theme-overlay .theme-header .left:before {
content: "\f341";
content: "\f341" / ''; content: "\f341" / '';
} }
.theme-overlay .theme-header .right:before { .theme-overlay .theme-header .right:before {
content: "\f345";
content: "\f345" / ''; content: "\f345" / '';
} }
@ -1022,6 +1026,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
.theme-browser .theme .notice-success p:before { .theme-browser .theme .notice-success p:before {
color: #68de7c; color: #68de7c;
content: "\f147";
content: "\f147" / ''; content: "\f147" / '';
display: inline-block; display: inline-block;
font: normal 20px/1 'dashicons'; font: normal 20px/1 'dashicons';
@ -1517,6 +1522,7 @@ body.full-overlay-active {
.theme-install-overlay .close-full-overlay:before { .theme-install-overlay .close-full-overlay:before {
font: normal 22px/1 dashicons; font: normal 22px/1 dashicons;
content: "\f335";
content: "\f335" / ''; content: "\f335" / '';
position: relative; position: relative;
top: 7px; top: 7px;
@ -1525,6 +1531,7 @@ body.full-overlay-active {
.theme-install-overlay .previous-theme:before { .theme-install-overlay .previous-theme:before {
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;
content: "\f341";
content: "\f341" / ''; content: "\f341" / '';
position: relative; position: relative;
top: 6px; top: 6px;
@ -1533,6 +1540,7 @@ body.full-overlay-active {
.theme-install-overlay .next-theme:before { .theme-install-overlay .next-theme:before {
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;
content: "\f345";
content: "\f345" / ''; content: "\f345" / '';
position: relative; position: relative;
top: 6px; top: 6px;
@ -1619,6 +1627,7 @@ body.full-overlay-active {
.wp-full-overlay .collapse-sidebar-arrow:before { .wp-full-overlay .collapse-sidebar-arrow:before {
display: block; display: block;
content: "\f148";
content: "\f148" / ''; content: "\f148" / '';
background: #f0f0f1; background: #f0f0f1;
font: normal 20px/1 dashicons; font: normal 20px/1 dashicons;
@ -1740,14 +1749,17 @@ body.full-overlay-active {
} }
.wp-full-overlay-footer .devices .preview-desktop:before { .wp-full-overlay-footer .devices .preview-desktop:before {
content: "\f472";
content: "\f472" / ''; content: "\f472" / '';
} }
.wp-full-overlay-footer .devices .preview-tablet:before { .wp-full-overlay-footer .devices .preview-tablet:before {
content: "\f471";
content: "\f471" / ''; content: "\f471" / '';
} }
.wp-full-overlay-footer .devices .preview-mobile:before { .wp-full-overlay-footer .devices .preview-mobile:before {
content: "\f470";
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 { .widgets-chooser .widgets-chooser-selected:before {
content: "\f147";
content: "\f147" / ''; content: "\f147" / '';
display: block; display: block;
-webkit-font-smoothing: antialiased; -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 { .widgets-chooser .widgets-chooser-selected:before {
content: "\f147";
content: "\f147" / ''; content: "\f147" / '';
display: block; display: block;
-webkit-font-smoothing: antialiased; -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-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-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-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-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-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-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="' . esc_attr( implode( ' ', $menu_item->classes ) ) . '" />'; $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="' . esc_attr( $menu_item->xfn ) . '" />'; $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"> <p class="description description-wide">
<label for="edit-menu-item-title-<?php echo $item_id; ?>"> <label for="edit-menu-item-title-<?php echo $item_id; ?>">
<?php _e( 'Navigation Label' ); ?><br /> <?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> </label>
</p> </p>
<p class="field-title-attribute field-attr-title description description-wide"> <p class="field-title-attribute field-attr-title description description-wide">
<label for="edit-menu-item-attr-title-<?php echo $item_id; ?>"> <label for="edit-menu-item-attr-title-<?php echo $item_id; ?>">
<?php _e( 'Title Attribute' ); ?><br /> <?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> </label>
</p> </p>
<p class="field-link-target description"> <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"> <p class="field-css-classes description description-thin">
<label for="edit-menu-item-classes-<?php echo $item_id; ?>"> <label for="edit-menu-item-classes-<?php echo $item_id; ?>">
<?php _e( 'CSS Classes (optional)' ); ?><br /> <?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> </label>
</p> </p>
<p class="field-xfn description description-thin"> <p class="field-xfn description description-thin">
<label for="edit-menu-item-xfn-<?php echo $item_id; ?>"> <label for="edit-menu-item-xfn-<?php echo $item_id; ?>">
<?php _e( 'Link Relationship (XFN)' ); ?><br /> <?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> </label>
</p> </p>
</div> </div>
<p class="field-description description description-wide"> <p class="field-description description description-wide">
<label for="edit-menu-item-description-<?php echo $item_id; ?>"> <label for="edit-menu-item-description-<?php echo $item_id; ?>">
<?php _e( 'Description' ); ?><br /> <?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> <span class="description"><?php _e( 'The description will be displayed in the menu if the active theme supports it.' ); ?></span>
</label> </label>
</p> </p>

View File

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

View File

@ -239,10 +239,12 @@ function export_wp( $args = array() ) {
* *
* @since 2.1.0 * @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 * @return string
*/ */
function wxr_cdata( $str ) { function wxr_cdata( $str ) {
$str = (string) $str;
if ( ! wp_is_valid_utf8( $str ) ) { if ( ! wp_is_valid_utf8( $str ) ) {
$str = utf8_encode( $str ); $str = utf8_encode( $str );
} }

View File

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

View File

@ -399,6 +399,7 @@ function display_plugins_table() {
); );
break; break;
case 'install_plugins_featured': case 'install_plugins_featured':
echo '<br>';
break; break;
case 'install_plugins_recommended': case 'install_plugins_recommended':
echo '<p>' . __( 'These suggestions are based on the plugins you and other users have installed.' ) . '</p>'; 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; break;
} }
if ( isset( $_GET['tab'] ) && 'featured' === $_GET['tab'] ) {
echo '<br />';
}
?> ?>
<form id="plugin-filter" method="post"> <form id="plugin-filter" method="post">
<?php $wp_list_table->display(); ?> <?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.css',
'wp-includes/blocks/post-author/editor-rtl.min.css', 'wp-includes/blocks/post-author/editor-rtl.min.css',
'wp-includes/SimplePie/src/Decode', '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. // Remove old position.
if ( ! isset( $_POST['delete_widget'] ) ) { if ( ! isset( $_POST['delete_widget'] ) ) {
foreach ( $sidebars_widgets as $sidebar_id => $sidebar ) { foreach ( $sidebars_widgets as $sidebar_widget_id => $sidebar_widget ) {
if ( is_array( $sidebar ) ) { if ( is_array( $sidebar_widget ) ) {
$sidebars_widgets[ $sidebar_id ] = array_diff( $sidebar, array( $widget_id ) ); $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