Making WordPress.org


Ignore:
Timestamp:
04/15/2020 05:26:17 AM (6 years ago)
Author:
dd32
Message:

Theme Directory: Use better heading numbers for the Theme Directory.

Props afercia, poena, dufresnesteven, dd32.
Fixes #4113.
See #4110.

File:
1 edited

Legend:

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

    r9694 r9725  
    3737 */
    3838function wporg_themes_canonical_redirects() {
     39
    3940    // always include the trailing slash for the Site URL
    4041    if ( '/themes' === $_SERVER['REQUEST_URI'] ) {
     
    105106    }
    106107
    107     wp_enqueue_style( 'wporg-themes', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20200403' );
     108    wp_enqueue_style( 'wporg-themes', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20200415' );
    108109    wp_style_add_data( 'wporg-themes', 'rtl', 'replace' );
    109110
Note: See TracChangeset for help on using the changeset viewer.