mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-07 09:49:04 +00:00
Docs: Fix prev_text and next_text parameters type in paginate_links().
Props gabri3lmarques, maximemeganck. Fixes #56622. See #55646. git-svn-id: https://develop.svn.wordpress.org/trunk@54286 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -4454,8 +4454,8 @@ function language_attributes( $doctype = 'html' ) {
|
||||
* Default 1.
|
||||
* @type int $mid_size How many numbers to either side of the current pages. Default 2.
|
||||
* @type bool $prev_next Whether to include the previous and next links in the list. Default true.
|
||||
* @type bool $prev_text The previous page text. Default '« Previous'.
|
||||
* @type bool $next_text The next page text. Default 'Next »'.
|
||||
* @type string $prev_text The previous page text. Default '« Previous'.
|
||||
* @type string $next_text The next page text. Default 'Next »'.
|
||||
* @type string $type Controls format of the returned value. Possible values are 'plain',
|
||||
* 'array' and 'list'. Default is 'plain'.
|
||||
* @type array $add_args An array of query args to add. Default false.
|
||||
|
||||
Reference in New Issue
Block a user