Docs: After [32654], remove duplicate @param tag in WP_List_Table::set_pagination_args() DocBlock.
Add `@since` tag. Props bobbingwide. See #32444. Built from https://develop.svn.wordpress.org/trunk@35489 git-svn-id: http://core.svn.wordpress.org/trunk@35453 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -268,10 +268,10 @@ class WP_List_Table {
|
||||
/**
|
||||
* An internal method that sets all the necessary pagination arguments
|
||||
*
|
||||
* @param array $args An associative array with information about the pagination
|
||||
* @since 3.1.0
|
||||
* @access protected
|
||||
*
|
||||
* @param array|string $args
|
||||
* @param array|string $args Array or string of arguments with information about the pagination.
|
||||
*/
|
||||
protected function set_pagination_args( $args ) {
|
||||
$args = wp_parse_args( $args, array(
|
||||
|
||||
Reference in New Issue
Block a user