Skip to:
Content

BuddyPress.org

Ticket #6205: 6205.01.patch

File 6205.01.patch, 562 bytes (added by r-a-y, 10 years ago)
  • src/bp-notifications/bp-notifications-template.php

     
    335335                                'mid_size'  => 1,
    336336                                'add_args'  => $add_args,
    337337                        ) );
    338 
    339                         // Remove first page from pagination
    340                         $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 );
    342338                }
    343339        }
    344340