Make WordPress Core


Ignore:
Timestamp:
08/23/2015 07:18:19 AM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Fix a minor alignment issue in the DocBlock for get_pagenum_link().

See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/link-template.php

    r33659 r33712  
    19461946 * @param int  $pagenum Optional. Page ID.
    19471947 * @param bool $escape  Optional. Whether to escape the URL for display, with esc_url(). Defaults to true.
    1948 *                       Otherwise, prepares the URL with esc_url_raw().
     1948 *                      Otherwise, prepares the URL with esc_url_raw().
    19491949 * @return string The link URL for the given page number.
    19501950 */
Note: See TracChangeset for help on using the changeset viewer.