mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
c50eaf3b0d
commit
bb9f04baa8
@ -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 )
|
||||
|
||||
Loading…
Reference in New Issue
Block a user