Changeset 4396
- Timestamp:
- 05/19/2011 10:24:15 PM (15 years ago)
- Location:
- trunk/bp-activity
- Files:
-
- 2 edited
-
bp-activity-actions.php (modified) (1 diff)
-
bp-activity-screens.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-actions.php
r4337 r4396 56 56 57 57 // Allow redirect to be filtered 58 if ( !$redirect = apply_filters ( 'bp_activity_permalink_redirect_url', $redirect, &$activity) )58 if ( !$redirect = apply_filters_ref_array( 'bp_activity_permalink_redirect_url', array( $redirect, &$activity ) ) ) 59 59 bp_core_redirect( bp_get_root_domain() ); 60 60 -
trunk/bp-activity/bp-activity-screens.php
r4372 r4396 125 125 126 126 // Allow access to be filtered 127 $has_access = apply_filters ( 'bp_activity_permalink_access', $has_access, &$activity);127 $has_access = apply_filters_ref_array( 'bp_activity_permalink_access', array( $has_access, &$activity ) ); 128 128 129 129 // Allow additional code execution
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)