From f8fc65acb30456f6324e76de6089d0792dc5566d Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 18 Dec 2015 23:13:03 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@36011 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/link-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/link-template.php b/src/wp-includes/link-template.php index 8476314447..cfe6bc9e0d 100644 --- a/src/wp-includes/link-template.php +++ b/src/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