From dfa9da535676f3e62458404c9663bffe1dda94f0 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 23 Aug 2015 07:18:19 +0000 Subject: [PATCH] Docs: Fix a minor alignment issue in the DocBlock for `get_pagenum_link()`. See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@33712 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 6dcf936f5e..498585fbdb 100644 --- a/src/wp-includes/link-template.php +++ b/src/wp-includes/link-template.php @@ -1945,7 +1945,7 @@ function adjacent_post_link( $format, $link, $in_same_term = false, $excluded_te * * @param int $pagenum Optional. Page ID. * @param bool $escape Optional. Whether to escape the URL for display, with esc_url(). Defaults to true. -* Otherwise, prepares the URL with esc_url_raw(). + * Otherwise, prepares the URL with esc_url_raw(). * @return string The link URL for the given page number. */ function get_pagenum_link($pagenum = 1, $escape = true ) {