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:
Sergey Biryukov 2015-11-02 21:03:24 +00:00
parent a44ee99ca5
commit f43a25bbe1
2 changed files with 3 additions and 3 deletions

View File

@ -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(

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-beta2-35488';
$wp_version = '4.4-beta2-35489';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.