Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/17/2011 10:26:48 PM (13 years ago)
Author:
djpaul
Message:

Remove most of the →

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/groups/create.php

    r4524 r4675  
    278278                        <?php if ( !bp_is_last_group_creation_step() && !bp_is_first_group_creation_step() ) : ?>
    279279
    280                             <input type="submit" value="<?php _e( 'Next Step', 'buddypress' ); ?> &rarr;" id="group-creation-next" name="save" />
     280                            <input type="submit" value="<?php _e( 'Next Step', 'buddypress' ); ?>" id="group-creation-next" name="save" />
    281281
    282282                        <?php endif;?>
     
    285285                        <?php if ( bp_is_first_group_creation_step() ) : ?>
    286286
    287                             <input type="submit" value="<?php _e( 'Create Group and Continue', 'buddypress' ); ?> &rarr;" id="group-creation-create" name="save" />
     287                            <input type="submit" value="<?php _e( 'Create Group and Continue', 'buddypress' ); ?>" id="group-creation-create" name="save" />
    288288
    289289                        <?php endif; ?>
     
    292292                        <?php if ( bp_is_last_group_creation_step() ) : ?>
    293293
    294                             <input type="submit" value="<?php _e( 'Finish', 'buddypress' ); ?> &rarr;" id="group-creation-finish" name="save" />
     294                            <input type="submit" value="<?php _e( 'Finish', 'buddypress' ); ?>" id="group-creation-finish" name="save" />
    295295
    296296                        <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.