Ticket #8204: 8204.patch
File 8204.patch, 3.6 KB (added by , 5 years ago) |
---|
-
src/bp-core/admin/bp-core-admin-functions.php
96 96 * 97 97 * @since 1.6.0 98 98 * 99 * @todo Add convenience links into the markup once new positions are finali sed.99 * @todo Add convenience links into the markup once new positions are finalized. 100 100 */ 101 101 function bp_core_admin_backpat_page() { 102 102 $url = bp_core_do_network_admin() ? network_admin_url( 'settings.php' ) : admin_url( 'options-general.php' ); -
src/bp-core/classes/class-bp-admin.php
633 633 <div class='vignette'></div> 634 634 <h2> 635 635 <?php printf( 636 /* translators: %s is the placeho der for the BuddyPress version number. */636 /* translators: %s is the placeholder for the BuddyPress version number. */ 637 637 esc_html__( 'BuddyPress %s', 'buddypress' ), 638 638 $version 639 639 ); ?> … … 658 658 <p> 659 659 <?php esc_html_e( 'BuddyPress endpoints provide machine-readable external access to your WordPress site with a clear, standards-driven interface, paving the way for new and innovative methods of interacting with your community through plugins, themes, apps, and beyond.', 'buddypress' ); ?> 660 660 <?php printf( 661 /* translators: %s is the placeho der for the link to the BP REST API documentation site. */661 /* translators: %s is the placeholder for the link to the BP REST API documentation site. */ 662 662 esc_html__( 'Ready to get started with development? Check out the %s.', 'buddypress' ), 663 663 sprintf( 664 664 '<a href="%1$s">%2$s</a>', … … 693 693 <p> 694 694 <?php esc_html_e( 'The BP Invitations API abstracts how these two actions are handled and allows developers to use them for any object on your site (e.g., Sites of a WordPress network).', 'buddypress' ); ?> 695 695 <?php printf( 696 /* translators: %s is the placeho der for the link to the BP Invitations API development note. */696 /* translators: %s is the placeholder for the link to the BP Invitations API development note. */ 697 697 esc_html__( 'Read more about the %s.', 'buddypress' ), 698 698 sprintf( 699 699 '<a href="%1$s">%2$s</a>', … … 737 737 <p> 738 738 <?php esc_html_e( 'Developers building tools for the Block Editor can now add their blocks to the BuddyPress category. This change provides a foundation for organizing custom BuddyPress blocks.', 'buddypress' ); ?> 739 739 <?php printf( 740 /* translators: %s is the placeho der for the link to the blocks category development note. */740 /* translators: %s is the placeholder for the link to the blocks category development note. */ 741 741 esc_html__( 'Read more about this feature in the %s.', 'buddypress' ), 742 742 sprintf( 743 743 '<a href="%1$s">%2$s</a>', … … 753 753 <p> 754 754 <?php 755 755 printf( 756 /* translators: %s is the placeho der for the link to BuddyPress support forums. */756 /* translators: %s is the placeholder for the link to BuddyPress support forums. */ 757 757 esc_html__( ' How are you using BuddyPress? Receiving your feedback and suggestions for future versions of BuddyPress genuinely motivates and encourages our contributors. Please %s about this version of BuddyPress on our website. ', 'buddypress' ), 758 758 sprintf( 759 759 '<a href="%1$s">%2$s</a>',