Making WordPress.org


Ignore:
Timestamp:
03/21/2018 06:30:36 AM (7 years ago)
Author:
dd32
Message:

Main: About: Replace h4 with h3, styling was done in r6898.

H/t rianrietveld.
See #3046.

File:
1 edited

Legend:

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

    r6878 r6899  
    6969 */
    7070function scripts() {
     71    wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20180321' );
     72    wp_style_add_data( 'wporg-style', 'rtl', 'replace' );
     73
    7174    if ( is_page( 'stats' ) ) {
    7275        wp_enqueue_script( 'google-charts', 'https://www.gstatic.com/charts/loader.js', [], null, true );
Note: See TracChangeset for help on using the changeset viewer.