Changeset 7540
- Timestamp:
- 11/09/2013 05:51:08 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-notifications/bp-notifications-template.php
r7539 r7540 246 246 'page' => $this->pag_page, 247 247 'per_page' => $this->pag_num, 248 'search_terms' => $this->search_terms 248 'search_terms' => $this->search_terms, 249 249 ) ); 250 250 … … 277 277 'prev_text' => _x( '←', 'Notifications pagination previous text', 'buddypress' ), 278 278 'next_text' => _x( '→', 'Notifications pagination next text', 'buddypress' ), 279 'mid_size' => 1 279 'mid_size' => 1, 280 280 ) ); 281 281 } … … 423 423 'max' => false, 424 424 'search_terms' => isset( $_REQUEST['s'] ) ? stripslashes( $_REQUEST['s'] ) : '', 425 'page_arg' => 'npage' 425 'page_arg' => 'npage', 426 426 ) ); 427 427 … … 594 594 if ( '0000-00-00 00:00:00' !== $date_notified ) { 595 595 $retval = bp_core_time_since( $date_notified ); 596 596 597 597 // Notified date is empty, so return a fun string 598 598 } else { … … 780 780 function bp_get_the_notification_action_links( $args = '' ) { 781 781 782 // Parse 782 // Parse 783 783 $r = wp_parse_args( $args, array( 784 784 'before' => '',
Note: See TracChangeset
for help on using the changeset viewer.