s/Wether/Whether/

git-svn-id: https://develop.svn.wordpress.org/trunk@15756 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-10-08 02:35:06 +00:00
parent b040a1790a
commit a1cd90933d
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -153,7 +153,7 @@ class WP_List_Table {
}
/**
* Wether the table has items to display or not
* Whether the table has items to display or not
*
* @since 3.1.0
* @access public
@@ -540,7 +540,7 @@ class WP_List_Table {
* @since 3.1.0
* @access protected
*
* @param bool $with_id Wether to set the id attribute or not
* @param bool $with_id Whether to set the id attribute or not
*/
function print_column_headers( $with_id = true ) {
$screen = $this->_screen;