Make WordPress Core

Changeset 46212


Ignore:
Timestamp:
09/20/2019 08:56:49 PM (5 years ago)
Author:
desrosj
Message:

Docs: Add missing $which parameter descriptions.

Follow up of [46211].

See #45954.

File:
1 edited

Legend:

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

    r46211 r46212  
    219219     * @global string $mode List table view mode.
    220220     *
    221      * @param string $which
     221     * @param string $which The location of the pagination nav markup: 'top' or 'bottom'.
    222222     */
    223223    protected function pagination( $which ) {
     
    236236     * @since 5.3.0
    237237     *
    238      * @param string $which
     238     * @param string $which The location of the extra table nav markup: 'top' or 'bottom'.
    239239     */
    240240    protected function extra_tablenav( $which ) {
Note: See TracChangeset for help on using the changeset viewer.