Changeset 7549 for trunk/bp-notifications/bp-notifications-template.php
- Timestamp:
- 11/09/2013 05:04:41 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-notifications/bp-notifications-template.php
r7547 r7549 227 227 'page' => 1, 228 228 'per_page' => 25, 229 'order_by' => 'date_notified', 230 'sort_order' => 'DESC', 229 231 'max' => null, 230 232 'search_terms' => '', … … 239 241 $this->search_terms = $r['search_terms']; 240 242 $this->page_arg = $r['page_arg']; 243 $this->order_by = $r['order_by']; 244 $this->sort_order = $r['sort_order']; 241 245 242 246 // Get the notifications … … 247 251 'per_page' => $this->pag_num, 248 252 'search_terms' => $this->search_terms, 253 'order_by' => $this->order_by, 254 'sort_order' => $this->sort_order, 249 255 ) ); 250 256
Note: See TracChangeset
for help on using the changeset viewer.