mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
Docs: Fix a minor alignment issue in the DocBlock for get_pagenum_link()
.
See #32246. Built from https://develop.svn.wordpress.org/trunk@33712 git-svn-id: http://core.svn.wordpress.org/trunk@33679 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dc0e7671b0
commit
dffa53dca8
@ -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 ) {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.4-alpha-33711';
|
$wp_version = '4.4-alpha-33712';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user