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-sites-list-table.php

    r38814 r40310  
    208208
    209209    /**
    210      * @global string $mode
     210     * @global string $mode List table view mode.
    211211     *
    212212     * @param string $which
     
    296296     * @access public
    297297     *
    298      * @global string $mode
     298     * @global string $mode List table view mode.
    299299     *
    300300     * @param array $blog Current site.
     
    347347     * @access public
    348348     *
     349     * @global string $mode List table view mode.
     350     *
    349351     * @param array $blog Current site.
    350352     */
     
    366368     * @since 4.3.0
    367369     * @access public
     370     *
     371     * @global string $mode List table view mode.
    368372     *
    369373     * @param array $blog Current site.
Note: See TracChangeset for help on using the changeset viewer.