git-svn-id: https://develop.svn.wordpress.org/trunk@13373 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
56862a5741
commit
af9671d7c5
@ -649,7 +649,7 @@ function wp_dashboard_recent_comments_control() {
|
||||
$number = isset( $widget_options['dashboard_recent_comments']['items'] ) ? (int) $widget_options['dashboard_recent_comments']['items'] : '';
|
||||
|
||||
echo '<p><label for="comments-number">' . __('Number of comments to show:') . '</label>';
|
||||
echo '<input id="comments-number" name="widget-recent-comments[items]" type="text" value="' . $number . '" size="3" /> <small>' . __( '(at most 15)' ) . '</p>';
|
||||
echo '<input id="comments-number" name="widget-recent-comments[items]" type="text" value="' . $number . '" size="3" /> <small>' . __( '(at most 15)' ) . '</small></p>';
|
||||
}
|
||||
|
||||
function wp_dashboard_incoming_links() {
|
||||
|
Loading…
Reference in New Issue
Block a user