Skip to:
Content

BuddyPress.org

Changeset 12520


Ignore:
Timestamp:
01/13/2020 08:33:40 PM (5 years ago)
Author:
imath
Message:

Admin: fix 5 typos in translators comments

Props passoniate

Fixes #8204

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/classes/class-bp-admin.php

    r12495 r12520  
    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
     
    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(
     
    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(
     
    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(
     
    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(
Note: See TracChangeset for help on using the changeset viewer.