IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
138 | 138 | |
139 | 139 | <h4><?php _e( 'Add a reply:', 'buddypress' ); ?></h4> |
140 | 140 | |
141 | | <textarea name="reply_text" id="reply_text"></textarea> |
| 141 | <textarea name="reply_text" id="reply_text" class="bp-suggestions"></textarea> |
142 | 142 | |
143 | 143 | <div class="submit"> |
144 | 144 | <input type="submit" name="submit_reply" id="submit" value="<?php esc_attr_e( 'Post Reply', 'buddypress' ); ?>" /> |
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
59 | 59 | $retval = |
60 | 60 | bp_activity_do_mentions() && |
61 | 61 | bp_is_user_active() && |
62 | | ( bp_is_activity_component() || bp_is_blog_page() && is_singular() && comments_open() || is_admin() ); |
| 62 | ( bp_is_activity_component() || bp_is_groups_component() || bp_is_blog_page() && is_singular() && comments_open() || is_admin() ); |
63 | 63 | |
64 | 64 | return (bool) apply_filters( 'bp_activity_maybe_load_mentions_scripts', $retval ); |
65 | 65 | } |