Make WordPress Core


Ignore:
Timestamp:
05/22/2016 06:00:23 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.

See #36913.

File:
1 edited

Legend:

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

    r37431 r37488  
    389389        $views = $this->get_views();
    390390        /**
    391          * Filter the list of available list table views.
     391         * Filters the list of available list table views.
    392392         *
    393393         * The dynamic portion of the hook name, `$this->screen->id`, refers
     
    439439            $no_new_actions = $this->_actions = $this->get_bulk_actions();
    440440            /**
    441              * Filter the list table Bulk Actions drop-down.
     441             * Filters the list table Bulk Actions drop-down.
    442442             *
    443443             * The dynamic portion of the hook name, `$this->screen->id`, refers
     
    542542
    543543        /**
    544          * Filter whether to remove the 'Months' drop-down from the post list table.
     544         * Filters whether to remove the 'Months' drop-down from the post list table.
    545545         *
    546546         * @since 4.2.0
     
    569569
    570570        /**
    571          * Filter the 'Months' drop-down results.
     571         * Filters the 'Months' drop-down results.
    572572         *
    573573         * @since 3.7.0
     
    722722
    723723        /**
    724          * Filter the number of items to be displayed on each page of the list table.
     724         * Filters the number of items to be displayed on each page of the list table.
    725725         *
    726726         * The dynamic hook name, $option, refers to the `per_page` option depending
     
    952952
    953953        /**
    954          * Filter the name of the primary column for the current list table.
     954         * Filters the name of the primary column for the current list table.
    955955         *
    956956         * @since 4.3.0
     
    994994        $sortable_columns = $this->get_sortable_columns();
    995995        /**
    996          * Filter the list table sortable columns for a specific screen.
     996         * Filters the list table sortable columns for a specific screen.
    997997         *
    998998         * The dynamic portion of the hook name, `$this->screen->id`, refers
Note: See TracChangeset for help on using the changeset viewer.