Making WordPress.org

Changeset 1578


Ignore:
Timestamp:
05/15/2015 07:14:03 AM (9 years ago)
Author:
dd32
Message:

Themes Directory: Bump the version of the wporg-theme.js file for r1577

File:
1 edited

Legend:

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

    r1577 r1578  
    4545    if ( ! is_singular( 'page' ) ) {
    4646        wp_enqueue_script( 'google-jsapi', '//www.google.com/jsapi', array( 'jquery' ), null, true );
    47         wp_enqueue_script( 'wporg-theme', get_template_directory_uri() . "/js/theme{$suffix}.js", array( 'wp-backbone' ), 3, true );
     47        wp_enqueue_script( 'wporg-theme', get_template_directory_uri() . "/js/theme{$suffix}.js", array( 'wp-backbone' ), 4, true );
    4848
    4949        wp_localize_script( 'wporg-theme', '_wpThemeSettings', array(
Note: See TracChangeset for help on using the changeset viewer.