From c5da3350972a7fbea35ea6d10e005d1ce296e6f2 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 25 Jun 2017 06:20:43 +0000 Subject: [PATCH] Docs: Fix a typo in the description for the `get_previous_post_link()` `$link` parameter. The default value is '%title', not '%title%'. Props kmgalanakis. See #41017. Built from https://develop.svn.wordpress.org/trunk@40931 git-svn-id: http://core.svn.wordpress.org/trunk@40781 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/link-template.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/link-template.php b/wp-includes/link-template.php index 4adc6c95ac..e9143b5acc 100644 --- a/wp-includes/link-template.php +++ b/wp-includes/link-template.php @@ -1932,7 +1932,7 @@ function get_boundary_post( $in_same_term = false, $excluded_terms = '', $start * @since 3.7.0 * * @param string $format Optional. Link anchor format. Default '« %link'. - * @param string $link Optional. Link permalink format. Default '%title%'. + * @param string $link Optional. Link permalink format. Default '%title'. * @param bool $in_same_term Optional. Whether link should be in a same taxonomy term. Default false. * @param array|string $excluded_terms Optional. Array or comma-separated list of excluded term IDs. Default empty. * @param string $taxonomy Optional. Taxonomy, if $in_same_term is true. Default 'category'. diff --git a/wp-includes/version.php b/wp-includes/version.php index 6cef8d8fa5..0ab2e5e89d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-40930'; +$wp_version = '4.9-alpha-40931'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.