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 { |
625 | 625 | <div id="bp-hello-container" role="dialog" aria-labelledby="bp-hello-title" style="display: none;"> |
626 | 626 | <div class="bp-hello-header" role="document"> |
627 | 627 | <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' ); ?>"> |
629 | 629 | <span class="screen-reader-text"><?php esc_html_e( 'Close pop-up', 'buddypress' ); ?></span> |
630 | 630 | </button> |
631 | 631 | </div> |
632 | 632 | |
633 | 633 | <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> |
635 | 635 | </div> |
636 | 636 | </div> |
637 | 637 | |
638 | 638 | <div class="bp-hello-content"> |
639 | | <h2><?php esc_html_e( __( 'Say hello to “Nouveau”!', 'buddypress' ) ); ?></h2> |
| 639 | <h2><?php echo esc_html( __( 'Say hello to “Nouveau”!', 'buddypress' ) ); ?></h2> |
640 | 640 | <p> |
641 | 641 | <?php |
642 | 642 | printf( |
… |
… |
class BP_Admin { |
657 | 657 | |
658 | 658 | <?php echo $GLOBALS['wp_embed']->autoembed( 'https://player.vimeo.com/video/270507360' ); ?> |
659 | 659 | |
660 | | <h2><?php esc_html_e( __( 'Support for WP-CLI', 'buddypress' ) ); ?></h2> |
| 660 | <h2><?php esc_html_e( 'Support for WP-CLI', 'buddypress' ); ?></h2> |
661 | 661 | <p> |
662 | 662 | <?php |
663 | 663 | printf( |
… |
… |
class BP_Admin { |
667 | 667 | ?> |
668 | 668 | </p> |
669 | 669 | |
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> |
671 | 671 | <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> |
672 | 672 | |
673 | 673 | <?php if ( bp_is_active( 'messages' ) ) : ?> |
… |
… |
class BP_Admin { |
681 | 681 | </p> |
682 | 682 | <?php endif; ?> |
683 | 683 | |
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> |
685 | 685 | <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> |
686 | 686 | |
687 | | <h2><?php esc_html_e( __( "BuddyPress: leaner, faster, stronger", 'buddypress' ) ); ?></h2> |
| 687 | <h2><?php esc_html_e( "BuddyPress: leaner, faster, stronger", 'buddypress' ); ?></h2> |
688 | 688 | <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 — within active components, we now only load each individual code file when it\'s needed, not before.', 'buddypress' ); ?></p> |
689 | 689 | <p> |
690 | 690 | <?php |
… |
… |
class BP_Admin { |
705 | 705 | ?> |
706 | 706 | </em></p> |
707 | 707 | |
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> |
709 | 709 | <p> |
710 | 710 | <?php |
711 | 711 | printf( |