Make WordPress Core

Ticket #12321: dashboard.php.patch

File dashboard.php.patch, 800 bytes (added by ocean90, 15 years ago)
  • dashboard.php

     
    649649        $number = isset( $widget_options['dashboard_recent_comments']['items'] ) ? (int) $widget_options['dashboard_recent_comments']['items'] : '';
    650650
    651651        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>';
    653653}
    654654
    655655function wp_dashboard_incoming_links() {