Plugin Directory

Changeset 129741


Ignore:
Timestamp:
06/26/2009 03:23:10 PM (16 years ago)
Author:
multippt
Message:

Updated 1.2.1

Location:
vote-it-up
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vote-it-up/tags/1.2.1/voteitup.php

    r129736 r129741  
    8989
    9090function VoteItUp_footer() {
     91if (!get_option('voteiu_allowguests')) {
    9192?><div class="regcontainer" id="regbox">
    9293<div class="regcontainerbackground">&nbsp;</div>
     
    99100<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>
    100101<?php
     102}
    101103}
    102104
  • vote-it-up/trunk/voteitup.php

    r127318 r129741  
    44Plugin URI: http://www.tevine.com/projects/voteitup/
    55Description: Vote It Up enables bloggers to add voting functionality to their posts.
    6 Version: 1.2.0
     6Version: 1.2.1
    77Author: Nicholas Kwan (multippt)
    88Author URI: http://www.tevine.com/
     
    8989
    9090function VoteItUp_footer() {
     91if (!get_option('voteiu_allowguests')) {
    9192?><div class="regcontainer" id="regbox">
    9293<div class="regcontainerbackground">&nbsp;</div>
     
    99100<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>
    100101<?php
     102}
    101103}
    102104
Note: See TracChangeset for help on using the changeset viewer.