Skip to content

Commit d802b36

Browse files
committed
Switch all content alternatives to single quotes.
1 parent d7719e2 commit d802b36

12 files changed

Lines changed: 88 additions & 88 deletions

File tree

src/js/_enqueues/vendor/thickbox/thickbox.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
}
135135

136136
.tb-close-icon:before {
137-
content: "\f158" / "";
137+
content: "\f158" / '';
138138
font: normal 20px/29px dashicons;
139139
-webkit-font-smoothing: antialiased;
140140
-moz-osx-font-smoothing: grayscale;

src/wp-admin/css/admin-menu.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ ul#adminmenu > li.current > a.current:after {
503503
}
504504

505505
#collapse-button .collapse-button-icon:after {
506-
content: "\f148" / "";
506+
content: "\f148" / '';
507507
display: block;
508508
position: relative;
509509
top: 7px;

src/wp-admin/css/colors/_admin.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ span.wp-media-buttons-icon:before {
6868
/* Forms */
6969

7070
input[type=checkbox]:checked::before {
71-
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") / "";
71+
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") / '';
7272
}
7373

7474
input[type=radio]:checked::before {

src/wp-admin/css/common.css

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ code {
559559
}
560560

561561
.js-update-details-toggle[aria-expanded="true"] .dashicons::before {
562-
content: "\f142" / "";
562+
content: "\f142" / '';
563563
}
564564

565565
.no-js .widefat thead .check-column input,
@@ -805,7 +805,7 @@ img.emoji {
805805
.notice-dismiss:before {
806806
background: none;
807807
color: #787c82;
808-
content: "\f153" / "";
808+
content: "\f153" / '';
809809
display: block;
810810
font: normal 16px/20px dashicons;
811811
height: 20px;
@@ -1132,7 +1132,7 @@ th.action-links {
11321132
}
11331133

11341134
.wp-filter .drawer-toggle:before {
1135-
content: "\f111" / "";
1135+
content: "\f111" / '';
11361136
margin: 0 5px 0 0;
11371137
color: #646970;
11381138
font: normal 16px/1 dashicons;
@@ -1524,7 +1524,7 @@ div.error {
15241524

15251525
#plugin-information-footer .update-now:not(.button-disabled):before {
15261526
color: #d63638;
1527-
content: "\f463" / "";
1527+
content: "\f463" / '';
15281528
display: inline-block;
15291529
font: normal 20px/1 dashicons;
15301530
margin: -3px 5px 0 -2px;
@@ -1586,7 +1586,7 @@ div.error {
15861586
.button.installing:before,
15871587
.button.activating-message:before {
15881588
color: #d63638;
1589-
content: "\f463" / "";
1589+
content: "\f463" / '';
15901590
}
15911591

15921592
/* Spins the update icon. */
@@ -1622,13 +1622,13 @@ div.error {
16221622
.button.updated-message:before,
16231623
.button.activated-message:before {
16241624
color: #68de7c;
1625-
content: "\f147" / "";
1625+
content: "\f147" / '';
16261626
}
16271627

16281628
/* Error icon. */
16291629
.update-message.notice-error p:before {
16301630
color: #d63638;
1631-
content: "\f534" / "";
1631+
content: "\f534" / '';
16321632
}
16331633

16341634
.wrap .notice p:before,
@@ -1837,7 +1837,7 @@ p.auto-update-status {
18371837

18381838
#screen-meta-links .show-settings:after {
18391839
right: 0;
1840-
content: "\f140" / "";
1840+
content: "\f140" / '';
18411841
font: normal 20px/1 dashicons;
18421842
display: inline-block;
18431843
padding: 0 5px 0 0;
@@ -1850,7 +1850,7 @@ p.auto-update-status {
18501850
}
18511851

18521852
#screen-meta-links .screen-meta-active:after {
1853-
content: "\f142" / "";
1853+
content: "\f142" / '';
18541854
}
18551855

18561856
/* end screen options and help tabs */
@@ -2671,19 +2671,19 @@ div.star-holder .star-rating {
26712671
}
26722672

26732673
.star-rating .star-full:before {
2674-
content: "\f155" / "";
2674+
content: "\f155" / '';
26752675
}
26762676

26772677
.star-rating .star-half:before {
2678-
content: "\f459" / "";
2678+
content: "\f459" / '';
26792679
}
26802680

26812681
.rtl .star-rating .star-half {
26822682
transform: rotateY(180deg);
26832683
}
26842684

26852685
.star-rating .star-empty:before {
2686-
content: "\f154" / "";
2686+
content: "\f154" / '';
26872687
}
26882688

26892689
div.action-links {
@@ -3174,7 +3174,7 @@ div.action-links {
31743174
}
31753175

31763176
.plugin-details-modal #TB_closeWindowButton:after {
3177-
content: "\f335" / "";
3177+
content: "\f335" / '';
31783178
font: normal 32px/29px 'dashicons';
31793179
-webkit-font-smoothing: antialiased;
31803180
-moz-osx-font-smoothing: grayscale;
@@ -3200,7 +3200,7 @@ img {
32003200
.meta-box-sortables .postbox .order-lower-indicator::before,
32013201
.bulk-action-notice .toggle-indicator::before,
32023202
.privacy-text-box .toggle-indicator::before {
3203-
content: "\f142" / "";
3203+
content: "\f142" / '';
32043204
display: inline-block;
32053205
font: normal 20px/1 dashicons;
32063206
-webkit-font-smoothing: antialiased;
@@ -3212,16 +3212,16 @@ img {
32123212
.meta-box-sortables .postbox.closed .handlediv .toggle-indicator::before,
32133213
.bulk-action-notice .bulk-action-errors-collapsed .toggle-indicator::before,
32143214
.privacy-text-box.closed .toggle-indicator::before {
3215-
content: "\f140" / "";
3215+
content: "\f140" / '';
32163216
}
32173217

32183218
.postbox .handle-order-higher .order-higher-indicator::before {
3219-
content: "\f343" / "";
3219+
content: "\f343" / '';
32203220
color: inherit;
32213221
}
32223222

32233223
.postbox .handle-order-lower .order-lower-indicator::before {
3224-
content: "\f347" / "";
3224+
content: "\f347" / '';
32253225
color: inherit;
32263226
}
32273227

@@ -3344,10 +3344,10 @@ img {
33443344
pointer-events: none;
33453345
}
33463346
[role="treeitem"][aria-expanded="false"] > .folder-label .icon:after {
3347-
content: "\f139" / "";
3347+
content: "\f139" / '';
33483348
}
33493349
[role="treeitem"][aria-expanded="true"] > .folder-label .icon:after {
3350-
content: "\f140" / "";
3350+
content: "\f140" / '';
33513351
}
33523352
[role="treeitem"] .folder-label {
33533353
display: block;
@@ -3562,7 +3562,7 @@ img {
35623562
.wp-customizer .control-section .accordion-section-title:after,
35633563
.wp-customizer .accordion-section-title:after,
35643564
.widget-top .widget-action .toggle-indicator:before {
3565-
content: "\f140" / "";
3565+
content: "\f140" / '';
35663566
font: normal 20px/1 dashicons;
35673567
display: block;
35683568
-webkit-font-smoothing: antialiased;
@@ -3610,7 +3610,7 @@ img {
36103610
.nav-menus-php .menu-item-edit-active .item-edit:before,
36113611
.widget.open .widget-top .widget-action .toggle-indicator:before,
36123612
.widget.widget-in-question .widget-top .widget-action .toggle-indicator:before {
3613-
content: "\f142" / "";
3613+
content: "\f142" / '';
36143614
}
36153615

36163616
/*!

src/wp-admin/css/customize-nav-menus.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320

321321
.wp-customizer .menu-item .item-edit .toggle-indicator:before,
322322
#available-menu-items .accordion-section-title .toggle-indicator:before {
323-
content: "\f140" / "";
323+
content: "\f140" / '';
324324
display: block;
325325
padding: 1px 2px 1px 0;
326326
border-radius: 50%;

src/wp-admin/css/dashboard.css

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -352,55 +352,55 @@
352352
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
353353
.welcome-panel .welcome-write-blog:before,
354354
.welcome-panel .welcome-edit-page:before {
355-
content: "\f119" / "";
355+
content: "\f119" / '';
356356
top: -3px;
357357
}
358358

359359
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
360360
.welcome-panel .welcome-add-page:before {
361-
content: "\f132" / "";
361+
content: "\f132" / '';
362362
top: -1px;
363363
}
364364

365365
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
366366
.welcome-panel .welcome-setup-home:before {
367-
content: "\f102" / "";
367+
content: "\f102" / '';
368368
top: -1px;
369369
}
370370

371371
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
372372
.welcome-panel .welcome-view-site:before {
373-
content: "\f115" / "";
373+
content: "\f115" / '';
374374
top: -2px;
375375
}
376376

377377
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
378378
.welcome-panel .welcome-widgets-menus:before {
379-
content: "\f116" / "";
379+
content: "\f116" / '';
380380
top: -2px;
381381
}
382382

383383
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
384384
.welcome-panel .welcome-widgets:before {
385-
content: "\f538" / "";
385+
content: "\f538" / '';
386386
top: -2px;
387387
}
388388

389389
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
390390
.welcome-panel .welcome-menus:before {
391-
content: "\f163" / "";
391+
content: "\f163" / '';
392392
top: -2px;
393393
}
394394

395395
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
396396
.welcome-panel .welcome-comments:before {
397-
content: "\f117" / "";
397+
content: "\f117" / '';
398398
top: -1px;
399399
}
400400

401401
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */
402402
.welcome-panel .welcome-learn-more:before {
403-
content: "\f118" / "";
403+
content: "\f118" / '';
404404
top: -1px;
405405
}
406406

@@ -559,7 +559,7 @@
559559
}
560560

561561
.community-events .ce-separator::before {
562-
content: "\2022" / "";
562+
content: "\2022" / '';
563563
}
564564

565565
.event-icon {
@@ -574,10 +574,10 @@
574574
font-size: 18px;
575575
}
576576
.event-meetup .event-icon:before {
577-
content: "\f484" / "";
577+
content: "\f484" / '';
578578
}
579579
.event-wordcamp .event-icon:before {
580-
content: "\f486" / "";
580+
content: "\f486" / '';
581581
}
582582

583583
.community-events .event-title {

src/wp-admin/css/list-tables.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ th .comment-grey-bubble {
268268
}
269269

270270
th .comment-grey-bubble:before {
271-
content: "\f101" / "";
271+
content: "\f101" / '';
272272
font: normal 20px/.5 dashicons;
273273
display: inline-block;
274274
padding: 0;
@@ -488,11 +488,11 @@ table.media .column-title .filename {
488488
}
489489

490490
.sorting-indicator.asc:before {
491-
content: "\f142" / "";
491+
content: "\f142" / '';
492492
}
493493

494494
.sorting-indicator.desc:before {
495-
content: "\f140" / "";
495+
content: "\f140" / '';
496496
}
497497

498498
th.sorted.desc .sorting-indicator.desc:before {
@@ -552,15 +552,15 @@ th.sorted.desc:hover .sorting-indicator.asc:before {
552552
display: block;
553553
padding: 1px 2px 1px 0;
554554
color: #3c434a; /* same as table headers sort arrows */
555-
content: "\f140" / "";
555+
content: "\f140" / '';
556556
font: normal 20px/1 dashicons;
557557
line-height: 1;
558558
-webkit-font-smoothing: antialiased;
559559
-moz-osx-font-smoothing: grayscale;
560560
}
561561

562562
.wp-list-table .is-expanded .toggle-row:before {
563-
content: "\f142" / "";
563+
content: "\f142" / '';
564564
}
565565

566566
.check-column {
@@ -600,7 +600,7 @@ th.sorted.desc:hover .sorting-indicator.asc:before {
600600

601601
.locked-indicator-icon:before {
602602
color: #8c8f94;
603-
content: "\f160" / "";
603+
content: "\f160" / '';
604604
display: inline-block;
605605
font: normal 20px/1 dashicons;
606606
vertical-align: middle;

src/wp-admin/css/themes.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ body.js .theme-browser.search-loading {
304304
background: rgba(140, 143, 148, 0.1);
305305
border-radius: 50%;
306306
display: inline-block;
307-
content: "\f132" / "";
307+
content: "\f132" / '';
308308
-webkit-font-smoothing: antialiased;
309309
font: normal 74px/115px dashicons;
310310
width: 100px;
@@ -1624,7 +1624,7 @@ body.full-overlay-active {
16241624

16251625
.wp-full-overlay .collapse-sidebar-arrow:before {
16261626
display: block;
1627-
content: "\f148" / "";
1627+
content: "\f148" / '';
16281628
background: #f0f0f1;
16291629
font: normal 20px/1 dashicons;
16301630
padding: 0;

0 commit comments

Comments
 (0)