Skip to:
Content

BuddyPress.org

Changeset 9244


Ignore:
Timestamp:
12/20/2014 08:18:39 PM (9 years ago)
Author:
djpaul
Message:

Templates: add class to bp-legacy's single forum reply template (legacy bbPress) to enable @mentions.

Further core changes are required before this will work. See #5934

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/groups/single/forum/topic.php

    r7965 r9244  
    139139                    <h4><?php _e( 'Add a reply:', 'buddypress' ); ?></h4>
    140140
    141                     <textarea name="reply_text" id="reply_text"></textarea>
     141                    <textarea name="reply_text" id="reply_text" class="bp-suggestions"></textarea>
    142142
    143143                    <div class="submit">
Note: See TracChangeset for help on using the changeset viewer.