Plugin Directory

Changeset 178837


Ignore:
Timestamp:
12/02/2009 05:14:23 PM (16 years ago)
Author:
TheWebist
Message:

Updated readme.txt

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

Legend:

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

    r176194 r178837  
    44Tags: images, attachments, post image, function
    55Requires at least: 2.8.4
    6 Tested up to: 2.8.6
     6Tested up to: 2.9-beta-2
    77Stable tag: 0.1
    88
     
    5151* **filename** (*string*) - The filename that corresponds to the `post_name` of the attachment.
    5252
    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.
    5454
    5555= Example =
  • wp-get-post-image/trunk/readme.txt

    r176194 r178837  
    44Tags: images, attachments, post image, function
    55Requires at least: 2.8.4
    6 Tested up to: 2.8.6
     6Tested up to: 2.9-beta-2
    77Stable tag: 0.1
    88
     
    5151* **filename** (*string*) - The filename that corresponds to the `post_name` of the attachment.
    5252
    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.
    5454
    5555= Example =
Note: See TracChangeset for help on using the changeset viewer.