Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/03/2010 06:53:59 AM (16 years ago)
Author:
johnjamesjacoby
Message:

Allow xprofile field groups to be reordered. Also swept through xprofile files and cleaned up code formatting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-cssjs.php

    r1963 r2798  
    88function xprofile_add_admin_js() {
    99        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' ) );
    1212        }
    1313}
Note: See TracChangeset for help on using the changeset viewer.