Changeset 6483
- Timestamp:
- 11/03/2012 09:53:54 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-template.php
r6452 r6483 368 368 $r = wp_parse_args( $args, $defaults ); 369 369 extract( $r ); 370 371 if ( empty( $search_terms ) && ! empty( $_REQUEST['s'] ) ) 372 $search_terms = $_REQUEST['s']; 370 373 371 374 // If you have passed a "scope" then this will override any filters you have passed.
Note: See TracChangeset
for help on using the changeset viewer.