From ae68fbfcee95cde8601b7df113c5d73399085866 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 2 Nov 2015 21:02:29 +0000 Subject: [PATCH] Docs: After [32654], remove duplicate `@param` tag in `WP_List_Table::set_pagination_args()` DocBlock. Add `@since` tag. Props bobbingwide. See #32444. git-svn-id: https://develop.svn.wordpress.org/trunk@35489 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-list-table.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/includes/class-wp-list-table.php b/src/wp-admin/includes/class-wp-list-table.php index cc0786eb6a..72f0dc77ff 100644 --- a/src/wp-admin/includes/class-wp-list-table.php +++ b/src/wp-admin/includes/class-wp-list-table.php @@ -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(