From 0caf5278c64ed773bb94ad717684e309f220fdbc Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 22 May 2018 18:57:25 +0000 Subject: [PATCH] Docs: Escape the `` page tag in `wp_link_pages()` and `get_the_content()` description for proper display in Developer Reference. Props grapplerulrich. See #42505. Built from https://develop.svn.wordpress.org/trunk@43307 git-svn-id: http://core.svn.wordpress.org/trunk@43136 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/post-template.php | 5 +++-- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php index b2c0d300c7..c888cd1549 100644 --- a/wp-includes/post-template.php +++ b/wp-includes/post-template.php @@ -257,7 +257,8 @@ function the_content( $more_link_text = null, $strip_teaser = false ) { * @global int $page Page number of a single post/page. * @global int $more Boolean indicator for whether single post/page is being viewed. * @global bool $preview Whether post/page is in preview mode. - * @global array $pages Array of all pages in post/page. Each array element contains part of the content separated by the tag. + * @global array $pages Array of all pages in post/page. Each array element contains + * part of the content separated by the `` tag. * @global int $multipage Boolean indicator for whether multiple pages are in play. * * @param string $more_link_text Optional. Content for when there is more text. @@ -862,7 +863,7 @@ function post_password_required( $post = null ) { /** * The formatted output of a list of pages. * - * Displays page links for paginated posts (i.e. includes the . + * Displays page links for paginated posts (i.e. including the `` * Quicktag one or more times). This tag must be within The Loop. * * @since 1.2.0 diff --git a/wp-includes/version.php b/wp-includes/version.php index f14a32f96e..ad81fc9059 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43304'; +$wp_version = '5.0-alpha-43307'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.