Making WordPress.org


Ignore:
Timestamp:
04/10/2018 03:45:49 AM (8 years ago)
Author:
dd32
Message:

Main: Features: Add a line break after the section title and after each dotpoint.

Fixes #3558.

File:
1 edited

Legend:

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

    r6924 r7073  
    6969 */
    7070function scripts() {
    71     wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20180322' );
     71    wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20180410' );
    7272    wp_style_add_data( 'wporg-style', 'rtl', 'replace' );
    7373
     
    107107        'wporg-navigation',
    108108    ];
     109
     110    if ( defined( 'WPORG_SANDBOXED' ) && WPORG_SANDBOXED ) {
     111        return $src;
     112    }
    109113
    110114    // Use CDN url.
Note: See TracChangeset for help on using the changeset viewer.