Changeset 2866 for trunk/bp-core/bp-core-signup.php
- Timestamp:
- 03/22/2010 01:55:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-signup.php
r2863 r2866 170 170 171 171 /* Make sure we include the jQuery jCrop file for image cropping */ 172 add_action( 'wp ', 'bp_core_add_jquery_cropper' );172 add_action( 'wp_print_scripts', 'bp_core_add_jquery_cropper' ); 173 173 } 174 174 }
Note: See TracChangeset
for help on using the changeset viewer.