From a5f62988f5c55085210a34bd31cba3dec0dfb42b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 2 Oct 2016 19:10:28 +0000 Subject: [PATCH] Docs: Correct default value for `next_text` in `paginate_links()`. Props truongwp. Fixes #38212. Built from https://develop.svn.wordpress.org/trunk@38701 git-svn-id: http://core.svn.wordpress.org/trunk@38644 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/general-template.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index cc9178d4a5..bd8b7f41a4 100644 --- a/wp-includes/general-template.php +++ b/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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 3cb1556cd0..59f053920d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38700'; +$wp_version = '4.7-alpha-38701'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.