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-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.