Changeset 2866
- Timestamp:
- 03/22/2010 01:55:42 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 3 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 } -
trunk/bp-groups.php
r2863 r2866 674 674 675 675 /* Make sure we include the jQuery jCrop file for image cropping */ 676 add_action( 'wp ', 'bp_core_add_jquery_cropper' );676 add_action( 'wp_print_scripts', 'bp_core_add_jquery_cropper' ); 677 677 } 678 678 … … 1084 1084 1085 1085 /* Make sure we include the jQuery jCrop file for image cropping */ 1086 add_action( 'wp ', 'bp_core_add_jquery_cropper' );1086 add_action( 'wp_print_scripts', 'bp_core_add_jquery_cropper' ); 1087 1087 } 1088 1088 } -
trunk/bp-xprofile.php
r2863 r2866 293 293 294 294 /* Make sure we include the jQuery jCrop file for image cropping */ 295 add_action( 'wp ', 'bp_core_add_jquery_cropper' );295 add_action( 'wp_print_scripts', 'bp_core_add_jquery_cropper' ); 296 296 } 297 297 }
Note: See TracChangeset
for help on using the changeset viewer.