Add a trailing colon for consistency with other widget labels. See #20158.

git-svn-id: https://develop.svn.wordpress.org/trunk@20083 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jon Cave 2012-03-02 20:25:12 +00:00
parent 214ea7bfcb
commit 9d02deaa8e
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ class WP_Widget_Links extends WP_Widget {
$limit = -1;
?>
<p>
<label for="<?php echo $this->get_field_id('category'); ?>"><?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