Changeset 5783
- Timestamp:
- 02/13/2012 10:41:04 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-template.php
r5763 r5783 568 568 function bp_current_action() { 569 569 global $bp; 570 $current_action = !empty( $bp->current_action ) ? $bp->current_action : false;570 $current_action = !empty( $bp->current_action ) ? $bp->current_action : ''; 571 571 return apply_filters( 'bp_current_action', $current_action ); 572 572 }
Note: See TracChangeset
for help on using the changeset viewer.