Make WordPress Core


Ignore:
Timestamp:
10/11/2022 09:00:33 AM (4 years ago)
Author:
johnbillion
Message:

Docs: Various improvements to inline docblocks.

See #55646

File:
1 edited

Legend:

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

    r54286 r54470  
    44644464 *     @type string $after_page_number  A string to append after the page number. Default empty.
    44654465 * }
    4466  * @return string|array|void String of page links or array of page links, depending on 'type' argument.
    4467  *                           Void if total number of pages is less than 2.
     4466 * @return string|string[]|void String of page links or array of page links, depending on 'type' argument.
     4467 *                              Void if total number of pages is less than 2.
    44684468 */
    44694469function paginate_links( $args = '' ) {
Note: See TracChangeset for help on using the changeset viewer.