Changeset 50155 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 02/02/2021 06:35:27 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r50152 r50155 1475 1475 $styles->add( 'open-sans', $open_sans_font_url ); // No longer used in core as of 4.6. 1476 1476 1477 // Packages styles.1477 // Noto Serif is no longer used by core, but may be relied upon by themes and plugins. 1478 1478 $fonts_url = ''; 1479 1479 … … 1487 1487 $fonts_url = 'https://fonts.googleapis.com/css?family=' . urlencode( $font_family ); 1488 1488 } 1489 $styles->add( 'wp-editor-font', $fonts_url ); 1489 $styles->add( 'wp-editor-font', $fonts_url ); // No longer used in core as of 5.7. 1490 1490 1491 1491 $styles->add( 'wp-block-library-theme', "/wp-includes/css/dist/block-library/theme$suffix.css" ); … … 1504 1504 1505 1505 $package_styles = array( 1506 'block-editor' => array( 1507 'wp-components', 1508 'wp-editor-font', 1509 ), 1506 'block-editor' => array( 'wp-components' ), 1510 1507 'block-library' => array(), 1511 1508 'block-directory' => array(),
Note: See TracChangeset
for help on using the changeset viewer.