Plugin Directory

Changeset 738422


Ignore:
Timestamp:
07/09/2013 06:59:31 PM (13 years ago)
Author:
wp-lefty
Message:

minor bugfix for widget panel - tagging 1.3.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rs-event-multiday/tags/1.3.2/rs-event-multiday.php

    r644064 r738422  
    12821282        <?php _e('Show only to logged in users?', 'rs-event-multiday') ?>&nbsp;&nbsp;&nbsp;
    12831283        <label for="<?php echo $this->get_field_id('loggedin_yes'); ?>"><input type="radio" name="<?php echo $this->get_field_name('loggedin'); ?>" id="<?php echo $this->get_field_id('loggedin_yes'); ?>" value="1" <?php echo (1 == $loggedin) ?'checked="checked"':'' ?> /><?php _e('yes', 'rs-event-multiday') ?>&nbsp;&nbsp;&nbsp;</label>
    1284         <label for="<?php echo $this->get_field_id('loggedin_no'); ?>"><input type="radio" name="<?php echo $this->get_field_name('loggedin'); ?>" id="<?php echo $this->get_field_id('loggedin_no'); ?>" value="2" <?php echo (0 == $loggedin) ?'checked="checked"':'' ?> /><?php _e('no', 'rs-event-multiday') ?></label></td></tr>
     1284        <label for="<?php echo $this->get_field_id('loggedin_no'); ?>"><input type="radio" name="<?php echo $this->get_field_name('loggedin'); ?>" id="<?php echo $this->get_field_id('loggedin_no'); ?>" value="0" <?php echo (0 == $loggedin) ?'checked="checked"':'' ?> /><?php _e('no', 'rs-event-multiday') ?></label></td></tr>
    12851285    </table>   
    12861286    </p>
Note: See TracChangeset for help on using the changeset viewer.