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
This commit is contained in:
Drew Jaynes 2015-12-18 23:14:26 +00:00
parent f4af7643d8
commit 13bead9e58
2 changed files with 2 additions and 2 deletions

View File

@ -1887,7 +1887,7 @@ function get_boundary_post( $in_same_term = false, $excluded_terms = '', $start
return get_posts( $query_args ); return get_posts( $query_args );
} }
/* /**
* Get previous post link that is adjacent to the current post. * Get previous post link that is adjacent to the current post.
* *
* @since 3.7.0 * @since 3.7.0

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.