mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
Unhide the Select Link Category label. Fixes #20158.
git-svn-id: http://svn.automattic.com/wordpress/trunk@20081 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3985eae452
commit
44202223d8
@ -151,7 +151,7 @@ class WP_Widget_Links extends WP_Widget {
|
||||
$limit = -1;
|
||||
?>
|
||||
<p>
|
||||
<label for="<?php echo $this->get_field_id('category'); ?>" class="screen-reader-text"><?php _e('Select Link Category'); ?></label>
|
||||
<label for="<?php echo $this->get_field_id('category'); ?>"><?php _e( 'Select Link Category' ); ?></label>
|
||||
<select class="widefat" id="<?php echo $this->get_field_id('category'); ?>" name="<?php echo $this->get_field_name('category'); ?>">
|
||||
<option value=""><?php _ex('All Links', 'links widget'); ?></option>
|
||||
<?php
|
||||
|
Loading…
Reference in New Issue
Block a user