Changeset 4816 for trunk/bp-core/bp-core-adminbar.php
- Timestamp:
- 07/23/2011 02:47:55 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-adminbar.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-adminbar.php
r4631 r4816 231 231 $stylesheet = BP_PLUGIN_URL . '/bp-core/css/admin-bar.css'; 232 232 233 wp_enqueue_style( 'bp-admin-bar', apply_filters( 'bp_core_admin_bar_css', $stylesheet ), array( 'admin-bar' ), BP_VERSION);233 wp_enqueue_style( 'bp-admin-bar', apply_filters( 'bp_core_admin_bar_css', $stylesheet ), array( 'admin-bar' ), '20110723' ); 234 234 235 235 if ( !is_rtl() ) … … 241 241 $stylesheet = BP_PLUGIN_URL . '/bp-core/css/admin_bar-rtl.css'; 242 242 243 wp_enqueue_style( 'bp-admin-bar-rtl', apply_filters( 'bp_core_admin_bar_rtl_css', $stylesheet ), array( 'bp-admin-bar' ), BP_VERSION);243 wp_enqueue_style( 'bp-admin-bar-rtl', apply_filters( 'bp_core_admin_bar_rtl_css', $stylesheet ), array( 'bp-admin-bar' ), '20110723' ); 244 244 } 245 245 add_action( 'bp_init', 'bp_core_load_admin_bar_css' );
Note: See TracChangeset
for help on using the changeset viewer.