Changeset 176193
- Timestamp:
- 11/23/2009 12:28:00 PM (16 years ago)
- Location:
- wp-get-post-image
- Files:
-
- 2 edited
-
tags/0.1/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-get-post-image/tags/0.1/readme.txt
r176192 r176193 44 44 * **height** (*integer*) - Height of image. 45 45 46 * **parent_id** (*integer*) - The ID of the `post_parent` for the attachment. Specifying the `parent_id` returns the first image attached to the parent post according to the attachement's menu_order.46 * **parent_id** (*integer*) - The ID of the `post_parent` for the attachment. Specifying the `parent_id` returns the first image attached to the parent post according to `menu_order`. 47 47 48 48 * **post_id** (*integer*) - The ID of the attachment. -
wp-get-post-image/trunk/readme.txt
r176192 r176193 44 44 * **height** (*integer*) - Height of image. 45 45 46 * **parent_id** (*integer*) - The ID of the `post_parent` for the attachment. Specifying the `parent_id` returns the first image attached to the parent post according to the attachement's menu_order.46 * **parent_id** (*integer*) - The ID of the `post_parent` for the attachment. Specifying the `parent_id` returns the first image attached to the parent post according to `menu_order`. 47 47 48 48 * **post_id** (*integer*) - The ID of the attachment.
Note: See TracChangeset
for help on using the changeset viewer.