Skip to:
Content

BuddyPress.org

Ticket #7267: 7267.typos.patch

File 7267.typos.patch, 5.3 KB (added by slaFFik, 9 years ago)

Hopefully the last one, front/back([-| ])end

  • src/bp-core/classes/class-bp-admin.php

     
    623623
    624624                        <div class="bp-features-section">
    625625
    626                                 <h3 class="headline-title"><?php esc_html_e( 'For Developers &amp; Site Administrators', 'buddypress' ); ?></h3>
     626                                <h3 class="headline-title"><?php esc_html_e( 'For Developers &amp; Site Builders', 'buddypress' ); ?></h3>
    627627
    628628                                <div class="bp-feature">
    629629                                        <span class="dashicons dashicons-calendar" aria-hidden="true"></span>
     
    634634                                <div class="bp-feature opposite">
    635635                                        <span class="dashicons dashicons-groups" aria-hidden="true"></span>
    636636                                        <h4 class="feature-title"><?php esc_html_e( 'Group Types Integration in Templates', 'buddypress' ); ?></h4>
    637                                         <p><?php esc_html_e( 'Enable developers to show Group Types in the front end as well as control where the group type information is rendered.', 'buddypress' ); ?> <a href="https://codex.buddypress.org/developer/group-types/"><?php esc_html_e( 'Learn how to implement this.', 'buddypress' ); ?></a></p>
     637                                        <p><?php esc_html_e( 'Enable developers to show Group Types on the front end as well as control where the group type information is rendered.', 'buddypress' ); ?> <a href="https://codex.buddypress.org/developer/group-types/"><?php esc_html_e( 'Learn how to implement this.', 'buddypress' ); ?></a></p>
    638638                                </div>
    639639
    640640                                <div class="bp-feature">
     
    646646                                <div class="bp-feature opposite">
    647647                                        <span class="dashicons dashicons-email" aria-hidden="true"></span>
    648648                                        <h4 class="feature-title"><?php esc_html_e( 'Links to Unsubscribe from Emails', 'buddypress' ); ?></h4>
    649                                         <p><?php esc_html_e( 'Improve user experience by facilitating the removal of any or all subscriptions through the new email tokens and unsuscribe links.', 'buddypress' ); ?></p>
     649                                        <p><?php esc_html_e( 'Improve user experience by facilitating the removal of any or all subscriptions through the new email tokens and unsubscribe links.', 'buddypress' ); ?></p>
    650650                                </div>
    651651
    652652                                <div class="bp-feature">
    653653                                        <span class="dashicons dashicons-filter" aria-hidden="true"></span>
    654                                         <h4 class="title"><?php esc_html_e( 'Member Type and Group Type Filters in Users and Groups admin screens', 'buddypress' ); ?></h4>
     654                                        <h4 class="title"><?php esc_html_e( 'Member Type and Group Type Filters in Users and Groups Admin Screens', 'buddypress' ); ?></h4>
    655655                                        <p><?php esc_html_e( 'Easily filter your members and groups by type and set types in bulk on the users and groups list tables in the dashboard.', 'buddypress' ); ?></p>
    656656                                </div>
    657657
    658658                                <div class="bp-feature opposite">
    659659                                        <span class="dashicons dashicons-universal-access" aria-hidden="true"></span>
    660                                         <h4 class="title"><?php esc_html_e( 'Accessibility Updates for the Front-end and Back-end', 'buddypress' ); ?></h4>
    661                                         <p><?php esc_html_e( 'Continued improvements for universal acceess help make BuddyPress&#39; back- and front-end screens usable for everyone &#40;and on more devices&#41;.', 'buddypress' ); ?></p>
     660                                        <h4 class="title"><?php esc_html_e( 'Accessibility Updates for the Front End and Back End', 'buddypress' ); ?></h4>
     661                                        <p><?php esc_html_e( 'Continued improvements for universal access help make BuddyPress&#39; back- and front-end screens usable for everyone &#40;and on more devices&#41;.', 'buddypress' ); ?></p>
    662662                                </div>
    663663
    664664                                <div class="bp-feature">
    665665                                        <span class="dashicons dashicons-admin-page" aria-hidden="true"></span>
    666666                                        <h4 class="title"><?php esc_html_e( 'Use WP Page Names for Headings of BP Directory Pages', 'buddypress' ); ?></h4>
    667                                         <p><?php esc_html_e( 'Whatever you choose as the title of your Activity, Sites, Members, or Groups directory pages in the back end, is what you\'ll get as the heading in the front end.', 'buddypress' ); ?></p>
     667                                        <p><?php esc_html_e( 'Whatever you choose as the title of your Activity, Sites, Members, or Groups directory pages on the back end, is what you\'ll get as the heading on the front end.', 'buddypress' ); ?></p>
    668668                                </div>
    669669
    670670                                <div class="bp-feature opposite">
     
    682682                                <div class="bp-feature opposite">
    683683                                        <span class="dashicons dashicons-chart-bar" aria-hidden="true"></span>
    684684                                        <h4 class="title"><?php esc_html_e( 'Many, Many Performance Improvements', 'buddypress' ); ?></h4>
    685                                         <p><?php esc_html_e( 'Improve performance by removing extra database queries, adding new cache calls, and removing the number of loops in "bp_get_user_groups()".', 'buddypress' ); ?></p>
     685                                        <p><?php esc_html_e( 'Improved performance by removing extra database queries, adding new cache calls, and removing the number of loops in "bp_get_user_groups()".', 'buddypress' ); ?></p>
    686686                                </div>
    687687
    688688
     
    691691
    692692                        <div class="bp-changelog-section">
    693693                                <h3 class="changelog-title"><?php esc_html_e( 'And so much more!', 'buddypress' ); ?></h3>
    694                                 <p class="bp-changelog-url"><a href="https://codex.buddypress.org/version-2-7-0/"><?php esc_html_e( 'Changelog for BuddyPress 2.7.0.', 'buddypress' ); ?></a></p>
     694                                <p class="bp-changelog-url"><a href="https://codex.buddypress.org/releases/version-2-7-0/"><?php esc_html_e( 'Changelog for BuddyPress 2.7.', 'buddypress' ); ?></a></p>
    695695
    696696                        </div>
    697697