Pruning shears.

git-svn-id: http://svn.automattic.com/wordpress/trunk@15904 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin
2010-10-21 19:55:28 +00:00
parent 012bb5278c
commit 14ccdbec33
14 changed files with 38 additions and 38 deletions

View File

@@ -148,7 +148,7 @@ class WP_List_Table {
function get_pagination_arg( $key ) {
if ( 'page' == $key )
return $this->get_pagenum();
if ( isset( $this->_pagination_args[$key] ) )
return $this->_pagination_args[$key];
}
@@ -262,7 +262,7 @@ class WP_List_Table {
if ( isset( $_REQUEST['action2'] ) && -1 != $_REQUEST['action2'] )
return $_REQUEST['action2'];
return false;
}