Ticket #12321: dashboard.php.patch
File dashboard.php.patch, 800 bytes (added by , 15 years ago) |
---|
-
dashboard.php
649 649 $number = isset( $widget_options['dashboard_recent_comments']['items'] ) ? (int) $widget_options['dashboard_recent_comments']['items'] : ''; 650 650 651 651 echo '<p><label for="comments-number">' . __('Number of comments to show:') . '</label>'; 652 echo '<input id="comments-number" name="widget-recent-comments[items]" type="text" value="' . $number . '" size="3" /> <small>' . __( '(at most 15)' ) . '</ p>';652 echo '<input id="comments-number" name="widget-recent-comments[items]" type="text" value="' . $number . '" size="3" /> <small>' . __( '(at most 15)' ) . '</small></p>'; 653 653 } 654 654 655 655 function wp_dashboard_incoming_links() {