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
This commit is contained in:
Drew Jaynes 2015-08-23 07:18:19 +00:00
parent b01b3be23e
commit dfa9da5356
1 changed files with 1 additions and 1 deletions

View File

@ -1945,7 +1945,7 @@ function adjacent_post_link( $format, $link, $in_same_term = false, $excluded_te
* *
* @param int $pagenum Optional. Page ID. * @param int $pagenum Optional. Page ID.
* @param bool $escape Optional. Whether to escape the URL for display, with esc_url(). Defaults to true. * @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. * @return string The link URL for the given page number.
*/ */
function get_pagenum_link($pagenum = 1, $escape = true ) { function get_pagenum_link($pagenum = 1, $escape = true ) {