Ticket #6205: 6205.01.patch
File 6205.01.patch, 562 bytes (added by , 10 years ago) |
---|
-
src/bp-notifications/bp-notifications-template.php
335 335 'mid_size' => 1, 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 } 344 340