Fix the return value doc for `WP_List_Table->get_pagination_arg()`.

See #30224.


git-svn-id: https://develop.svn.wordpress.org/trunk@30169 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2014-11-01 22:59:48 +00:00
parent c50eaf3b0d
commit bb9f04baa8
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ class WP_List_Table {
* @access public
*
* @param string $key
* @return array
* @return int
*/
public function get_pagination_arg( $key ) {
if ( 'page' == $key )