Restore the (at most 15) on the Recent Posts Widgets UI - Accidentally removed as part of [14483].

git-svn-id: https://develop.svn.wordpress.org/trunk@16013 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2010-10-27 14:10:47 +00:00
parent 7d80f2e1b3
commit 91d456e319
1 changed files with 1 additions and 0 deletions

View File

@ -590,6 +590,7 @@ class WP_Widget_Recent_Posts extends WP_Widget {
<p><label for="<?php echo $this->get_field_id('number'); ?>"><?php _e('Number of posts to show:'); ?></label>
<input id="<?php echo $this->get_field_id('number'); ?>" name="<?php echo $this->get_field_name('number'); ?>" type="text" value="<?php echo $number; ?>" size="3" /></p>
<small><?php _e('(at most 15)'); ?></small>
<?php
}
}