Make WordPress Core

Changeset 40310


Ignore:
Timestamp:
03/22/2017 03:45:22 AM (9 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.

Location:
trunk/src/wp-admin/includes
Files:
2 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.
  • 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.