Make WordPress Core


Ignore:
Timestamp:
12/01/2014 12:32:19 AM (10 years ago)
Author:
wonderboymusic
Message:

Improve various @param docs for List Tables.

See #30224.

File:
1 edited

Legend:

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

    r30648 r30679  
    480480     * @since 3.1.0
    481481     * @access protected
     482     *
     483     * @param string $post_type
    482484     */
    483485    protected function months_dropdown( $post_type ) {
     
    536538     * @since 3.1.0
    537539     * @access protected
     540     *
     541     * @param string $current_mode
    538542     */
    539543    protected function view_switcher( $current_mode ) {
     
    602606     * @access protected
    603607     *
     608     * @param string $option
     609     * @param int    $default
    604610     * @return int
    605611     */
     
    630636     * @since 3.1.0
    631637     * @access protected
     638     *
     639     * @param string $which
    632640     */
    633641    protected function pagination( $which ) {
     
    930938     * @since 3.1.0
    931939     * @access protected
     940     * @param string $which
    932941     */
    933942    protected function display_tablenav( $which ) {
     
    955964     * @since 3.1.0
    956965     * @access protected
     966     *
     967     * @param string $which
    957968     */
    958969    protected function extra_tablenav( $which ) {}
Note: See TracChangeset for help on using the changeset viewer.