Skip to:
Content

BuddyPress.org

Ticket #7728: 7728-members-etal.patch

File 7728-members-etal.patch, 6.3 KB (added by mercime, 7 years ago)
  • src/bp-templates/bp-nouveau/buddypress/activity/post-form.php

     
    1313bp_nouveau_before_activity_post_form();
    1414?>
    1515
     16<h2 class="bp-screen-reader-text"><?php _e( 'Post Update', 'buddypress' ); ?></h2>
     17
    1618<div id="bp-nouveau-activity-form" class="activity-update-form"></div>
    1719
    1820<?php
  • src/bp-templates/bp-nouveau/buddypress/members/single/friends/requests.php

     
    99
    1010<?php if ( bp_has_members( 'type=alphabetical&include=' . bp_get_friendship_requests() ) ) : ?>
    1111
     12        <h2 class="screen-heading friendship-requests-screen"><?php esc_html_e( 'Friendship Requests', 'buddypress' ); ?></h2>
     13
    1214        <?php bp_nouveau_pagination( 'top' ); ?>
    1315
    1416        <ul id="friend-list" class="<?php bp_nouveau_loop_classes(); ?>" data-bp-list="friendship_requests">
  • src/bp-templates/bp-nouveau/buddypress/members/single/groups/invites.php

     
    99
    1010<?php if ( bp_has_groups( 'type=invites&user_id=' . bp_loggedin_user_id() ) ) : ?>
    1111
     12        <h2 class="screen-heading group-invites-screen"><?php esc_html_e( 'Group Invites', 'buddypress' ); ?></h2>
     13
    1214        <ul id="group-list" class="invites item-list bp-list" data-bp-list="groups_invites">
    1315
    1416                <?php
  • src/bp-templates/bp-nouveau/buddypress/members/single/profile/change-avatar.php

     
    66 */
    77?>
    88
    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>
    1010
    1111<?php bp_nouveau_member_hook( 'before', 'avatar_upload_content' ); ?>
    1212
  • src/bp-templates/bp-nouveau/buddypress/members/single/profile/change-cover-image.php

     
    77
    88?>
    99
    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>
    1111
    1212<?php bp_nouveau_member_hook( 'before', 'edit_cover_image' ); ?>
    1313
  • src/bp-templates/bp-nouveau/buddypress/members/single/profile/edit.php

     
    1212                bp_the_profile_group();
    1313        ?>
    1414
     15                <h2 class="screen-heading edit-profile-screen"><?php _e( 'Edit Profile', 'buddypress' ); ?></h2>
     16
    1517                <form action="<?php bp_the_profile_group_edit_form_action(); ?>" method="post" id="profile-edit-form" class="standard-form profile-edit <?php bp_the_profile_group_slug(); ?>">
    1618
    1719                        <?php bp_nouveau_xprofile_hook( 'before', 'field_content' ); ?>
     
    2426                                        </ul>
    2527                                <?php endif; ?>
    2628
    27                                 <h2 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>
    2830
    2931                                <?php
    3032                                while ( bp_profile_fields() ) :
  • src/bp-templates/bp-nouveau/buddypress/members/single/profile/profile-loop.php

     
    99
    1010<?php if ( bp_has_profile() ) : ?>
    1111
     12        <h2 class="screen-heading view-profile-screen"><?php _e( 'View Profile', 'buddypress' ); ?></h2>
     13
    1214        <?php
    1315        while ( bp_profile_groups() ) :
    1416                bp_the_profile_group();
     
    2022
    2123                        <div class="bp-widget <?php bp_the_profile_group_slug(); ?>">
    2224
    23                                 <h2 class="screen-heading profile-group-title">
     25                                <h3 class="screen-heading profile-group-title">
    2426                                        <?php bp_the_profile_group_name(); ?>
    25                                 </h2>
     27                                </h3>
    2628
    2729                                <table class="profile-fields bp-tables-user">
    2830
  • src/bp-templates/bp-nouveau/buddypress/members/single/profile/profile-wp.php

     
    99
    1010<div class="bp-widget wp-profile">
    1111
    12         <h2 class="screen-heading">
     12        <h2 class="screen-heading wp-profile-screen">
    1313                <?php
    1414                if ( bp_is_my_profile() ) {
    1515                        _e( 'My Profile', 'buddypress' );
  • src/bp-templates/bp-nouveau/buddypress/members/single/settings/general.php

     
    77
    88bp_nouveau_member_hook( 'before', 'settings_template' ); ?>
    99
    10 <h2 class="screen-heading genaral-settings-screen">
     10<h2 class="screen-heading general-settings-screen">
    1111        <?php _e( 'Email & Password', 'buddypress' ); ?>
    1212</h2>
    1313