Changeset 381252
- Timestamp:
- 05/05/2011 12:17:52 PM (15 years ago)
- File:
-
- 1 edited
-
user-bio-widget/trunk/user-bio-widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
user-bio-widget/trunk/user-bio-widget.php
r275865 r381252 136 136 ?> 137 137 <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> 139 139 <br /><br /> 140 140 <?php
Note: See TracChangeset
for help on using the changeset viewer.