Plugin Directory

Changeset 176193


Ignore:
Timestamp:
11/23/2009 12:28:00 PM (16 years ago)
Author:
TheWebist
Message:

readme.txt formatting edit

Location:
wp-get-post-image
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-get-post-image/tags/0.1/readme.txt

    r176192 r176193  
    4444* **height** (*integer*) - Height of image.
    4545
    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`.
    4747
    4848* **post_id** (*integer*) - The ID of the attachment.
  • wp-get-post-image/trunk/readme.txt

    r176192 r176193  
    4444* **height** (*integer*) - Height of image.
    4545
    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`.
    4747
    4848* **post_id** (*integer*) - The ID of the attachment.
Note: See TracChangeset for help on using the changeset viewer.