Changeset 129741
- Timestamp:
- 06/26/2009 03:23:10 PM (16 years ago)
- Location:
- vote-it-up
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
vote-it-up/tags/1.2.1/voteitup.php
r129736 r129741 89 89 90 90 function VoteItUp_footer() { 91 if (!get_option('voteiu_allowguests')) { 91 92 ?><div class="regcontainer" id="regbox"> 92 93 <div class="regcontainerbackground"> </div> … … 99 100 <p class="regsmalltext">Powered by <a href="http://www.tevine.com/projects/voteitup/" title="Vote It Up plugin">Vote It Up</a></p></div></div> 100 101 <?php 102 } 101 103 } 102 104 -
vote-it-up/trunk/voteitup.php
r127318 r129741 4 4 Plugin URI: http://www.tevine.com/projects/voteitup/ 5 5 Description: Vote It Up enables bloggers to add voting functionality to their posts. 6 Version: 1.2. 06 Version: 1.2.1 7 7 Author: Nicholas Kwan (multippt) 8 8 Author URI: http://www.tevine.com/ … … 89 89 90 90 function VoteItUp_footer() { 91 if (!get_option('voteiu_allowguests')) { 91 92 ?><div class="regcontainer" id="regbox"> 92 93 <div class="regcontainerbackground"> </div> … … 99 100 <p class="regsmalltext">Powered by <a href="http://www.tevine.com/projects/voteitup/" title="Vote It Up plugin">Vote It Up</a></p></div></div> 100 101 <?php 102 } 101 103 } 102 104
Note: See TracChangeset
for help on using the changeset viewer.