Changeset 61547
- Timestamp:
- 01/28/2026 09:01:01 PM (2 months ago)
- Location:
- branches/6.9
- Files:
-
- 25 edited
-
. (modified) (1 prop)
-
src/js/_enqueues/vendor/thickbox/thickbox.css (modified) (1 diff)
-
src/wp-admin/css/admin-menu.css (modified) (1 diff)
-
src/wp-admin/css/colors/_admin.scss (modified) (1 diff)
-
src/wp-admin/css/common.css (modified) (18 diffs)
-
src/wp-admin/css/customize-controls.css (modified) (14 diffs)
-
src/wp-admin/css/customize-nav-menus.css (modified) (7 diffs)
-
src/wp-admin/css/customize-widgets.css (modified) (7 diffs)
-
src/wp-admin/css/dashboard.css (modified) (15 diffs)
-
src/wp-admin/css/edit.css (modified) (5 diffs)
-
src/wp-admin/css/forms.css (modified) (4 diffs)
-
src/wp-admin/css/list-tables.css (modified) (11 diffs)
-
src/wp-admin/css/media.css (modified) (4 diffs)
-
src/wp-admin/css/revisions.css (modified) (2 diffs)
-
src/wp-admin/css/site-health.css (modified) (4 diffs)
-
src/wp-admin/css/themes.css (modified) (9 diffs)
-
src/wp-admin/css/widgets.css (modified) (1 diff)
-
src/wp-includes/css/admin-bar.css (modified) (14 diffs)
-
src/wp-includes/css/editor.css (modified) (7 diffs)
-
src/wp-includes/css/jquery-ui-dialog.css (modified) (1 diff)
-
src/wp-includes/css/media-views.css (modified) (5 diffs)
-
src/wp-includes/css/wp-auth-check.css (modified) (1 diff)
-
src/wp-includes/css/wp-pointer.css (modified) (2 diffs)
-
src/wp-includes/pluggable.php (modified) (1 diff)
-
tests/phpunit/tests/pluggable/wpMail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.9
- Property svn:mergeinfo changed
/trunk reverse-merged: 61323,61357,61405,61480
- Property svn:mergeinfo changed
-
branches/6.9/src/js/_enqueues/vendor/thickbox/thickbox.css
r61531 r61547 135 135 136 136 .tb-close-icon:before { 137 content: "\f158";138 137 content: "\f158" / ''; 139 138 font: normal 20px/29px dashicons; -
branches/6.9/src/wp-admin/css/admin-menu.css
r61531 r61547 504 504 505 505 #collapse-button .collapse-button-icon:after { 506 content: "\f148";507 506 content: "\f148" / ''; 508 507 display: block; -
branches/6.9/src/wp-admin/css/colors/_admin.scss
r61531 r61547 69 69 70 70 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");72 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") / ''; 73 72 } -
branches/6.9/src/wp-admin/css/common.css
r61531 r61547 560 560 561 561 .js-update-details-toggle[aria-expanded="true"] .dashicons::before { 562 content: "\f142";563 562 content: "\f142" / ''; 564 563 } … … 807 806 background: none; 808 807 color: #787c82; 809 content: "\f153";810 808 content: "\f153" / ''; 811 809 display: block; … … 1135 1133 1136 1134 .wp-filter .drawer-toggle:before { 1137 content: "\f111";1138 1135 content: "\f111" / ''; 1139 1136 margin: 0 5px 0 0; … … 1528 1525 #plugin-information-footer .update-now:not(.button-disabled):before { 1529 1526 color: #d63638; 1530 content: "\f463";1531 1527 content: "\f463" / ''; 1532 1528 display: inline-block; … … 1591 1587 .button.activating-message:before { 1592 1588 color: #d63638; 1593 content: "\f463";1594 1589 content: "\f463" / ''; 1595 1590 } … … 1628 1623 .button.activated-message:before { 1629 1624 color: #68de7c; 1630 content: "\f147";1631 1625 content: "\f147" / ''; 1632 1626 } … … 1635 1629 .update-message.notice-error p:before { 1636 1630 color: #d63638; 1637 content: "\f534";1638 1631 content: "\f534" / ''; 1639 1632 } … … 1845 1838 #screen-meta-links .show-settings:after { 1846 1839 right: 0; 1847 content: "\f140";1848 1840 content: "\f140" / ''; 1849 1841 font: normal 20px/1 dashicons; … … 1859 1851 1860 1852 #screen-meta-links .screen-meta-active:after { 1861 content: "\f142";1862 1853 content: "\f142" / ''; 1863 1854 } … … 2681 2672 2682 2673 .star-rating .star-full:before { 2683 content: "\f155";2684 2674 content: "\f155" / ''; 2685 2675 } 2686 2676 2687 2677 .star-rating .star-half:before { 2688 content: "\f459";2689 2678 content: "\f459" / ''; 2690 2679 } … … 2695 2684 2696 2685 .star-rating .star-empty:before { 2697 content: "\f154";2698 2686 content: "\f154" / ''; 2699 2687 } … … 3187 3175 3188 3176 .plugin-details-modal #TB_closeWindowButton:after { 3189 content: "\f335";3190 3177 content: "\f335" / ''; 3191 3178 font: normal 32px/29px 'dashicons'; … … 3214 3201 .bulk-action-notice .toggle-indicator::before, 3215 3202 .privacy-text-box .toggle-indicator::before { 3216 content: "\f142";3217 3203 content: "\f142" / ''; 3218 3204 display: inline-block; … … 3227 3213 .bulk-action-notice .bulk-action-errors-collapsed .toggle-indicator::before, 3228 3214 .privacy-text-box.closed .toggle-indicator::before { 3229 content: "\f140";3230 3215 content: "\f140" / ''; 3231 3216 } 3232 3217 3233 3218 .postbox .handle-order-higher .order-higher-indicator::before { 3234 content: "\f343";3235 3219 content: "\f343" / ''; 3236 3220 color: inherit; … … 3238 3222 3239 3223 .postbox .handle-order-lower .order-lower-indicator::before { 3240 content: "\f347";3241 3224 content: "\f347" / ''; 3242 3225 color: inherit; … … 3362 3345 } 3363 3346 [role="treeitem"][aria-expanded="false"] > .folder-label .icon:after { 3364 content: "\f139";3365 3347 content: "\f139" / ''; 3366 3348 } 3367 3349 [role="treeitem"][aria-expanded="true"] > .folder-label .icon:after { 3368 content: "\f140";3369 3350 content: "\f140" / ''; 3370 3351 } … … 3582 3563 .wp-customizer .accordion-section-title:after, 3583 3564 .widget-top .widget-action .toggle-indicator:before { 3584 content: "\f140";3585 3565 content: "\f140" / ''; 3586 3566 font: normal 20px/1 dashicons; … … 3631 3611 .widget.open .widget-top .widget-action .toggle-indicator:before, 3632 3612 .widget.widget-in-question .widget-top .widget-action .toggle-indicator:before { 3633 content: "\f142";3634 3613 content: "\f142" / ''; 3635 3614 } -
branches/6.9/src/wp-admin/css/customize-controls.css
r61531 r61547 234 234 } 235 235 #customize-control-trash_changeset .button-link:before { 236 content: "\f182";237 236 content: "\f182" / ''; 238 237 font: normal 22px dashicons; … … 596 595 #customize-theme-controls .accordion-section-title:after, 597 596 #customize-outer-theme-controls .accordion-section-title:after { 598 content: "\f345";599 597 content: "\f345" / ''; 600 598 color: #a7aaad; … … 934 932 .customize-controls-close:before { 935 933 font: normal 22px/45px dashicons; 936 content: "\f335";937 934 content: "\f335" / ''; 938 935 position: relative; … … 944 941 .customize-section-back:before { 945 942 font: normal 20px/72px dashicons; 946 content: "\f341";947 943 content: "\f341" / ''; 948 944 position: relative; … … 1031 1027 .customize-section-description a.external-link:after { 1032 1028 font: 16px/11px dashicons; 1033 content: "\f504";1034 1029 content: "\f504" / ''; 1035 1030 top: 3px; … … 1363 1358 1364 1359 .customize-control .dropdown-arrow:after { 1365 content: "\f140";1366 1360 content: "\f140" / ''; 1367 1361 font: normal 20px/1 dashicons; … … 1888 1882 1889 1883 .themes-filter-bar .feature-filter-toggle:before { 1890 content: "\f111";1891 1884 content: "\f111" / ''; 1892 1885 margin: 0 5px 0 0; … … 2027 2020 2028 2021 .control-panel-themes .theme-section .customize-themes-section-title.selected:after { 2029 content: "\f147";2030 2022 content: "\f147" / ''; 2031 2023 font: 16px/1 dashicons; … … 2531 2523 .add-new-menu-item:before, 2532 2524 #available-menu-items .new-content-item .add-content:before { 2533 content: "\f132";2534 2525 content: "\f132" / ''; 2535 2526 display: inline-block; … … 2611 2602 .move-widget-down:before, 2612 2603 .menus-move-down:before { 2613 content: "\f347";2614 2604 content: "\f347" / ''; 2615 2605 } … … 2617 2607 .move-widget-up:before, 2618 2608 .menus-move-up:before { 2619 content: "\f343";2620 2609 content: "\f343" / ''; 2621 2610 } … … 2778 2767 #available-widgets-filter .clear-results:before, 2779 2768 #available-menu-items-search .clear-results:before { 2780 content: "\f335";2781 2769 content: "\f335" / ''; 2782 2770 font: normal 20px/1 dashicons; … … 2990 2978 .customize-controls-preview-toggle .controls:before { 2991 2979 font: normal 20px/1 dashicons; 2992 content: "\f177";2993 2980 content: "\f177" / ''; 2994 2981 position: relative; … … 2998 2985 2999 2986 .customize-controls-preview-toggle .controls:before { 3000 content: "\f540";3001 2987 content: "\f540" / ''; 3002 2988 } -
branches/6.9/src/wp-admin/css/customize-nav-menus.css
r61531 r61547 142 142 143 143 .menus-move-left:before { 144 content: "\f341";145 144 content: "\f341" / ''; 146 145 } 147 146 148 147 .menus-move-right:before { 149 content: "\f345";150 148 content: "\f345" / ''; 151 149 } … … 180 178 181 179 .wp-customizer .menu-item.menu-item-edit-active .item-edit .toggle-indicator:before { 182 content: "\f142";183 180 content: "\f142" / ''; 184 181 } … … 281 278 -moz-osx-font-smoothing: grayscale; 282 279 border: none; 283 content: "\f111";284 280 content: "\f111" / ''; 285 281 display: block; … … 325 321 .wp-customizer .menu-item .item-edit .toggle-indicator:before, 326 322 #available-menu-items .accordion-section-title .toggle-indicator:before { 327 content: "\f140";328 323 content: "\f140" / ''; 329 324 display: block; … … 472 467 473 468 .menu-item-bar .item-delete:before { 474 content: "\f335";475 469 content: "\f335" / ''; 476 470 position: absolute; … … 658 652 659 653 #available-menu-items .item-add:before { 660 content: "\f543";661 654 content: "\f543" / ''; 662 655 position: relative; … … 677 670 678 671 #available-menu-items .menu-item-handle.item-added .item-add:before { 679 content: "\f147";680 672 content: "\f147" / ''; 681 673 } -
branches/6.9/src/wp-admin/css/customize-widgets.css
r61531 r61547 131 131 132 132 .move-widget:before { 133 content: "\f504";134 133 content: "\f504" / ''; 135 134 } … … 172 171 #customize-theme-controls .widget-area-select li:before { 173 172 display: none; 174 content: "\f147";175 173 content: "\f147" / ''; 176 174 position: absolute; … … 295 293 296 294 #available-widgets .widget-title:before { 297 content: "\f132";298 295 content: "\f132" / ''; 299 296 position: absolute; … … 312 309 313 310 /* dashicons-smiley */ 314 #available-widgets [class*="easy"] .widget-title:before { 315 content: "\f328"; 316 content: "\f328" / ''; 317 top: -4px; 318 } 311 #available-widgets [class*="easy"] .widget-title:before { content: "\f328" / ''; top: -4px; } 319 312 320 313 /* dashicons-star-filled */ 321 314 #available-widgets [class*="super"] .widget-title:before, 322 #available-widgets [class*="like"] .widget-title:before { 323 content: "\f155"; 324 content: "\f155" / ''; 325 top: -4px; 326 } 315 #available-widgets [class*="like"] .widget-title:before { content: "\f155" / ''; top: -4px; } 327 316 328 317 /* dashicons-wordpress */ 329 #available-widgets [class*="meta"] .widget-title:before { 330 content: "\f120"; 331 content: "\f120" / ''; 332 } 318 #available-widgets [class*="meta"] .widget-title:before { content: "\f120" / ''; } 333 319 334 320 /* dashicons-archive */ 335 #available-widgets [class*="archives"] .widget-title:before { 336 content: "\f480"; 337 content: "\f480" / ''; 338 top: -4px; 339 } 321 #available-widgets [class*="archives"] .widget-title:before { content: "\f480" / ''; top: -4px; } 340 322 341 323 /* dashicons-category */ 342 #available-widgets [class*="categor"] .widget-title:before { 343 content: "\f318"; 344 content: "\f318" / ''; 345 top: -4px; 346 } 324 #available-widgets [class*="categor"] .widget-title:before { content: "\f318" / ''; top: -4px; } 347 325 348 326 /* dashicons-admin-comments */ 349 327 #available-widgets [class*="comment"] .widget-title:before, 350 328 #available-widgets [class*="testimonial"] .widget-title:before, 351 #available-widgets [class*="chat"] .widget-title:before { 352 content: "\f101"; 353 content: "\f101" / ''; 354 } 329 #available-widgets [class*="chat"] .widget-title:before { content: "\f101" / ''; } 355 330 356 331 /* dashicons-admin-post */ 357 #available-widgets [class*="post"] .widget-title:before { 358 content: "\f109"; 359 content: "\f109" / ''; 360 } 332 #available-widgets [class*="post"] .widget-title:before { content: "\f109" / ''; } 361 333 362 334 /* dashicons-admin-page */ 363 #available-widgets [class*="page"] .widget-title:before { 364 content: "\f105"; 365 content: "\f105" / ''; 366 } 335 #available-widgets [class*="page"] .widget-title:before { content: "\f105" / ''; } 367 336 368 337 /* dashicons-text */ 369 #available-widgets [class*="text"] .widget-title:before { 370 content: "\f478"; 371 content: "\f478" / ''; 372 } 338 #available-widgets [class*="text"] .widget-title:before { content: "\f478" / ''; } 373 339 374 340 /* dashicons-admin-links */ 375 #available-widgets [class*="link"] .widget-title:before { 376 content: "\f103"; 377 content: "\f103" / ''; 378 } 341 #available-widgets [class*="link"] .widget-title:before { content: "\f103" / ''; } 379 342 380 343 /* dashicons-search */ 381 #available-widgets [class*="search"] .widget-title:before { 382 content: "\f179"; 383 content: "\f179" / ''; 384 } 344 #available-widgets [class*="search"] .widget-title:before { content: "\f179" / ''; } 385 345 386 346 /* dashicons-menu */ 387 347 #available-widgets [class*="menu"] .widget-title:before, 388 #available-widgets [class*="nav"] .widget-title:before { 389 content: "\f333"; 390 content: "\f333" / ''; 391 } 348 #available-widgets [class*="nav"] .widget-title:before { content: "\f333" / ''; } 392 349 393 350 /* dashicons-tagcloud */ 394 #available-widgets [class*="tag"] .widget-title:before { 395 content: "\f479"; 396 content: "\f479" / ''; 397 } 351 #available-widgets [class*="tag"] .widget-title:before { content: "\f479" / ''; } 398 352 399 353 /* dashicons-rss */ 400 #available-widgets [class*="rss"] .widget-title:before { 401 content: "\f303"; 402 content: "\f303" / ''; 403 top: -6px; 404 } 354 #available-widgets [class*="rss"] .widget-title:before { content: "\f303" / ''; top: -6px; } 405 355 406 356 /* dashicons-calendar */ 407 357 #available-widgets [class*="event"] .widget-title:before, 408 #available-widgets [class*="calendar"] .widget-title:before { 409 content: "\f145"; 410 content: "\f145" / ''; 411 top: -4px; 412 } 358 #available-widgets [class*="calendar"] .widget-title:before { content: "\f145" / ''; top: -4px;} 413 359 414 360 /* dashicons-format-image */ … … 416 362 #available-widgets [class*="photo"] .widget-title:before, 417 363 #available-widgets [class*="slide"] .widget-title:before, 418 #available-widgets [class*="instagram"] .widget-title:before { 419 content: "\f128"; 420 content: "\f128" / ''; 421 } 364 #available-widgets [class*="instagram"] .widget-title:before { content: "\f128" / ''; } 422 365 423 366 /* dashicons-format-gallery */ 424 367 #available-widgets [class*="album"] .widget-title:before, 425 #available-widgets [class*="galler"] .widget-title:before { 426 content: "\f161"; 427 content: "\f161" / ''; 428 } 368 #available-widgets [class*="galler"] .widget-title:before { content: "\f161" / ''; } 429 369 430 370 /* dashicons-format-video */ 431 371 #available-widgets [class*="video"] .widget-title:before, 432 #available-widgets [class*="tube"] .widget-title:before { 433 content: "\f126"; 434 content: "\f126" / ''; 435 } 372 #available-widgets [class*="tube"] .widget-title:before { content: "\f126" / ''; } 436 373 437 374 /* dashicons-format-audio */ 438 375 #available-widgets [class*="music"] .widget-title:before, 439 376 #available-widgets [class*="radio"] .widget-title:before, 440 #available-widgets [class*="audio"] .widget-title:before { 441 content: "\f127"; 442 content: "\f127" / ''; 443 } 377 #available-widgets [class*="audio"] .widget-title:before { content: "\f127" / ''; } 444 378 445 379 /* dashicons-admin-users */ … … 450 384 #available-widgets [class*="subscriber"] .widget-title:before, 451 385 #available-widgets [class*="profile"] .widget-title:before, 452 #available-widgets [class*="grofile"] .widget-title:before { 453 content: "\f110"; 454 content: "\f110" / ''; 455 } 386 #available-widgets [class*="grofile"] .widget-title:before { content: "\f110" / ''; } 456 387 457 388 /* dashicons-cart */ 458 389 #available-widgets [class*="commerce"] .widget-title:before, 459 390 #available-widgets [class*="shop"] .widget-title:before, 460 #available-widgets [class*="cart"] .widget-title:before { 461 content: "\f174"; 462 content: "\f174" / ''; 463 top: -4px; 464 } 391 #available-widgets [class*="cart"] .widget-title:before { content: "\f174" / ''; top: -4px; } 465 392 466 393 /* dashicons-shield */ 467 394 #available-widgets [class*="secur"] .widget-title:before, 468 #available-widgets [class*="firewall"] .widget-title:before { 469 content: "\f332"; 470 content: "\f332" / ''; 471 } 395 #available-widgets [class*="firewall"] .widget-title:before { content: "\f332" / ''; } 472 396 473 397 /* dashicons-chart-bar */ 474 398 #available-widgets [class*="analytic"] .widget-title:before, 475 399 #available-widgets [class*="stat"] .widget-title:before, 476 #available-widgets [class*="poll"] .widget-title:before { 477 content: "\f185"; 478 content: "\f185" / ''; 479 } 400 #available-widgets [class*="poll"] .widget-title:before { content: "\f185" / ''; } 480 401 481 402 /* dashicons-feedback */ 482 #available-widgets [class*="form"] .widget-title:before { 483 content: "\f175"; 484 content: "\f175" / ''; 485 } 403 #available-widgets [class*="form"] .widget-title:before { content: "\f175" / ''; } 486 404 487 405 /* dashicons-email-alt */ … … 489 407 #available-widgets [class*="news"] .widget-title:before, 490 408 #available-widgets [class*="contact"] .widget-title:before, 491 #available-widgets [class*="mail"] .widget-title:before { 492 content: "\f466"; 493 content: "\f466" / ''; 494 } 409 #available-widgets [class*="mail"] .widget-title:before { content: "\f466" / ''; } 495 410 496 411 /* dashicons-share */ 497 412 #available-widgets [class*="share"] .widget-title:before, 498 #available-widgets [class*="socia"] .widget-title:before { 499 content: "\f237"; 500 content: "\f237" / ''; 501 } 413 #available-widgets [class*="socia"] .widget-title:before { content: "\f237" / ''; } 502 414 503 415 /* dashicons-translation */ 504 416 #available-widgets [class*="lang"] .widget-title:before, 505 #available-widgets [class*="translat"] .widget-title:before { 506 content: "\f326"; 507 content: "\f326" / ''; 508 } 417 #available-widgets [class*="translat"] .widget-title:before { content: "\f326" / ''; } 509 418 510 419 /* dashicons-location-alt */ 511 420 #available-widgets [class*="locat"] .widget-title:before, 512 #available-widgets [class*="map"] .widget-title:before { 513 content: "\f231"; 514 content: "\f231" / ''; 515 } 421 #available-widgets [class*="map"] .widget-title:before { content: "\f231" / ''; } 516 422 517 423 /* dashicons-download */ 518 #available-widgets [class*="download"] .widget-title:before { 519 content: "\f316"; 520 content: "\f316" / ''; 521 } 424 #available-widgets [class*="download"] .widget-title:before { content: "\f316" / ''; } 522 425 523 426 /* dashicons-cloud */ 524 #available-widgets [class*="weather"] .widget-title:before { 525 content: "\f176"; 526 content: "\f176" / ''; 527 top: -4px; 528 } 427 #available-widgets [class*="weather"] .widget-title:before { content: "\f176" / ''; top: -4px;} 529 428 530 429 /* dashicons-facebook */ 531 #available-widgets [class*="facebook"] .widget-title:before { 532 content: "\f304"; 533 content: "\f304" / ''; 534 } 430 #available-widgets [class*="facebook"] .widget-title:before { content: "\f304" / ''; } 535 431 536 432 /* dashicons-twitter */ 537 433 #available-widgets [class*="tweet"] .widget-title:before, 538 #available-widgets [class*="twitter"] .widget-title:before { 539 content: "\f301"; 540 content: "\f301" / ''; 541 } 434 #available-widgets [class*="twitter"] .widget-title:before { content: "\f301" / ''; } 542 435 543 436 @media screen and (max-height: 700px) and (min-width: 981px) { -
branches/6.9/src/wp-admin/css/dashboard.css
r61531 r61547 353 353 .welcome-panel .welcome-write-blog:before, 354 354 .welcome-panel .welcome-edit-page:before { 355 content: "\f119";356 355 content: "\f119" / ''; 357 356 top: -3px; … … 360 359 /* @deprecated 5.9.0 -- Icons removed from welcome panel. */ 361 360 .welcome-panel .welcome-add-page:before { 362 content: "\f132";363 361 content: "\f132" / ''; 364 362 top: -1px; … … 367 365 /* @deprecated 5.9.0 -- Icons removed from welcome panel. */ 368 366 .welcome-panel .welcome-setup-home:before { 369 content: "\f102";370 367 content: "\f102" / ''; 371 368 top: -1px; … … 374 371 /* @deprecated 5.9.0 -- Icons removed from welcome panel. */ 375 372 .welcome-panel .welcome-view-site:before { 376 content: "\f115";377 373 content: "\f115" / ''; 378 374 top: -2px; … … 381 377 /* @deprecated 5.9.0 -- Icons removed from welcome panel. */ 382 378 .welcome-panel .welcome-widgets-menus:before { 383 content: "\f116";384 379 content: "\f116" / ''; 385 380 top: -2px; … … 388 383 /* @deprecated 5.9.0 -- Icons removed from welcome panel. */ 389 384 .welcome-panel .welcome-widgets:before { 390 content: "\f538";391 385 content: "\f538" / ''; 392 386 top: -2px; … … 395 389 /* @deprecated 5.9.0 -- Icons removed from welcome panel. */ 396 390 .welcome-panel .welcome-menus:before { 397 content: "\f163";398 391 content: "\f163" / ''; 399 392 top: -2px; … … 402 395 /* @deprecated 5.9.0 -- Icons removed from welcome panel. */ 403 396 .welcome-panel .welcome-comments:before { 404 content: "\f117";405 397 content: "\f117" / ''; 406 398 top: -1px; … … 409 401 /* @deprecated 5.9.0 -- Icons removed from welcome panel. */ 410 402 .welcome-panel .welcome-learn-more:before { 411 content: "\f118";412 403 content: "\f118" / ''; 413 404 top: -1px; … … 419 410 #dashboard_right_now li a:before, 420 411 #dashboard_right_now li > span:before { /* get only the first level span to exclude screen-reader-text in mu-storage */ 412 content: "\f159" / ''; /* generic icon for items added by CPTs ? */ 421 413 padding: 0 5px 0 0; 422 /* generic icon for items added by CPTs ? */423 content: "\f159";424 content: "\f159" / '';425 414 } 426 415 427 416 #dashboard_right_now .page-count a:before, 428 417 #dashboard_right_now .page-count span:before { 429 content: "\f105";430 418 content: "\f105" / ''; 431 419 } … … 433 421 #dashboard_right_now .post-count a:before, 434 422 #dashboard_right_now .post-count span:before { 435 content: "\f109";436 423 content: "\f109" / ''; 437 424 } 438 425 439 426 #dashboard_right_now .comment-count a:before { 440 content: "\f101";441 427 content: "\f101" / ''; 442 428 } 443 429 444 430 #dashboard_right_now .comment-mod-count a:before { 445 content: "\f125";446 431 content: "\f125" / ''; 447 432 } 448 433 449 434 #dashboard_right_now .storage-count a:before { 450 content: "\f104";451 435 content: "\f104" / ''; 452 436 } 453 437 454 438 #dashboard_right_now .storage-count.warning a:before { 455 content: "\f153";456 439 content: "\f153" / ''; 457 440 } 458 441 459 442 #dashboard_right_now .search-engines-info:before { 460 content: "\f348";461 443 content: "\f348" / ''; 462 444 color: #d63638; … … 578 560 579 561 .community-events .ce-separator::before { 580 content: "\2022";581 562 content: "\2022" / ''; 582 563 } … … 594 575 } 595 576 .event-meetup .event-icon:before { 596 content: "\f484";597 577 content: "\f484" / ''; 598 578 } 599 579 .event-wordcamp .event-icon:before { 600 content: "\f486";601 580 content: "\f486" / ''; 602 581 } … … 881 860 882 861 #dashboard_activity .comment-meta span.approve:before { 883 content: "\f227";884 862 content: "\f227" / ''; 885 863 font: 20px/.5 dashicons; … … 1156 1134 1157 1135 .rss-widget cite:before { 1158 content: "\2014";1159 1136 content: "\2014" / ''; 1160 1137 } -
branches/6.9/src/wp-admin/css/edit.css
r61531 r61547 504 504 #post-body .misc-pub-post-status:before, 505 505 #post-body .misc-pub-comment-status:before { 506 content: "\f173";507 506 content: "\f173" / ''; 508 507 } 509 508 510 509 #post-body #visibility:before { 511 content: "\f177";512 510 content: "\f177" / ''; 513 511 } 514 512 515 513 .curtime #timestamp:before { 516 content: "\f145";517 514 content: "\f145" / ''; 518 515 position: relative; … … 521 518 522 519 #post-body .misc-pub-uploadedby:before { 523 content: "\f110";524 520 content: "\f110" / ''; 525 521 position: relative; … … 528 524 529 525 #post-body .misc-pub-uploadedto:before { 530 content: "\f318";531 526 content: "\f318" / ''; 532 527 position: relative; … … 535 530 536 531 #post-body .misc-pub-revisions:before { 537 content: "\f321";538 532 content: "\f321" / ''; 539 533 } 540 534 541 535 #post-body .misc-pub-response-to:before { 542 content: "\f101";543 536 content: "\f101" / ''; 544 537 } … … 1236 1229 1237 1230 .post-format-icon.post-format-standard::before { 1238 content: "\f109";1239 1231 content: "\f109" / ''; 1240 1232 } 1241 1233 1242 1234 .post-format-icon.post-format-image::before { 1243 content: "\f128";1244 1235 content: "\f128" / ''; 1245 1236 } 1246 1237 1247 1238 .post-format-icon.post-format-gallery::before { 1248 content: "\f161";1249 1239 content: "\f161" / ''; 1250 1240 } 1251 1241 1252 1242 .post-format-icon.post-format-audio::before { 1253 content: "\f127";1254 1243 content: "\f127" / ''; 1255 1244 } 1256 1245 1257 1246 .post-format-icon.post-format-video::before { 1258 content: "\f126";1259 1247 content: "\f126" / ''; 1260 1248 } 1261 1249 1262 1250 .post-format-icon.post-format-chat::before { 1263 content: "\f125";1264 1251 content: "\f125" / ''; 1265 1252 } 1266 1253 1267 1254 .post-format-icon.post-format-status::before { 1268 content: "\f130";1269 1255 content: "\f130" / ''; 1270 1256 } 1271 1257 1272 1258 .post-format-icon.post-format-aside::before { 1273 content: "\f123";1274 1259 content: "\f123" / ''; 1275 1260 } 1276 1261 1277 1262 .post-format-icon.post-format-quote::before { 1278 content: "\f122";1279 1263 content: "\f122" / ''; 1280 1264 } 1281 1265 1282 1266 .post-format-icon.post-format-link::before { 1283 content: "\f103";1284 1267 content: "\f103" / ''; 1285 1268 } -
branches/6.9/src/wp-admin/css/forms.css
r61531 r61547 175 175 input[type="checkbox"]:checked::before { 176 176 /* Use the "Yes" SVG Dashicon */ 177 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");178 177 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") / ''; 179 178 margin: -0.1875rem 0 0 -0.25rem; … … 241 240 242 241 .form-table .form-required.form-invalid td:after { 243 content: "\f534";244 242 content: "\f534" / ''; 245 243 font: normal 20px/1 dashicons; … … 255 253 256 254 .form-table .form-required.user-pass1-wrap.form-invalid .password-input-wrapper:after { 257 content: "\f534";258 255 content: "\f534" / ''; 259 256 font: normal 20px/1 dashicons; … … 1123 1120 color: #787c82; 1124 1121 font: normal 20px/1 dashicons; 1125 content: "\f157";1126 1122 content: "\f157" / ''; 1127 1123 position: relative; -
branches/6.9/src/wp-admin/css/list-tables.css
r61531 r61547 269 269 270 270 th .comment-grey-bubble:before { 271 content: "\f101";272 271 content: "\f101" / ''; 273 272 font: normal 20px/.5 dashicons; … … 490 489 491 490 .sorting-indicator.asc:before { 492 content: "\f142";493 491 content: "\f142" / ''; 494 492 } 495 493 496 494 .sorting-indicator.desc:before { 497 content: "\f140";498 495 content: "\f140" / ''; 499 496 } … … 556 553 padding: 1px 2px 1px 0; 557 554 color: #3c434a; /* same as table headers sort arrows */ 558 content: "\f140";559 555 content: "\f140" / ''; 560 556 font: normal 20px/1 dashicons; … … 565 561 566 562 .wp-list-table .is-expanded .toggle-row:before { 567 content: "\f142";568 563 content: "\f142" / ''; 569 564 } … … 606 601 .locked-indicator-icon:before { 607 602 color: #8c8f94; 608 content: "\f160";609 603 content: "\f160" / ''; 610 604 display: inline-block; … … 782 776 783 777 .view-switch .view-list:before { 784 content: "\f163";785 778 content: "\f163" / ''; 786 779 } 787 780 788 781 .view-switch .view-excerpt:before { 789 content: "\f164";790 782 content: "\f164" / ''; 791 783 } 792 784 793 785 .view-switch .view-grid:before { 794 content: "\f509";795 786 content: "\f509" / ''; 796 787 } … … 1419 1410 .plugin-card .update-now:before { 1420 1411 color: #d63638; 1421 content: "\f463";1422 1412 content: "\f463" / ''; 1423 1413 display: inline-block; … … 1430 1420 1431 1421 .plugin-card .updating-message:before { 1432 content: "\f463";1433 1422 content: "\f463" / ''; 1434 1423 animation: rotation 2s infinite linear; … … 1446 1435 .plugin-card .updated-message:before { 1447 1436 color: #68de7c; 1448 content: "\f147";1449 1437 content: "\f147" / ''; 1450 1438 } … … 1733 1721 1734 1722 .plugin-card .column-compatibility .compatibility-incompatible:before { 1735 content: "\f158";1736 1723 content: "\f158" / ''; 1737 1724 color: #d63638; … … 1739 1726 1740 1727 .plugin-card .column-compatibility .compatibility-compatible:before { 1741 content: "\f147";1742 1728 content: "\f147" / ''; 1743 1729 color: #007017; -
branches/6.9/src/wp-admin/css/media.css
r61531 r61547 357 357 -webkit-font-smoothing: antialiased; 358 358 -moz-osx-font-smoothing: grayscale; 359 content: "\f158";360 359 content: "\f158" / ''; 361 360 } … … 622 621 623 622 .upload-php .media-modal-close .media-modal-icon:before { 624 content: "\f335";625 623 content: "\f335" / ''; 626 624 font-size: 22px; … … 695 693 696 694 .edit-attachment-frame .edit-media-header .left:before { 697 content: "\f341";698 695 content: "\f341" / ''; 699 696 } 700 697 701 698 .edit-attachment-frame .edit-media-header .right:before { 702 content: "\f345";703 699 content: "\f345" / ''; 704 700 } … … 1016 1012 1017 1013 .imgedit-crop:before { 1018 content: "\f165";1019 1014 content: "\f165" / ''; 1020 1015 } 1021 1016 1022 1017 .imgedit-scale:before { 1023 content: "\f211";1024 1018 content: "\f211" / ''; 1025 1019 } 1026 1020 1027 1021 .imgedit-rotate:before { 1028 content: "\f167";1029 1022 content: "\f167" / ''; 1030 1023 } 1031 1024 1032 1025 .imgedit-undo:before { 1033 content: "\f171";1034 1026 content: "\f171" / ''; 1035 1027 } 1036 1028 1037 1029 .imgedit-redo:before { 1038 content: "\f172";1039 1030 content: "\f172" / ''; 1040 1031 } -
branches/6.9/src/wp-admin/css/revisions.css
r61531 r61547 494 494 left: 2px; 495 495 color: #50575e; 496 content: "\f229";497 496 content: "\f229" / ''; 498 497 font: normal 18px/1 dashicons; … … 513 512 514 513 .wp-slider .ui-slider-handle.from-handle:before { 515 content: "\f139";516 514 content: "\f139" / ''; 517 515 } 518 516 519 517 .wp-slider .ui-slider-handle.to-handle:before { 520 content: "\f141";521 518 content: "\f141" / ''; 522 519 } 523 520 524 521 .rtl .wp-slider .ui-slider-handle.from-handle:before { 525 content: "\f141";526 522 content: "\f141" / ''; 527 523 } 528 524 529 525 .rtl .wp-slider .ui-slider-handle.to-handle:before { 530 content: "\f139";531 526 content: "\f139" / ''; 532 527 right: -1px; -
branches/6.9/src/wp-admin/css/site-health.css
r61531 r61547 190 190 .health-check-body .pass::before, 191 191 .health-check-body .good::before { 192 content: "\f147";193 192 content: "\f147" / ''; 194 193 color: #00a32a; … … 196 195 197 196 .health-check-body .warning::before { 198 content: "\f460";199 197 content: "\f460" / ''; 200 198 color: #dba617; … … 202 200 203 201 .health-check-body .info::before { 204 content: "\f348";205 202 content: "\f348" / ''; 206 203 color: #72aee6; … … 209 206 .health-check-body .fail::before, 210 207 .health-check-body .error::before { 211 content: "\f335";212 208 content: "\f335" / ''; 213 209 color: #d63638; -
branches/6.9/src/wp-admin/css/themes.css
r61531 r61547 305 305 border-radius: 50%; 306 306 display: inline-block; 307 content: "\f132";308 307 content: "\f132" / ''; 309 308 -webkit-font-smoothing: antialiased; … … 410 409 color: #787c82; 411 410 display: inline-block; 412 content: "\f335";413 411 content: "\f335" / ''; 414 412 font-weight: 300; … … 470 468 471 469 .theme-overlay .theme-header .left:before { 472 content: "\f341";473 470 content: "\f341" / ''; 474 471 } 475 472 476 473 .theme-overlay .theme-header .right:before { 477 content: "\f345";478 474 content: "\f345" / ''; 479 475 } … … 1027 1023 .theme-browser .theme .notice-success p:before { 1028 1024 color: #68de7c; 1029 content: "\f147";1030 1025 content: "\f147" / ''; 1031 1026 display: inline-block; … … 1523 1518 .theme-install-overlay .close-full-overlay:before { 1524 1519 font: normal 22px/1 dashicons; 1525 content: "\f335";1526 1520 content: "\f335" / ''; 1527 1521 position: relative; … … 1532 1526 .theme-install-overlay .previous-theme:before { 1533 1527 font: normal 20px/1 dashicons; 1534 content: "\f341";1535 1528 content: "\f341" / ''; 1536 1529 position: relative; … … 1541 1534 .theme-install-overlay .next-theme:before { 1542 1535 font: normal 20px/1 dashicons; 1543 content: "\f345";1544 1536 content: "\f345" / ''; 1545 1537 position: relative; … … 1628 1620 .wp-full-overlay .collapse-sidebar-arrow:before { 1629 1621 display: block; 1630 content: "\f148";1631 1622 content: "\f148" / ''; 1632 1623 background: #f0f0f1; … … 1750 1741 1751 1742 .wp-full-overlay-footer .devices .preview-desktop:before { 1752 content: "\f472";1753 1743 content: "\f472" / ''; 1754 1744 } 1755 1745 1756 1746 .wp-full-overlay-footer .devices .preview-tablet:before { 1757 content: "\f471";1758 1747 content: "\f471" / ''; 1759 1748 } 1760 1749 1761 1750 .wp-full-overlay-footer .devices .preview-mobile:before { 1762 content: "\f470";1763 1751 content: "\f470" / ''; 1764 1752 } -
branches/6.9/src/wp-admin/css/widgets.css
r61531 r61547 730 730 731 731 .widgets-chooser .widgets-chooser-selected:before { 732 content: "\f147";733 732 content: "\f147" / ''; 734 733 display: block; -
branches/6.9/src/wp-includes/css/admin-bar.css
r61531 r61547 325 325 right: 10px; 326 326 padding: 4px 0; 327 content: "\f139";328 327 content: "\f139" / ''; 329 328 color: inherit; … … 338 337 top: 1px; 339 338 left: 6px; 340 content: "\f141";341 339 content: "\f141" / ''; 342 340 } … … 412 410 413 411 #wp-admin-bar-my-account > .ab-item:before { 414 content: "\f110";415 412 content: "\f110" / ''; 416 413 top: 2px; … … 507 504 508 505 #wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before { 509 content: "\f120";510 506 content: "\f120" / ''; 511 507 top: 2px; … … 538 534 539 535 #wpadminbar .quicklinks li div.blavatar:before { 540 content: "\f120";541 536 content: "\f120" / ''; 542 537 display: inline-block; … … 549 544 #wpadminbar #wp-admin-bar-my-sites > .ab-item:before, 550 545 #wpadminbar #wp-admin-bar-site-name > .ab-item:before { 551 content: "\f541";552 546 content: "\f541" / ''; 553 547 top: 2px; … … 555 549 556 550 #wpadminbar #wp-admin-bar-site-editor > .ab-item:before { 557 content: "\f100";558 551 content: "\f100" / ''; 559 552 top: 2px; … … 561 554 562 555 #wpadminbar #wp-admin-bar-customize > .ab-item:before { 563 content: "\f540";564 556 content: "\f540" / ''; 565 557 top: 2px; … … 567 559 568 560 #wpadminbar #wp-admin-bar-edit > .ab-item:before { 569 content: "\f464";570 561 content: "\f464" / ''; 571 562 top: 2px; … … 573 564 574 565 #wpadminbar #wp-admin-bar-site-name > .ab-item:before { 575 content: "\f226";576 566 content: "\f226" / ''; 577 567 } 578 568 579 569 .wp-admin #wpadminbar #wp-admin-bar-site-name > .ab-item:before { 580 content: "\f102";581 570 content: "\f102" / ''; 582 571 } … … 592 581 593 582 #wpadminbar #wp-admin-bar-comments .ab-icon:before { 594 content: "\f101";595 583 content: "\f101" / ''; 596 584 top: 3px; … … 605 593 */ 606 594 #wpadminbar #wp-admin-bar-new-content .ab-icon:before { 607 content: "\f132";608 595 content: "\f132" / ''; 609 596 top: 4px; … … 614 601 */ 615 602 #wpadminbar #wp-admin-bar-updates .ab-icon:before { 616 content: "\f463";617 603 content: "\f463" / ''; 618 604 top: 2px; … … 652 638 z-index: 20; 653 639 font: normal 20px/1 dashicons !important; 654 content: "\f179";655 640 content: "\f179" / ''; 656 641 speak: never; -
branches/6.9/src/wp-includes/css/editor.css
r61531 r61547 923 923 924 924 i.mce-i-bold:before { 925 content: "\f200";926 925 content: "\f200" / ''; 927 926 } 928 927 929 928 i.mce-i-italic:before { 930 content: "\f201";931 929 content: "\f201" / ''; 932 930 } 933 931 934 932 i.mce-i-bullist:before { 935 content: "\f203";936 933 content: "\f203" / ''; 937 934 } 938 935 939 936 i.mce-i-numlist:before { 940 content: "\f204";941 937 content: "\f204" / ''; 942 938 } 943 939 944 940 i.mce-i-blockquote:before { 945 content: "\f205";946 941 content: "\f205" / ''; 947 942 } 948 943 949 944 i.mce-i-alignleft:before { 950 content: "\f206";951 945 content: "\f206" / ''; 952 946 } 953 947 954 948 i.mce-i-aligncenter:before { 955 content: "\f207";956 949 content: "\f207" / ''; 957 950 } 958 951 959 952 i.mce-i-alignright:before { 960 content: "\f208";961 953 content: "\f208" / ''; 962 954 } 963 955 964 956 i.mce-i-link:before { 965 content: "\f103";966 957 content: "\f103" / ''; 967 958 } 968 959 969 960 i.mce-i-unlink:before { 970 content: "\f225";971 961 content: "\f225" / ''; 972 962 } 973 963 974 964 i.mce-i-wp_more:before { 975 content: "\f209";976 965 content: "\f209" / ''; 977 966 } 978 967 979 968 i.mce-i-strikethrough:before { 980 content: "\f224";981 969 content: "\f224" / ''; 982 970 } 983 971 984 972 i.mce-i-spellchecker:before { 985 content: "\f210";986 973 content: "\f210" / ''; 987 974 } … … 991 978 i.mce-i-dfw:before, 992 979 .qt-dfw:before { 993 content: "\f211";994 980 content: "\f211" / ''; 995 981 } 996 982 997 983 i.mce-i-wp_adv:before { 998 content: "\f212";999 984 content: "\f212" / ''; 1000 985 } 1001 986 1002 987 i.mce-i-underline:before { 1003 content: "\f213";1004 988 content: "\f213" / ''; 1005 989 } 1006 990 1007 991 i.mce-i-alignjustify:before { 1008 content: "\f214";1009 992 content: "\f214" / ''; 1010 993 } … … 1012 995 i.mce-i-forecolor:before, 1013 996 i.mce-i-backcolor:before { 1014 content: "\f215";1015 997 content: "\f215" / ''; 1016 998 } 1017 999 1018 1000 i.mce-i-pastetext:before { 1019 content: "\f217";1020 1001 content: "\f217" / ''; 1021 1002 } 1022 1003 1023 1004 i.mce-i-removeformat:before { 1024 content: "\f218";1025 1005 content: "\f218" / ''; 1026 1006 } 1027 1007 1028 1008 i.mce-i-charmap:before { 1029 content: "\f220";1030 1009 content: "\f220" / ''; 1031 1010 } 1032 1011 1033 1012 i.mce-i-outdent:before { 1034 content: "\f221";1035 1013 content: "\f221" / ''; 1036 1014 } 1037 1015 1038 1016 i.mce-i-indent:before { 1039 content: "\f222";1040 1017 content: "\f222" / ''; 1041 1018 } 1042 1019 1043 1020 i.mce-i-undo:before { 1044 content: "\f171";1045 1021 content: "\f171" / ''; 1046 1022 } 1047 1023 1048 1024 i.mce-i-redo:before { 1049 content: "\f172";1050 1025 content: "\f172" / ''; 1051 1026 } … … 1053 1028 i.mce-i-help:before, 1054 1029 i.mce-i-wp_help:before { 1055 content: "\f223";1056 1030 content: "\f223" / ''; 1057 1031 } 1058 1032 1059 1033 i.mce-i-wp-media-library:before { 1060 content: "\f104";1061 1034 content: "\f104" / ''; 1062 1035 } 1063 1036 1064 1037 i.mce-i-ltr:before { 1065 content: "\f320";1066 1038 content: "\f320" / ''; 1067 1039 } 1068 1040 1069 1041 i.mce-i-wp_page:before { 1070 content: "\f105";1071 1042 content: "\f105" / ''; 1072 1043 } 1073 1044 1074 1045 i.mce-i-hr:before { 1075 content: "\f460";1076 1046 content: "\f460" / ''; 1077 1047 } 1078 1048 1079 1049 i.mce-i-remove:before { 1080 content: "\f158";1081 1050 content: "\f158" / ''; 1082 1051 } 1083 1052 1084 1053 i.mce-i-wp_code:before { 1085 content: "\f475";1086 1054 content: "\f475" / ''; 1087 1055 } … … 1089 1057 /* RTL button icons */ 1090 1058 .rtl i.mce-i-outdent:before { 1091 content: "\f222";1092 1059 content: "\f222" / ''; 1093 1060 } 1094 1061 1095 1062 .rtl i.mce-i-indent:before { 1096 content: "\f221";1097 1063 content: "\f221" / ''; 1098 1064 } … … 1246 1212 1247 1213 .wp-media-buttons .add_media span.wp-media-buttons-icon:before { 1248 content: "\f104";1249 1214 content: "\f104" / ''; 1250 1215 } … … 1464 1429 width: 36px; 1465 1430 height: 36px; 1466 content: "\f158";1467 1431 content: "\f158" / ''; 1468 1432 } -
branches/6.9/src/wp-includes/css/jquery-ui-dialog.css
r61531 r61547 303 303 width: 36px; 304 304 height: 36px; 305 content: "\f158";306 305 content: "\f158" / ''; 307 306 } -
branches/6.9/src/wp-includes/css/media-views.css
r61531 r61547 247 247 248 248 .media-modal-close .media-modal-icon:before { 249 content: "\f158";250 249 content: "\f158" / ''; 251 250 font: normal 20px/1 dashicons; … … 1247 1246 color: #50575e; 1248 1247 display: inline-block; 1249 content: "\f335";1250 1248 content: "\f335" / ''; 1251 1249 font-weight: 300; … … 2002 2000 2003 2001 .media-modal .imgedit-help-toggled span.dashicons:before { 2004 content: "\f142";2005 2002 content: "\f142" / ''; 2006 2003 } … … 2185 2182 -webkit-font-smoothing: antialiased; 2186 2183 -moz-osx-font-smoothing: grayscale; 2187 content: "\f140";2188 2184 content: "\f140" / ''; 2189 2185 display: inline-block; … … 2192 2188 2193 2189 .image-details .advanced-visible .advanced-toggle:after { 2194 content: "\f142";2195 2190 content: "\f142" / ''; 2196 2191 } -
branches/6.9/src/wp-includes/css/wp-auth-check.css
r61531 r61547 94 94 95 95 #wp-auth-check-wrap .wp-auth-check-close:before { 96 content: "\f158";97 96 content: "\f158" / ''; 98 97 font: normal 20px/22px dashicons; -
branches/6.9/src/wp-includes/css/wp-pointer.css
r61531 r61547 24 24 border-radius: 50%; 25 25 color: #2271b1; 26 content: "\f227";27 26 content: "\f227" / ''; 28 27 font: normal 20px/1.6 dashicons; … … 66 65 background: none; 67 66 color: #787c82; 68 content: "\f153";69 67 content: "\f153" / ''; 70 68 display: block !important; -
branches/6.9/src/wp-includes/pluggable.php
r61531 r61547 445 445 446 446 try { 447 $phpmailer->setFrom( $from_email, $from_name , false);447 $phpmailer->setFrom( $from_email, $from_name ); 448 448 } catch ( PHPMailer\PHPMailer\Exception $e ) { 449 449 $mail_error_data = compact( 'to', 'subject', 'message', 'headers', 'attachments' ); -
branches/6.9/tests/phpunit/tests/pluggable/wpMail.php
r61531 r61547 412 412 413 413 /** 414 * Test that the Sender field in the SMTP envelope is not set by Core. 415 * 416 * Correctly setting the Sender requires knowledge that is not available 417 * to Core. An incorrect value will often lead to messages being rejected 418 * by the receiving MTA, so it's the admin's responsibility to 419 * set it correctly. 420 * 421 * @ticket 37736 422 */ 423 public function test_wp_mail_sender_not_set() { 424 wp_mail( 'user@example.org', 'Testing the Sender field', 'The Sender field should not have been set.' ); 425 426 $mailer = tests_retrieve_phpmailer_instance(); 427 428 $this->assertSame( '', $mailer->Sender ); 414 * Test that the Sender field in the SMTP envelope is set by Core. 415 * 416 * A missing Sender field can lead to messages failing DMARC SPF checks. 417 * 418 * @ticket 49687 419 */ 420 public function test_wp_mail_sender_set() { 421 wp_mail( 'user@example.org', 'Testing the Sender field', 'The Sender field should have been set.' ); 422 423 $mailer = tests_retrieve_phpmailer_instance(); 424 425 $this->assertSame( 'wordpress@example.org', $mailer->Sender ); 429 426 } 430 427
Note: See TracChangeset
for help on using the changeset viewer.