Changeset 12268
- Timestamp:
- 11/02/2018 11:10:17 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-admin.php
r12174 r12268 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 e cho 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> … … 632 632 633 633 <div class="bp-hello-title"> 634 <h1 id="bp-hello-title" tabindex="-1"><?php e sc_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 e sc_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 … … 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 … … 668 668 </p> 669 669 670 <h2><?php e sc_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 … … 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> … … 706 706 </em></p> 707 707 708 <h2><?php e sc_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
Note: See TracChangeset
for help on using the changeset viewer.