Make WordPress Core

Changeset 24736


Ignore:
Timestamp:
07/18/2013 06:16:20 PM (11 years ago)
Author:
nacin
Message:

Twenty Thirteen: Go back to dates for style versions, partially changed in [24735]. see #24787.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentythirteen/functions.php

    r24735 r24736  
    169169
    170170    // Loads JavaScript file with functionality specific to Twenty Thirteen.
    171     wp_enqueue_script( 'twentythirteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20130625a', true );
     171    wp_enqueue_script( 'twentythirteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '2013-07-18', true );
    172172
    173173    // Add Open Sans and Bitter fonts, used in the main stylesheet.
     
    178178
    179179    // Loads our main stylesheet.
    180     wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array( 'genericons' ), '1.0' );
     180    wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '2013-07-18' );
    181181
    182182    // Loads the Internet Explorer specific stylesheet.
    183     wp_enqueue_style( 'twentythirteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentythirteen-style' ), '20130213' );
     183    wp_enqueue_style( 'twentythirteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentythirteen-style' ), '2013-07-18' );
    184184    $wp_styles->add_data( 'twentythirteen-ie', 'conditional', 'lt IE 9' );
    185185}
Note: See TracChangeset for help on using the changeset viewer.