Changeset 12520
- Timestamp:
- 01/13/2020 08:33:40 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-admin.php
r12495 r12520 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 … … 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( … … 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( … … 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( … … 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(
Note: See TracChangeset
for help on using the changeset viewer.