Making WordPress.org

Changeset 1272


Ignore:
Timestamp:
02/17/2015 09:35:11 PM (10 years ago)
Author:
coffee2code
Message:

developer.wordpress.org: Bump CSS and JS version for dashicons page resources

File:
1 edited

Legend:

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

    r1271 r1272  
    88 */
    99
    10 wp_enqueue_style(  'dashicons-page', get_template_directory_uri() . '/stylesheets/page-dashicons.css', array(), '20141110' );
    11 wp_enqueue_script( 'dashicons-page', get_template_directory_uri() . '/js/page-dashicons.js', array( 'jquery', 'wp-util' ), '20141110' );
     10wp_enqueue_style(  'dashicons-page', get_template_directory_uri() . '/stylesheets/page-dashicons.css', array(), '20150217' );
     11wp_enqueue_script( 'dashicons-page', get_template_directory_uri() . '/js/page-dashicons.js', array( 'jquery', 'wp-util' ), '20150217' );
    1212
    1313get_header(); ?>
Note: See TracChangeset for help on using the changeset viewer.