Changeset 2798 for trunk/bp-xprofile/bp-xprofile-cssjs.php
- Timestamp:
- 03/03/2010 06:53:59 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-xprofile/bp-xprofile-cssjs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-cssjs.php
r1963 r2798 8 8 function xprofile_add_admin_js() { 9 9 if ( strpos( $_GET['page'], 'bp-profile-setup' ) !== false ) { 10 wp_enqueue_script( array( "jquery-ui-sortable" ));11 wp_enqueue_script( 'xprofile-admin-js', BP_PLUGIN_URL . '/bp-xprofile/admin/js/admin.js', array( 'jquery' ) );10 wp_enqueue_script( 'jquery-ui-sortable' ); 11 wp_enqueue_script( 'xprofile-admin-js', BP_PLUGIN_URL . '/bp-xprofile/admin/js/admin.js', array( 'jquery', 'jquery-ui-sortable' ) ); 12 12 } 13 13 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)