Changeset 178837
- Timestamp:
- 12/02/2009 05:14:23 PM (16 years ago)
- Location:
- wp-get-post-image
- Files:
-
- 2 edited
-
tags/0.1/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-get-post-image/tags/0.1/readme.txt
r176194 r178837 4 4 Tags: images, attachments, post image, function 5 5 Requires at least: 2.8.4 6 Tested up to: 2. 8.66 Tested up to: 2.9-beta-2 7 7 Stable tag: 0.1 8 8 … … 51 51 * **filename** (*string*) - The filename that corresponds to the `post_name` of the attachment. 52 52 53 * **return_html** (*boolean*) - `true` returns the image wrapped in an XHTML image tag. 53 * **return_html** (*boolean*) - `true` returns the image wrapped in an XHTML image tag. `false` returns the image's URL. 54 54 55 55 = Example = -
wp-get-post-image/trunk/readme.txt
r176194 r178837 4 4 Tags: images, attachments, post image, function 5 5 Requires at least: 2.8.4 6 Tested up to: 2. 8.66 Tested up to: 2.9-beta-2 7 7 Stable tag: 0.1 8 8 … … 51 51 * **filename** (*string*) - The filename that corresponds to the `post_name` of the attachment. 52 52 53 * **return_html** (*boolean*) - `true` returns the image wrapped in an XHTML image tag. 53 * **return_html** (*boolean*) - `true` returns the image wrapped in an XHTML image tag. `false` returns the image's URL. 54 54 55 55 = Example =
Note: See TracChangeset
for help on using the changeset viewer.