Changeset 35060
- Timestamp:
- 10/12/2015 04:21:57 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r35023 r35060 1408 1408 * 1409 1409 * @param string|array $size Post thumbnail image size to display in the meta box. Accepts any valid 1410 * image size, or an array of height and width values in pixels. If the1411 * 'post-thumbnail' size is set, default is 'post-thumbnail'. Otherwise,1410 * image size, or an array of width and height values in pixels (in that order). 1411 * If the 'post-thumbnail' size is set, default is 'post-thumbnail'. Otherwise, 1412 1412 * default is an array with 266 as both the height and width values. 1413 1413 * @param int $thumbnail_id Post thumbnail attachment ID.
Note: See TracChangeset
for help on using the changeset viewer.