Making WordPress.org


Ignore:
Timestamp:
03/07/2022 11:29:44 PM (4 years ago)
Author:
coffee2code
Message:

Photo Directory: Improve headings.

Converts all but a singular header heading from h1 to h2. No design changes necessary.

Props alexstine.
Fixes #6141.

File:
1 edited

Legend:

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

    r11553 r11647  
    8787 */
    8888function scripts() {
    89         wp_enqueue_style( 'wporg-style', get_stylesheet_directory_uri() .  '/css/style.css', [ 'dashicons', 'open-sans' ], '20220214' );
     89        wp_enqueue_style( 'wporg-style', get_stylesheet_directory_uri() .  '/css/style.css', [ 'dashicons', 'open-sans' ], '20220303' );
    9090        wp_style_add_data( 'wporg-style', 'rtl', 'replace' );
    9191
Note: See TracChangeset for help on using the changeset viewer.