Skip to:
Content

BuddyPress.org

Ticket #8204: 8204.patch

File 8204.patch, 3.6 KB (added by passoniate, 5 years ago)

Patch

  • src/bp-core/admin/bp-core-admin-functions.php

     
    9696 *
    9797 * @since 1.6.0
    9898 *
    99  * @todo Add convenience links into the markup once new positions are finalised.
     99 * @todo Add convenience links into the markup once new positions are finalized.
    100100 */
    101101function bp_core_admin_backpat_page() {
    102102        $url          = bp_core_do_network_admin() ? network_admin_url( 'settings.php' ) : admin_url( 'options-general.php' );
  • src/bp-core/classes/class-bp-admin.php

     
    633633                                        <div class='vignette'></div>
    634634                                        <h2>
    635635                                                <?php printf(
    636                                                         /* translators: %s is the placehoder for the BuddyPress version number. */
     636                                                        /* translators: %s is the placeholder for the BuddyPress version number. */
    637637                                                        esc_html__( 'BuddyPress %s', 'buddypress' ),
    638638                                                        $version
    639639                                                ); ?>
     
    658658                                                <p>
    659659                                                        <?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' ); ?>
    660660                                                        <?php printf(
    661                                                                 /* translators: %s is the placehoder 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. */
    662662                                                                esc_html__( 'Ready to get started with development? Check out the %s.', 'buddypress' ),
    663663                                                                sprintf(
    664664                                                                        '<a href="%1$s">%2$s</a>',
     
    693693                                                <p>
    694694                                                        <?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' ); ?>
    695695                                                        <?php printf(
    696                                                                 /* translators: %s is the placehoder 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. */
    697697                                                                esc_html__( 'Read more about the %s.', 'buddypress' ),
    698698                                                                sprintf(
    699699                                                                        '<a href="%1$s">%2$s</a>',
     
    737737                                                <p>
    738738                                                        <?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' ); ?>
    739739                                                        <?php printf(
    740                                                                 /* translators: %s is the placehoder for the link to the blocks category development note. */
     740                                                                /* translators: %s is the placeholder for the link to the blocks category development note. */
    741741                                                                esc_html__( 'Read more about this feature in the %s.', 'buddypress' ),
    742742                                                                sprintf(
    743743                                                                        '<a href="%1$s">%2$s</a>',
     
    753753                                                <p>
    754754                                                        <?php
    755755                                                        printf(
    756                                                                 /* translators: %s is the placehoder for the link to BuddyPress support forums. */
     756                                                                /* translators: %s is the placeholder for the link to BuddyPress support forums. */
    757757                                                                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' ),
    758758                                                                sprintf(
    759759                                                                        '<a href="%1$s">%2$s</a>',