Changeset 40310
- Timestamp:
- 03/22/2017 03:45:22 AM (8 years ago)
- 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 208 208 209 209 /** 210 * @global string $mode 210 * @global string $mode List table view mode. 211 211 * 212 212 * @param string $which … … 296 296 * @access public 297 297 * 298 * @global string $mode 298 * @global string $mode List table view mode. 299 299 * 300 300 * @param array $blog Current site. … … 347 347 * @access public 348 348 * 349 * @global string $mode List table view mode. 350 * 349 351 * @param array $blog Current site. 350 352 */ … … 366 368 * @since 4.3.0 367 369 * @access public 370 * 371 * @global string $mode List table view mode. 368 372 * 369 373 * @param array $blog Current site. -
trunk/src/wp-admin/includes/class-wp-ms-users-list-table.php
r38814 r40310 146 146 147 147 /** 148 * @global string $mode 148 * @global string $mode List table view mode. 149 * 149 150 * @param string $which 150 151 */ … … 279 280 * @access public 280 281 * 281 * @global string $mode 282 * @global string $mode List table view mode. 282 283 * 283 284 * @param WP_User $user The current WP_User object.
Note: See TracChangeset
for help on using the changeset viewer.