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.