Changeset 12078
- Timestamp:
- 05/10/2018 07:21:00 PM (7 years ago)
- Location:
- trunk/src/bp-templates/bp-nouveau/buddypress
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/activity/post-form.php
r11856 r12078 14 14 ?> 15 15 16 <h2 class="bp-screen-reader-text"><?php _e( 'Post Update', 'buddypress' ); ?></h2> 17 16 18 <div id="bp-nouveau-activity-form" class="activity-update-form"></div> 17 19 -
trunk/src/bp-templates/bp-nouveau/buddypress/members/single/activity.php
r11899 r12078 16 16 </nav><!-- .item-list-tabs#subnav --> 17 17 18 <h2 class="bp-screen-title<?php echo ( bp_displayed_user_has_front_template() ) ? ' bp-screen-reader-text' : ''; ?>"> 19 <?php esc_html_e( 'Member Activities', 'buddypress' ); ?> 20 </h2> 21 18 22 <?php bp_nouveau_activity_member_post_form(); ?> 19 20 23 21 24 <?php bp_get_template_part( 'common/search-and-filters-bar' ); ?> -
trunk/src/bp-templates/bp-nouveau/buddypress/members/single/friends/requests.php
r11918 r12078 6 6 */ 7 7 8 bp_nouveau_member_hook( 'before', 'friend_requests_content' ); ?> 8 ?> 9 10 <h2 class="screen-heading friendship-requests-screen"><?php esc_html_e( 'Friendship Requests', 'buddypress' ); ?></h2> 11 12 <?php bp_nouveau_member_hook( 'before', 'friend_requests_content' ); ?> 9 13 10 14 <?php if ( bp_has_members( 'type=alphabetical&include=' . bp_get_friendship_requests() ) ) : ?> -
trunk/src/bp-templates/bp-nouveau/buddypress/members/single/groups/invites.php
r11899 r12078 6 6 */ 7 7 8 bp_nouveau_group_hook( 'before', 'invites_content' ); ?> 8 ?> 9 10 <h2 class="screen-heading group-invites-screen"><?php esc_html_e( 'Group Invites', 'buddypress' ); ?></h2> 11 12 <?php bp_nouveau_group_hook( 'before', 'invites_content' ); ?> 9 13 10 14 <?php if ( bp_has_groups( 'type=invites&user_id=' . bp_loggedin_user_id() ) ) : ?> -
trunk/src/bp-templates/bp-nouveau/buddypress/members/single/profile/change-avatar.php
r11986 r12078 7 7 ?> 8 8 9 <h2 class="screen-heading "><?php _e( 'Change Profile Photo', 'buddypress' ); ?></h2>9 <h2 class="screen-heading change-avatar-screen"><?php _e( 'Change Profile Photo', 'buddypress' ); ?></h2> 10 10 11 11 <?php bp_nouveau_member_hook( 'before', 'avatar_upload_content' ); ?> -
trunk/src/bp-templates/bp-nouveau/buddypress/members/single/profile/change-cover-image.php
r11986 r12078 8 8 ?> 9 9 10 <h2 class="screen-heading "><?php _e( 'Change Cover Image', 'buddypress' ); ?></h2>10 <h2 class="screen-heading change-cover-image-screen"><?php _e( 'Change Cover Image', 'buddypress' ); ?></h2> 11 11 12 12 <?php bp_nouveau_member_hook( 'before', 'edit_cover_image' ); ?> -
trunk/src/bp-templates/bp-nouveau/buddypress/members/single/profile/edit.php
r11899 r12078 6 6 */ 7 7 8 bp_nouveau_xprofile_hook( 'before', 'edit_content' ); 8 bp_nouveau_xprofile_hook( 'before', 'edit_content' ); ?> 9 9 10 if ( bp_has_profile( 'profile_group_id=' . bp_get_current_profile_group_id() ) ) : 10 <h2 class="screen-heading edit-profile-screen"><?php esc_html_e( 'Edit Profile', 'buddypress' ); ?></h2> 11 12 <?php if ( bp_has_profile( 'profile_group_id=' . bp_get_current_profile_group_id() ) ) : 11 13 while ( bp_profile_groups() ) : 12 14 bp_the_profile_group(); … … 25 27 <?php endif; ?> 26 28 27 <h 2 class="screen-heading profile-group-title edit"><?php printf( __( 'Editing \'%s\' Profile Group', 'buddypress' ), bp_get_the_profile_group_name() ); ?></h2>29 <h3 class="screen-heading profile-group-title edit"><?php printf( __( 'Editing \'%s\' Profile Group', 'buddypress' ), bp_get_the_profile_group_name() ); ?></h3> 28 30 29 31 <?php -
trunk/src/bp-templates/bp-nouveau/buddypress/members/single/profile/profile-loop.php
r11899 r12078 6 6 */ 7 7 8 bp_nouveau_xprofile_hook( 'before', 'loop_content' ); ?> 8 ?> 9 10 <h2 class="screen-heading view-profile-screen"><?php _e( 'View Profile', 'buddypress' ); ?></h2> 11 12 <?php bp_nouveau_xprofile_hook( 'before', 'loop_content' ); ?> 9 13 10 14 <?php if ( bp_has_profile() ) : ?> … … 21 25 <div class="bp-widget <?php bp_the_profile_group_slug(); ?>"> 22 26 23 <h 2class="screen-heading profile-group-title">27 <h3 class="screen-heading profile-group-title"> 24 28 <?php bp_the_profile_group_name(); ?> 25 </h 2>29 </h3> 26 30 27 31 <table class="profile-fields bp-tables-user"> -
trunk/src/bp-templates/bp-nouveau/buddypress/members/single/profile/profile-wp.php
r11899 r12078 10 10 <div class="bp-widget wp-profile"> 11 11 12 <h2 class="screen-heading ">12 <h2 class="screen-heading wp-profile-screen"> 13 13 <?php 14 14 if ( bp_is_my_profile() ) { -
trunk/src/bp-templates/bp-nouveau/buddypress/members/single/settings/general.php
r11899 r12078 8 8 bp_nouveau_member_hook( 'before', 'settings_template' ); ?> 9 9 10 <h2 class="screen-heading gen aral-settings-screen">10 <h2 class="screen-heading general-settings-screen"> 11 11 <?php _e( 'Email & Password', 'buddypress' ); ?> 12 12 </h2>
Note: See TracChangeset
for help on using the changeset viewer.