Make WordPress Core


Ignore:
Timestamp:
03/22/2017 03:45:22 AM (7 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add description for $mode global in WP_MS_Sites_List_Table and WP_MS_Users_List_Table.

Fixes #40208.

File:
1 edited

Legend:

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

    r38814 r40310  
    146146
    147147    /**
    148      * @global string $mode
     148     * @global string $mode List table view mode.
     149     *
    149150     * @param string $which
    150151     */
     
    279280     * @access public
    280281     *
    281      * @global string $mode
     282     * @global string $mode List table view mode.
    282283     *
    283284     * @param WP_User $user The current WP_User object.
Note: See TracChangeset for help on using the changeset viewer.