Making WordPress.org


Ignore:
Timestamp:
02/17/2022 12:26:39 AM (3 years ago)
Author:
dd32
Message:

Make: Match the subheader styles closer to that of other themes.

Props SergeyBiryukov, dd32.
See #5353.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php

    r11564 r11566  
    6868    wp_enqueue_style( 'p2-breathe', get_template_directory_uri() . '/style.css' );
    6969
    70     wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20220216' );
     70    wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), filemtime( __DIR__ . '/style.css' ) );
    7171}
    7272add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 11 );
Note: See TracChangeset for help on using the changeset viewer.