Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/31/2015 06:51:35 AM (9 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Activity component.

See #6576.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/bp-activity-cssjs.php

    r10054 r10077  
    11<?php
    2 
    32/**
    43 * Activity component CSS/JS
     
    1413 * Enqueue @mentions JS.
    1514 *
    16  * @since BuddyPress (2.1.0)
     15 * @since 2.1.0
    1716 */
    1817function bp_activity_mentions_script() {
     
    5150     * friends to the page for quicker @mentions lookups.
    5251     *
    53      * @since BuddyPress (2.1.0)
     52     * @since 2.1.0
    5453     */
    5554    do_action( 'bp_activity_mentions_prime_results' );
     
    6160 * Bind the mentions listener to a wp_editor instance when TinyMCE initializes.
    6261 *
    63  * @since BuddyPress (2.3.3)
     62 * @since 2.3.3
    6463 *
    6564 * @param array  $settings   An array with TinyMCE config.
Note: See TracChangeset for help on using the changeset viewer.