Changeset 4071
- Timestamp:
- 02/23/2011 05:09:21 PM (15 years ago)
- File:
-
- 1 edited
-
branches/1.2/bp-core/bp-core-cssjs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-core/bp-core-cssjs.php
r4066 r4071 45 45 <?php 46 46 } 47 add_action( is_multisite() ? 'network_admin_menu' :'admin_head', 'bp_core_admin_menu_icon_css' );47 add_action( 'admin_head', 'bp_core_admin_menu_icon_css' ); 48 48 49 49 function bp_core_confirmation_js() {
Note: See TracChangeset
for help on using the changeset viewer.