mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12715] Cleanup comments in \phpbb\pagination
PHPBB3-12715
This commit is contained in:
parent
7f3e0e5e42
commit
9bd23917dc
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class pagination
|
||||||
* If you use page numbers inside your controller route, start name should be the string
|
* If you use page numbers inside your controller route, start name should be the string
|
||||||
* that should be removed for the first page (example: /page/%d)
|
* that should be removed for the first page (example: /page/%d)
|
||||||
* @param int $per_page the number of items, posts, etc. to display per page, used to determine the number of pages to produce
|
* @param int $per_page the number of items, posts, etc. to display per page, used to determine the number of pages to produce
|
||||||
* @return URL for the requested page
|
* @return string URL for the requested page
|
||||||
*/
|
*/
|
||||||
protected function generate_page_link($base_url, $on_page, $start_name, $per_page)
|
protected function generate_page_link($base_url, $on_page, $start_name, $per_page)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue