Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/12/2016 07:00:11 PM (9 years ago)
Author:
djpaul
Message:

WordPress says the plural of "emoji" is "emoji".

😱

Let's not rock the 🚣

Fixes #7039

👍 pento

File:
1 edited

Legend:

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

    r10724 r10750  
    652652                <div class="feature-section two-col">
    653653                    <div>
    654                         <h3 class="feature-title"><?php esc_html_e( 'Support for Emojis', 'buddypress' ); ?></h3>
    655                         <img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/emoji-feature.png' ); ?>" alt="<?php esc_attr_e( 'Fun with Emojies', 'buddypress' ); ?>">
    656                         <p><?php esc_html_e( 'Have fun and be merry! You can now use Emojis in activity updates, messages, and group descriptions.', 'buddypress' ); ?></p>
     654                        <h3 class="feature-title"><?php esc_html_e( 'Support for emoji', 'buddypress' ); ?></h3>
     655                        <img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/emoji-feature.png' ); ?>" alt="<?php esc_attr_e( 'Fun with emoji', 'buddypress' ); ?>">
     656                        <p><?php esc_html_e( 'Have fun and be merry! You can now use emoji in activity updates, messages, and group descriptions.', 'buddypress' ); ?></p>
    657657
    658658                    </div>
Note: See TracChangeset for help on using the changeset viewer.