Skip to:
Content

BuddyPress.org

Changeset 10750


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

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

😱

Let's not rock the 🚣

Fixes #7039

👍 pento

Location:
trunk/src
Files:
2 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>
  • trunk/src/bp-groups/bp-groups-filters.php

    r10721 r10750  
    5555add_filter( 'groups_group_description_before_save', 'trim' );
    5656
    57 // Support emojis.
     57// Support emoji.
    5858if ( function_exists( 'wp_encode_emoji' ) ) {
    5959    add_filter( 'groups_group_description_before_save', 'wp_encode_emoji' );
Note: See TracChangeset for help on using the changeset viewer.