Plugin Directory

Changeset 381252


Ignore:
Timestamp:
05/05/2011 12:17:52 PM (15 years ago)
Author:
bubel
Message:

HTML label fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • user-bio-widget/trunk/user-bio-widget.php

    r275865 r381252  
    136136?>
    137137            <label for="<?php echo $this->get_field_id('only_gravatar'); ?>"><?php echo __('Display only the Gravatar'); ?>
    138             <input id="<?php echo $this->get_field_id('only_gravatar'); ?>" name="<?php echo $this->get_field_name('only_gravatar'); ?>" type="checkbox" value="yes" <?php if($only_gravatar == "yes") echo 'CHECKED'; ?> />
     138            <input id="<?php echo $this->get_field_id('only_gravatar'); ?>" name="<?php echo $this->get_field_name('only_gravatar'); ?>" type="checkbox" value="yes" <?php if($only_gravatar == "yes") echo 'CHECKED'; ?> /></label>
    139139            <br /><br />
    140140<?php
Note: See TracChangeset for help on using the changeset viewer.