Skip to:
Content

BuddyPress.org

Ticket #7985: 7985.patch

File 7985.patch, 3.7 KB (added by imath, 6 years ago)
  • src/bp-core/classes/class-bp-admin.php

    diff --git src/bp-core/classes/class-bp-admin.php src/bp-core/classes/class-bp-admin.php
    index ddf1f6f3b..042349c9f 100644
    class BP_Admin { 
    625625                <div id="bp-hello-container" role="dialog" aria-labelledby="bp-hello-title" style="display: none;">
    626626                        <div class="bp-hello-header" role="document">
    627627                                <div class="bp-hello-close">
    628                                         <button type="button" class="close-modal button bp-tooltip" data-bp-tooltip="<?php echo esc_attr( 'Close pop-up', 'buddypress' ); ?>">
     628                                        <button type="button" class="close-modal button bp-tooltip" data-bp-tooltip="<?php esc_attr_e( 'Close pop-up', 'buddypress' ); ?>">
    629629                                                <span class="screen-reader-text"><?php esc_html_e( 'Close pop-up', 'buddypress' ); ?></span>
    630630                                        </button>
    631631                                </div>
    632632
    633633                                <div class="bp-hello-title">
    634                                         <h1 id="bp-hello-title" tabindex="-1"><?php esc_html_e( _x( 'New in BuddyPress', 'section heading', 'buddypress' ) ); ?></h1>
     634                                        <h1 id="bp-hello-title" tabindex="-1"><?php echo esc_html( _x( 'New in BuddyPress', 'section heading', 'buddypress' ) ); ?></h1>
    635635                                </div>
    636636                        </div>
    637637
    638638                        <div class="bp-hello-content">
    639                                 <h2><?php esc_html_e( __( 'Say hello to &ldquo;Nouveau&rdquo;!', 'buddypress' ) ); ?></h2>
     639                                <h2><?php echo esc_html( __( 'Say hello to &ldquo;Nouveau&rdquo;!', 'buddypress' ) ); ?></h2>
    640640                                <p>
    641641                                        <?php
    642642                                        printf(
    class BP_Admin { 
    657657
    658658                                <?php echo $GLOBALS['wp_embed']->autoembed( 'https://player.vimeo.com/video/270507360' ); ?>
    659659
    660                                 <h2><?php esc_html_e( __( 'Support for WP-CLI', 'buddypress' ) ); ?></h2>
     660                                <h2><?php esc_html_e( 'Support for WP-CLI', 'buddypress' ); ?></h2>
    661661                                <p>
    662662                                        <?php
    663663                                        printf(
    class BP_Admin { 
    667667                                        ?>
    668668                                </p>
    669669
    670                                 <h2><?php esc_html_e( _x( 'Control site-wide notices from your dashboard', 'section heading', 'buddypress' ) ); ?></h2>
     670                                <h2><?php echo esc_html( _x( 'Control site-wide notices from your dashboard', 'section heading', 'buddypress' ) ); ?></h2>
    671671                                <p><?php esc_html_e( 'Site Notices are a feature within the Private Messaging component that allows community managers to share important messages with all members of their community. With Nouveau, the management interface for Site Notices has been removed from the front-end theme templates.', 'buddypress' ); ?></p>
    672672
    673673                                <?php if ( bp_is_active( 'messages' ) ) : ?>
    class BP_Admin { 
    681681                                </p>
    682682                                <?php endif; ?>
    683683
    684                                 <h2><?php esc_html_e( __( 'New profile field type: telephone numbers', 'buddypress' ) ); ?></h2>
     684                                <h2><?php esc_html_e( 'New profile field type: telephone numbers', 'buddypress' ); ?></h2>
    685685                                <p><?php esc_html_e( 'A new telephone number field type has been added to the Extended Profiles component, with support for all international number formats. With a modern web browser, your members can use this field type to touch-to-dial a number directly.', 'buddypress' ); ?></p>
    686686
    687                                 <h2><?php esc_html_e( __( "BuddyPress: leaner, faster, stronger", 'buddypress' ) ); ?></h2>
     687                                <h2><?php esc_html_e( "BuddyPress: leaner, faster, stronger", 'buddypress' ); ?></h2>
    688688                                <p><?php esc_html_e( 'With every BuddyPress version, we strive to make performance improvements alongside new features and fixes; this version is no exception. Memory use has been optimised &mdash; within active components, we now only load each individual code file when it\'s needed, not before.', 'buddypress' ); ?></p>
    689689                                <p>
    690690                                        <?php
    class BP_Admin { 
    705705                                        ?>
    706706                                </em></p>
    707707
    708                                 <h2><?php esc_html_e( _x( 'Your feedback', 'screen heading', 'buddypress' ) ); ?></h2>
     708                                <h2><?php echo esc_html( _x( 'Your feedback', 'screen heading', 'buddypress' ) ); ?></h2>
    709709                                <p>
    710710                                        <?php
    711711                                        printf(