Changeset 10077 for trunk/src/bp-activity/bp-activity-cssjs.php
- Timestamp:
- 08/31/2015 06:51:35 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-cssjs.php
r10054 r10077 1 1 <?php 2 3 2 /** 4 3 * Activity component CSS/JS … … 14 13 * Enqueue @mentions JS. 15 14 * 16 * @since BuddyPress (2.1.0)15 * @since 2.1.0 17 16 */ 18 17 function bp_activity_mentions_script() { … … 51 50 * friends to the page for quicker @mentions lookups. 52 51 * 53 * @since BuddyPress (2.1.0)52 * @since 2.1.0 54 53 */ 55 54 do_action( 'bp_activity_mentions_prime_results' ); … … 61 60 * Bind the mentions listener to a wp_editor instance when TinyMCE initializes. 62 61 * 63 * @since BuddyPress (2.3.3)62 * @since 2.3.3 64 63 * 65 64 * @param array $settings An array with TinyMCE config.
Note: See TracChangeset
for help on using the changeset viewer.