diff --git a/src/bp-core/bp-core-admin.php b/src/bp-core/bp-core-admin.php
index ca47c65..19d6541 100644
a
|
b
|
class BP_Admin { |
550 | 550 | <div class="changelog"> |
551 | 551 | <h2 class="about-headline-callout"><?php _e( 'Revamped @mentions Interface', 'buddypress' ); ?></h2> |
552 | 552 | <p><?php _e( 'Forget the old days of trying to remember someone’s username when you want to @mention them in a conversation! With BuddyPress 2.1, type a <code>@</code> when leaving a status update or commenting on an activity item or blog post, and the new suggestions panel will open.', 'buddypress' ) ?></p> |
553 | | <p>TODO: add GIF.</p> |
| 553 | <p><img src="<?php echo $image_base ?>mentions-demo.gif" /></p> |
554 | 554 | </div> |
555 | 555 | |
556 | 556 | <hr /> |
… |
… |
class BP_Admin { |
636 | 636 | _e( 'When making searches with <code>BP_User_Query</code>, a new <code>search_wildcard</code> parameter gives you finer control over how the search SQL is constructed.', 'buddypress' ); |
637 | 637 | ?> |
638 | 638 | </li> |
639 | | |
| 639 | |
640 | 640 | |
641 | 641 | <li><?php printf( __( '<a href="%s">…and lots more!</a>', 'buddypress' ), 'https://codex.buddypress.org/releases/version-2-1' ); ?></li> |
642 | 642 | </ul> |