diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index c687fd0138..8aaf5bd061 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -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. diff --git a/wp-includes/version.php b/wp-includes/version.php index ad7b5ea95c..45bf3ff653 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-beta1-54285'; +$wp_version = '6.1-beta1-54286'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.