Skip to:
Content

BuddyPress.org

Changeset 2065


Ignore:
Timestamp:
11/01/2009 01:05:01 AM (16 years ago)
Author:
johnjamesjacoby
Message:

Fixes #1205

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-signup.php

    r2044 r2065  
    173173
    174174        if ( !bp_core_avatar_handle_crop( array( 'original_file' => $_POST['image_src'], 'crop_x' => $_POST['x'], 'crop_y' => $_POST['y'], 'crop_w' => $_POST['w'], 'crop_h' => $_POST['h'] ) ) )
    175             bp_core_add_message( __( 'There was a problem cropping your avatar, please try uploading it again', 'buddypress' ) );
     175            bp_core_add_message( __( 'There was a problem cropping your avatar, please try uploading it again', 'buddypress' ), 'error' );
    176176        else
    177177            bp_core_add_message( __( 'Your new avatar was uploaded successfully', 'buddypress' ) );
Note: See TracChangeset for help on using the changeset viewer.