Changeset 8142 for trunk/bp-notifications/bp-notifications-template.php
- Timestamp:
- 03/18/2014 02:09:33 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-notifications/bp-notifications-template.php
r8115 r8142 479 479 480 480 // Parse the args 481 $r = wp_parse_args( $args, array(481 $r = bp_parse_args( $args, array( 482 482 'user_id' => $user_id, 483 483 'is_new' => $is_new, … … 487 487 'search_terms' => isset( $_REQUEST['s'] ) ? stripslashes( $_REQUEST['s'] ) : '', 488 488 'page_arg' => 'npage', 489 ) );489 ), 'has_notifications' ); 490 490 491 491 // Get the notifications
Note: See TracChangeset
for help on using the changeset viewer.