Changeset 4400 for trunk/bp-activity/bp-activity-template.php
- Timestamp:
- 05/20/2011 07:33:20 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-template.php
r4378 r4400 208 208 * Based on the $args passed, bp_has_activities() populates the $activities_template global. 209 209 * 210 * @package BuddyPress Activity 211 * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals() 212 * 210 * @global BP_Activity_Template $activities_template 211 * @global object $bp Global BuddyPress settings object 213 212 * @param mixed $args Arguments for limiting the contents of the activity loop. Can be passed as an associative array or as a URL argument string 214 213 * @return bool Returns true when activities are found 215 214 */ 216 215 function bp_has_activities( $args = '' ) { 217 global $ bp, $activities_template;216 global $activities_template, $bp; 218 217 219 218 /***
Note: See TracChangeset
for help on using the changeset viewer.