Changeset 7536 for trunk/bp-notifications/bp-notifications-template.php
- Timestamp:
- 11/08/2013 12:34:27 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-notifications/bp-notifications-template.php
r7534 r7536 186 186 'page' => $this->pag_page, 187 187 'per_page' => $this->pag_num, 188 'search_terms' => $this->search_terms 188 'search_terms' => $this->search_terms, 189 189 ) ); 190 190 … … 363 363 'max' => false, 364 364 'search_terms' => isset( $_REQUEST['s'] ) ? stripslashes( $_REQUEST['s'] ) : '', 365 'page_arg' => 'npage' 365 'page_arg' => 'npage', 366 366 ) ); 367 367 … … 534 534 if ( '0000-00-00 00:00:00' !== $date_notified ) { 535 535 $retval = bp_core_time_since( $date_notified ); 536 536 537 537 // Notified date is empty, so return a fun string 538 538 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)