diff --git a/src/wp-includes/general-template.php b/src/wp-includes/general-template.php index cc9178d4a5..bd8b7f41a4 100644 --- a/src/wp-includes/general-template.php +++ b/src/wp-includes/general-template.php @@ -3155,8 +3155,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 '« Previous'. + * @type bool $prev_text The previous page text. Default '« Previous'. + * @type bool $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.