Plugin Directory

Changeset 160153


Ignore:
Timestamp:
10/03/2009 09:23:24 AM (16 years ago)
Author:
teamplaylotto
Message:

code display in readme

Location:
twitterlink-comments
Files:
2 edited

Legend:

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

    r160149 r160153  
    7474`if($comment->twitlinkid){ // some code that uses $comment->twitlinkid }`
    7575example :
    76 `$twitterusername = $comment->twitlinkid;
    77 echo '<a href="http://twitter.com/'.$twitterusername.'">@'.$twitterusername.'</a>';`
     76`$twitterusername = $comment->twitlinkid; echo '<a href="http://twitter.com/'.$twitterusername.'">@'.$twitterusername.'</a>';`
  • twitterlink-comments/trunk/readme.txt

    r160148 r160153  
    7474`if($comment->twitlinkid){ // some code that uses $comment->twitlinkid }`
    7575example :
    76 `$twitterusername = $comment->twitlinkid;
    77 echo '<a href="http://twitter.com/'.$twitterusername.'">@'.$twitterusername.'</a>';`
     76`$twitterusername = $comment->twitlinkid; echo '<a href="http://twitter.com/'.$twitterusername.'">@'.$twitterusername.'</a>';`
Note: See TracChangeset for help on using the changeset viewer.