Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/23/2011 02:47:55 PM (14 years ago)
Author:
djpaul
Message:

Set the unix date as the version identifier to script and style enqueues. See #3367

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-buddybar.php

    r4651 r4816  
    530530            $stylesheet = BP_PLUGIN_URL . '/bp-core/css/buddybar.css';
    531531
    532         wp_enqueue_style( 'bp-admin-bar', apply_filters( 'bp_core_admin_bar_css', $stylesheet ), array(), BP_VERSION );
     532        wp_enqueue_style( 'bp-admin-bar', apply_filters( 'bp_core_admin_bar_css', $stylesheet ), array(), '20110723' );
    533533
    534534        // Actions used to build the BP admin bar
     
    561561        $stylesheet = BP_PLUGIN_URL . '/bp-core/css/buddybar-rtl.css';
    562562
    563     wp_enqueue_style( 'bp-admin-bar-rtl', apply_filters( 'bp_core_buddybar_rtl_css', $stylesheet ), array( 'bp-admin-bar' ), BP_VERSION );
     563    wp_enqueue_style( 'bp-admin-bar-rtl', apply_filters( 'bp_core_buddybar_rtl_css', $stylesheet ), array( 'bp-admin-bar' ), '20110723' );
    564564}
    565565add_action( 'wp', 'bp_core_load_buddybar_rtl_stylesheet' );
Note: See TracChangeset for help on using the changeset viewer.