mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
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:
parent
a44ee99ca5
commit
f43a25bbe1
@ -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(
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user