Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/06/2019 05:54:10 PM (6 years ago)
Author:
imath
Message:

i18n: fix typos in l10n function names

Example of typos:

  • esc_attr instead of esc_attr__,
  • esc_html instead of esc_html__,
  • esc_html instead of esc_html_e.

Props szepe.viktor

See #8140 (trunk)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/notifications/template-tags.php

    r12156 r12473  
    105105
    106106        <select name="notification_bulk_action" id="notification-select">
    107             <option value="" selected="selected"><?php echo esc_html( 'Bulk Actions', 'buddypress' ); ?></option>
     107            <option value="" selected="selected"><?php esc_html_e( 'Bulk Actions', 'buddypress' ); ?></option>
    108108
    109109            <?php if ( bp_is_current_action( 'unread' ) ) : ?>
Note: See TracChangeset for help on using the changeset viewer.