Changeset 1527 for branches/1.0/bp-core.php
- Timestamp:
- 06/06/2009 02:15:05 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/bp-core.php
r1522 r1527 536 536 537 537 if ( function_exists($function) && $user_has_access && $bp->current_action == $slug && $bp->current_component == $parent_id ) 538 add_action( 'wp', $function );538 add_action( 'wp', $function, 3 ); 539 539 } 540 540 … … 593 593 if ( $bp->current_component == $parent_id && !$bp->current_action ) { 594 594 if ( function_exists($function) ) { 595 add_action( 'wp', $function );595 add_action( 'wp', $function, 3 ); 596 596 } 597 597
Note: See TracChangeset
for help on using the changeset viewer.