Changeset 10750 for trunk/src/bp-core/classes/class-bp-admin.php
- Timestamp:
- 05/12/2016 07:00:11 PM (9 years ago)
- File:
-
- 1 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>
Note: See TracChangeset
for help on using the changeset viewer.