blogid != bp_get_root_blog_id() ) return false; if ( !wp_script_is( 'jquery' ) ) wp_enqueue_script( 'jquery' ); if ( !wp_script_is( 'jquery', 'done' ) ) wp_print_scripts( 'jquery' ); ?> avatar_admin->image->dir ) ); $aspect_ratio = 1; $full_height = bp_core_avatar_full_height(); $full_width = bp_core_avatar_full_width(); // Calculate Aspect Ratio if ( $full_height && ( $full_width != $full_height ) ) $aspect_ratio = $full_width / $full_height; $width = $image[0] / 2; $height = $image[1] / 2; ?>