Changeset 9499
- Timestamp:
- 02/17/2015 10:32:13 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/src/bp-notifications/bp-notifications-template.php
r9414 r9499 336 336 'add_args' => $add_args, 337 337 ) ); 338 339 // Remove first page from pagination340 $this->pag_links = str_replace( '?' . $r['page_arg'] . '=1', '', $this->pag_links );341 $this->pag_links = str_replace( '&' . $r['page_arg'] . '=1', '', $this->pag_links );342 338 } 343 339 }
Note: See TracChangeset
for help on using the changeset viewer.