Make WordPress Core


Ignore:
Timestamp:
07/23/2020 09:09:04 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Another pass at some inline docs fixes mostly made by PHPCBF.

See #49572, #50744

File:
1 edited

Legend:

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

    r48378 r48590  
    23302330 * @since 0.71
    23312331 *
    2332  * @param int   $max_page Optional. Max pages. Default 0.
    2333  * @param bool  $echo     Optional. Whether to echo the link. Default true.
     2332 * @param int  $max_page Optional. Max pages. Default 0.
     2333 * @param bool $echo     Optional. Whether to echo the link. Default true.
    23342334 * @return string|void The link URL for next posts page if `$echo = false`.
    23352335 */
Note: See TracChangeset for help on using the changeset viewer.