Changeset 35050
- Timestamp:
- 10/12/2015 03:55:12 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r34950 r35050 1403 1403 * 1404 1404 * @param int|WP_Post $id Optional. Post ID or post object. 1405 * @param string $size Optional, default is 'thumbnail'. Size of image, either array or string. 1405 * @param string|array $size Optional. Image size. Accepts any valid image size, or an array 1406 * of width and height values in pixels (in that order). 1407 * Default 'thumbnail'. 1406 1408 * @param bool $permalink Optional, default is false. Whether to add permalink to image. 1407 1409 * @param bool $icon Optional, default is false. Whether to include icon.
Note: See TracChangeset
for help on using the changeset viewer.