Make WordPress Core


Ignore:
Timestamp:
11/01/2025 02:40:26 AM (4 months ago)
Author:
westonruter
Message:

Bundled Themes: Modernize Genericons.

This updates Twenty Thirteen, Twenty Fourteen, Twenty Fifteen, and Twenty Sixteen as follows:

  • Remove legacy Internet Explorer support by deleting EOT file rules from CSS.
  • Remove IE hacks from the version included in Twenty Thirteen and Twenty Fourteen.
  • Remove filter rules from the CSS included in Twenty Sixteen.
  • Remove the TTF and SVG src references for all four themes.
  • Remove all prefixes from transform in the rotate and flip classes available in Twenty Sixteen.
  • Edit the values for prefixed transition properties in Twenty Fifteen and Twenty Sixteen.
  • Update CSS comments.

Developed in https://github.com/WordPress/wordpress-develop/pull/10427

Props sabernhardt, metodiew, peterwilsoncc, mukesh27, westonruter.
See #56699, #58836.
Fixes #62128.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentythirteen/functions.php

    r61094 r61109  
    342342
    343343    // Add Genericons font, used in the main stylesheet.
    344     wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '3.0.3' );
     344    wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20251202' );
    345345
    346346    // Loads our main stylesheet.
Note: See TracChangeset for help on using the changeset viewer.