mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user