Changeset 1150716
- Timestamp:
- 05/01/2015 02:53:48 AM (11 years ago)
- File:
-
- 1 edited
-
recent-categories/trunk/widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
recent-categories/trunk/widget.php
r1150691 r1150716 160 160 <label for="<?php echo $this->get_field_id( 'display_date' ); ?>"><?php _e( 'Display category date?' ); ?></label> 161 161 </p> 162 <?php if (function_exists('the_icon')) { ?> 162 163 <p> 163 164 <input id="<?php echo $this->get_field_id( 'display_icon' ); ?>" name="<?php echo $this->get_field_name( 'display_icon' ); ?>" type="checkbox" <?php checked($instance['display_icon'], 'on'); ?> /> 164 165 <label for="<?php echo $this->get_field_id( 'display_icon' ); ?>"><?php _e( 'Display category icon?' ); ?></label> 165 166 </p> 167 <?php } ?> 166 168 167 169 <?php
Note: See TracChangeset
for help on using the changeset viewer.