Make WordPress Core

Changeset 35489


Ignore:
Timestamp:
11/02/2015 09:02:29 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Docs: After [32654], remove duplicate @param tag in WP_List_Table::set_pagination_args() DocBlock.

Add @since tag.

Props bobbingwide.
See #32444.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-list-table.php

    r35237 r35489  
    269269     * An internal method that sets all the necessary pagination arguments
    270270     *
    271      * @param array $args An associative array with information about the pagination
    272      * @access protected
    273      *
    274      * @param array|string $args
     271     * @since 3.1.0
     272     * @access protected
     273     *
     274     * @param array|string $args Array or string of arguments with information about the pagination.
    275275     */
    276276    protected function set_pagination_args( $args ) {
Note: See TracChangeset for help on using the changeset viewer.