Plugin Directory

Changeset 1257250


Ignore:
Timestamp:
10/01/2015 09:25:14 AM (10 years ago)
Author:
aruljayarajs
Message:

Update readme content

Location:
profile-picture
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • profile-picture/tags/1.0/readme.txt

    r1257247 r1257250  
    4444$ppimg = ProfilePicture::pp_picture($id_or_email, $width, $height, $alt);
    4545?>`
    46 **id_or_email** (integer|string|object) (required  ) You may pass user id, email or user object here.
     46<strong>id_or_email</strong> (integer|string|object) (required  ) You may pass user id, email or user object here.
    4747
    48 **width** (integer) (optional) Width of the image.
     48<strong>width</strong> (integer) (optional) Width of the image.
    4949
    50 **height** (integer) (optional) Width of the image.
     50<strong>height</strong> (integer) (optional) Width of the image.
    5151
    52 **alt** (string) (optional) alt title of image tag.
     52<strong>alt</strong> (string) (optional) alt title of image tag.
    5353
    54 **Return Values** It would return profile picture details as array or false on failure.
     54<strong>Return Values</strong> It would return profile picture details as array or false on failure.
    5555
    5656== Screenshots ==
  • profile-picture/trunk/readme.txt

    r1257247 r1257250  
    4444$ppimg = ProfilePicture::pp_picture($id_or_email, $width, $height, $alt);
    4545?>`
    46 **id_or_email** (integer|string|object) (required  ) You may pass user id, email or user object here.
     46<strong>id_or_email</strong> (integer|string|object) (required  ) You may pass user id, email or user object here.
    4747
    48 **width** (integer) (optional) Width of the image.
     48<strong>width</strong> (integer) (optional) Width of the image.
    4949
    50 **height** (integer) (optional) Width of the image.
     50<strong>height</strong> (integer) (optional) Width of the image.
    5151
    52 **alt** (string) (optional) alt title of image tag.
     52<strong>alt</strong> (string) (optional) alt title of image tag.
    5353
    54 **Return Values** It would return profile picture details as array or false on failure.
     54<strong>Return Values</strong> It would return profile picture details as array or false on failure.
    5555
    5656== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.