Plugin Directory

Changeset 1257243


Ignore:
Timestamp:
10/01/2015 09:07:41 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

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

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