Changeset 52204 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 11/18/2021 01:48:43 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r50791 r52204 1006 1006 * @since 3.6.0 1007 1007 * 1008 * @param string $output HTML output of paginated posts' page links.1009 * @param array $args An arrayof 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. 1011 1011 */ 1012 1012 $html = apply_filters( 'wp_link_pages', $output, $args ); … … 1647 1647 * 1648 1648 * @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. 1650 1650 * @param string|int[] $size Requested image size. Can be any registered image size name, or 1651 1651 * an array of width and height values in pixels (in that order).
Note: See TracChangeset
for help on using the changeset viewer.