]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/includes/class-wp-list-table.php
WordPress 3.9.1-scripts
[autoinstalls/wordpress.git] / wp-admin / includes / class-wp-list-table.php
index f5db9dbbab35b777c2dbeea3117ac3b9e88e8620..3aa066d8afb8163eda145ee607bbdc27c8b9e36f 100644 (file)
@@ -1,12 +1,4 @@
 <?php
-/**
- * Base class for displaying a list of items in an ajaxified HTML table.
- *
- * @package WordPress
- * @subpackage List_Table
- * @since 3.1.0
- */
-
 /**
  * Base class for displaying a list of items in an ajaxified HTML table.
  *
@@ -406,7 +398,7 @@ class WP_List_Table {
                $m = isset( $_GET['m'] ) ? (int) $_GET['m'] : 0;
 ?>
                <select name='m'>
-                       <option<?php selected( $m, 0 ); ?> value='0'><?php _e( 'Show all dates' ); ?></option>
+                       <option<?php selected( $m, 0 ); ?> value='0'><?php _e( 'All dates' ); ?></option>
 <?php
                foreach ( $months as $arc_row ) {
                        if ( 0 == $arc_row->year )
@@ -773,7 +765,7 @@ class WP_List_Table {
                $this->display_tablenav( 'top' );
 
 ?>
-<table class="wp-list-table <?php echo implode( ' ', $this->get_table_classes() ); ?>" cellspacing="0">
+<table class="wp-list-table <?php echo implode( ' ', $this->get_table_classes() ); ?>">
        <thead>
        <tr>
                <?php $this->print_column_headers(); ?>