Changeset 4482 for trunk/bp-xprofile/bp-xprofile-cssjs.php
- Timestamp:
- 06/10/2011 03:58:53 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-cssjs.php
r3777 r4482 8 8 } 9 9 } 10 add_action( is_multisite() ? 'network_admin_menu' : 'admin_menu', 'xprofile_add_admin_css' );10 add_action( bp_core_admin_hook(), 'xprofile_add_admin_css' ); 11 11 12 12 function xprofile_add_admin_js() { … … 25 25 } 26 26 } 27 add_action( is_multisite() ? 'network_admin_menu' : 'admin_menu', 'xprofile_add_admin_js', 1 );27 add_action( bp_core_admin_hook(), 'xprofile_add_admin_js', 1 ); 28 28 ?>
Note: See TracChangeset
for help on using the changeset viewer.