Changeset 10750
- Timestamp:
- 05/12/2016 07:00:11 PM (8 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-admin.php
r10724 r10750 652 652 <div class="feature-section two-col"> 653 653 <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 Emojisin 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> 657 657 658 658 </div> -
trunk/src/bp-groups/bp-groups-filters.php
r10721 r10750 55 55 add_filter( 'groups_group_description_before_save', 'trim' ); 56 56 57 // Support emoji s.57 // Support emoji. 58 58 if ( function_exists( 'wp_encode_emoji' ) ) { 59 59 add_filter( 'groups_group_description_before_save', 'wp_encode_emoji' );
Note: See TracChangeset
for help on using the changeset viewer.