Changeset 20083
- Timestamp:
- 03/02/2012 08:25:12 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/default-widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-widgets.php
r20081 r20083 152 152 ?> 153 153 <p> 154 <label for="<?php echo $this->get_field_id('category'); ?>"><?php _e( 'Select Link Category ' ); ?></label>154 <label for="<?php echo $this->get_field_id('category'); ?>"><?php _e( 'Select Link Category:' ); ?></label> 155 155 <select class="widefat" id="<?php echo $this->get_field_id('category'); ?>" name="<?php echo $this->get_field_name('category'); ?>"> 156 156 <option value=""><?php _ex('All Links', 'links widget'); ?></option>
Note: See TracChangeset
for help on using the changeset viewer.