From 13bead9e58a505b2b34ddc5e177f246b5695becb Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 18 Dec 2015 23:14:26 +0000 Subject: [PATCH] Docs: Fix the syntax for the `get_previous_post_link()` DocBlock to ensure it's read and parsed as such instead of as a multi-line comment. See #32246. Built from https://develop.svn.wordpress.org/trunk@36011 git-svn-id: http://core.svn.wordpress.org/trunk@35976 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 8476314447..cfe6bc9e0d 100644 --- a/wp-includes/link-template.php +++ b/wp-includes/link-template.php @@ -1887,7 +1887,7 @@ function get_boundary_post( $in_same_term = false, $excluded_terms = '', $start return get_posts( $query_args ); } -/* +/** * Get previous post link that is adjacent to the current post. * * @since 3.7.0 diff --git a/wp-includes/version.php b/wp-includes/version.php index d02944af4f..39bb185744 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36010'; +$wp_version = '4.5-alpha-36011'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.