summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/wp-includes/post-template.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wp-includes/post-template.php b/src/wp-includes/post-template.php
index b2c0d300c7..c888cd1549 100644
--- a/src/wp-includes/post-template.php
+++ b/src/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 <!--nextpage--> tag.
+ * @global array $pages Array of all pages in post/page. Each array element contains
+ * part of the content separated by the `<!--nextpage-->` 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 <!--nextpage-->.
+ * Displays page links for paginated posts (i.e. including the `<!--nextpage-->`
* Quicktag one or more times). This tag must be within The Loop.
*
* @since 1.2.0