Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/18/2014 11:33:26 AM (10 years ago)
Author:
boonebgorges
Message:

Hook documentation for bp-activity-akismet.php and bp-activity-cssjs.php.

Props tw2113.
See #5938.

File:
1 edited

Legend:

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

    r8958 r9086  
    4242    }
    4343
    44     // Print a list of the current user's friends to the page for quicker @mentions lookups.
     44    /**
     45     * Fires at the end of the Activity Mentions script.
     46     *
     47     * This is the hook where BP components can add their own prefetched results
     48     * friends to the page for quicker @mentions lookups.
     49     *
     50     * @since BuddyPress (2.1.0)
     51     */
    4552    do_action( 'bp_activity_mentions_prime_results' );
    4653}
Note: See TracChangeset for help on using the changeset viewer.