- Timestamp:
- 09/21/2016 08:49:01 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/groups/create.php
r11128 r11129 54 54 <?php if ( bp_is_group_creation_step( 'group-details' ) ) : ?> 55 55 56 <h2 class="bp-screen-reader-text"><?php _e( 'Group Details', 'buddypress' ); ?></h2> 57 56 58 <?php 57 59 … … 89 91 <?php /* Group creation step 2: Group settings */ ?> 90 92 <?php if ( bp_is_group_creation_step( 'group-settings' ) ) : ?> 93 94 <h2 class="bp-screen-reader-text"><?php _e( 'Group Settings', 'buddypress' ); ?></h2> 91 95 92 96 <?php … … 185 189 <?php /* Group creation step 3: Avatar Uploads */ ?> 186 190 <?php if ( bp_is_group_creation_step( 'group-avatar' ) ) : ?> 191 192 <h2 class="bp-screen-reader-text"><?php _e( 'Group Avatar', 'buddypress' ); ?></h2> 187 193 188 194 <?php … … 266 272 <?php if ( bp_is_group_creation_step( 'group-cover-image' ) ) : ?> 267 273 274 <h2 class="bp-screen-reader-text"><?php _e( 'Cover Image', 'buddypress' ); ?></h2> 275 268 276 <?php 269 277 … … 296 304 <?php /* Group creation step 5: Invite friends to group */ ?> 297 305 <?php if ( bp_is_group_creation_step( 'group-invites' ) ) : ?> 306 307 <h2 class="bp-screen-reader-text"><?php _e( 'Group Invites', 'buddypress' ); ?></h2> 298 308 299 309 <?php
Note: See TracChangeset
for help on using the changeset viewer.