Changeset 49021 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 09/20/2020 04:21:42 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r49020 r49021 1597 1597 * 1598 1598 * @param int|WP_Post $id Optional. Post ID or post object. 1599 * @param string|array $size Optional. Image size. Accepts any valid image size, or an array 1600 * of width and height values in pixels (in that order). 1601 * Default 'thumbnail'. 1599 * @param string|int[] $size Optional. Image size. Accepts any registered image size name, or an array 1600 * of width and height values in pixels (in that order). Default 'thumbnail'. 1602 1601 * @param bool $permalink Optional. Whether to add permalink to image. Default false. 1603 1602 * @param bool $icon Optional. Whether the attachment is an icon. Default false. … … 1643 1642 * @param string $link_html The page link HTML output. 1644 1643 * @param int $id Post ID. 1645 * @param string| array $size Size of the image. Image size or array of width and height values (in that order).1646 * Default 'thumbnail'.1644 * @param string|int[] $size Requested image size. Can be any registered image size name, or 1645 * an array of width and height values in pixels (in that order). 1647 1646 * @param bool $permalink Whether to add permalink to image. Default false. 1648 1647 * @param bool $icon Whether to include an icon.
Note: See TracChangeset
for help on using the changeset viewer.