Make WordPress Core


Ignore:
Timestamp:
11/18/2021 01:48:43 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Various corrections and improvements relating to types used in inline documentation.

See #53399

File:
1 edited

Legend:

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

    r50791 r52204  
    10061006     * @since 3.6.0
    10071007     *
    1008      * @param string $output HTML output of paginated posts' page links.
    1009      * @param array  $args   An array of arguments. See wp_link_pages()
    1010      *                       for information on accepted arguments.
     1008     * @param string       $output HTML output of paginated posts' page links.
     1009     * @param array|string $args   An array or query string of arguments. See wp_link_pages()
     1010     *                             for information on accepted arguments.
    10111011     */
    10121012    $html = apply_filters( 'wp_link_pages', $output, $args );
     
    16471647     *
    16481648     * @param string       $link_html The page link HTML output.
    1649      * @param int          $id        Post ID.
     1649     * @param int|WP_Post  $id        Post ID or object. Can be 0 for the current global post.
    16501650     * @param string|int[] $size      Requested image size. Can be any registered image size name, or
    16511651     *                                an array of width and height values in pixels (in that order).
Note: See TracChangeset for help on using the changeset viewer.