Changeset 7347 for trunk/bp-templates/bp-legacy/buddypress-functions.php
- Timestamp:
- 08/12/2013 10:30:52 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-templates/bp-legacy/buddypress-functions.php
r7228 r7347 773 773 * AJAX spam an activity item or comment 774 774 * 775 * @global BuddyPress $bp The one true BuddyPress instance776 775 * @return mixed String on error, void on success 777 776 * @since BuddyPress (1.6) 778 777 */ 779 778 function bp_legacy_theme_spam_activity() { 780 global $bp;779 $bp = buddypress(); 781 780 782 781 // Bail if not a POST action … … 1240 1239 * AJAX handler for autocomplete. Displays friends only, unless BP_MESSAGES_AUTOCOMPLETE_ALL is defined. 1241 1240 * 1242 * @global BuddyPress $bp The one true BuddyPress instance1243 1241 * @return string HTML 1244 1242 * @since BuddyPress (1.2)
Note: See TracChangeset
for help on using the changeset viewer.