Changeset 9471 for trunk/src/bp-activity/bp-activity-template.php
- Timestamp:
- 02/10/2015 02:49:16 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-activity/bp-activity-template.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-template.php
r9411 r9471 165 165 */ 166 166 function __construct( $args ) { 167 global $bp;167 $bp = buddypress(); 168 168 169 169 // Backward compatibility with old method of passing arguments … … 427 427 * 428 428 * @global object $activities_template {@link BP_Activity_Template} 429 * @global object $bp BuddyPress global settings.430 429 * @uses groups_is_user_member() 431 430 * @uses bp_current_action() … … 1349 1348 * @see bp_core_fetch_avatar() For a description of the arguments. 1350 1349 * @global object $activities_template {@link BP_Activity_Template} 1351 * @global object $bp BuddyPress global settings1352 1350 * @uses bp_is_single_activity() 1353 1351 * @uses wp_parse_args()
Note: See TracChangeset
for help on using the changeset viewer.