Plugin Directory

Changeset 160157


Ignore:
Timestamp:
10/03/2009 09:34:58 AM (17 years ago)
Author:
teamplaylotto
Message:

why does the readme take so much work? updated code example again

Location:
twitterlink-comments
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • twitterlink-comments/tags/1.0/readme.txt

    r160156 r160157  
    7272
    7373* Link Format -> manual : Use this if you want to control the position and format of the follow link. use
    74 `if($comment->twitlinkid){ // some code that uses $comment->twitlinkid }`
    75 example :
    76 `$twitterusername = $comment->twitlinkid; echo '<a href="http://twitter.com/'.$twitterusername.'">@'.$twitterusername.'</a>';`
     74
     75* `if($comment->twitlinkid){ // some code that uses $comment->twitlinkid }`
     76
     77* example :
     78
     79* `$twitterusername = $comment->twitlinkid; echo '<a href="http://twitter.com/'.$twitterusername.'">@'.$twitterusername.'</a>';`
  • twitterlink-comments/trunk/readme.txt

    r160156 r160157  
    7272
    7373* Link Format -> manual : Use this if you want to control the position and format of the follow link. use
    74 `if($comment->twitlinkid){ // some code that uses $comment->twitlinkid }`
    75 example :
    76 `$twitterusername = $comment->twitlinkid; echo '<a href="http://twitter.com/'.$twitterusername.'">@'.$twitterusername.'</a>';`
     74
     75* `if($comment->twitlinkid){ // some code that uses $comment->twitlinkid }`
     76
     77* example :
     78
     79* `$twitterusername = $comment->twitlinkid; echo '<a href="http://twitter.com/'.$twitterusername.'">@'.$twitterusername.'</a>';`
Note: See TracChangeset for help on using the changeset viewer.