]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/includes/class-wp-list-table.php
Wordpress 3.6
[autoinstalls/wordpress.git] / wp-admin / includes / class-wp-list-table.php
index 8a22bd4e0dd886b1b876db0f62d925d96851ac67..22c35f5edcba29c84b29b9794f1db8af9f10f901 100644 (file)
@@ -72,7 +72,7 @@ class WP_List_Table {
        var $_pagination;
 
        /**
        var $_pagination;
 
        /**
-        * Constructor. The child class should call this constructor from it's own constructor
+        * Constructor. The child class should call this constructor from its own constructor
         *
         * @param array $args An associative array with information about the current table
         * @access protected
         *
         * @param array $args An associative array with information about the current table
         * @access protected
@@ -826,7 +826,7 @@ class WP_List_Table {
                $row_class = ( $row_class == '' ? ' class="alternate"' : '' );
 
                echo '<tr' . $row_class . '>';
                $row_class = ( $row_class == '' ? ' class="alternate"' : '' );
 
                echo '<tr' . $row_class . '>';
-               echo $this->single_row_columns( $item );
+               $this->single_row_columns( $item );
                echo '</tr>';
        }
 
                echo '</tr>';
        }