- Timestamp:
- 07/27/2017 12:39:34 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-users-list-table.php
r41150 r41161 22 22 * 23 23 * @since 3.1.0 24 * @access public25 24 * @var int 26 25 */ … … 31 30 * 32 31 * @since 3.1.0 33 * @access public34 32 * @var bool 35 33 */ … … 40 38 * 41 39 * @since 3.1.0 42 * @access public43 40 * 44 41 * @see WP_List_Table::__construct() for more information on default arguments. … … 63 60 * 64 61 * @since 3.1.0 65 * @access public66 62 * 67 63 * @return bool … … 78 74 * 79 75 * @since 3.1.0 80 * @access public81 76 * 82 77 * @global string $role … … 150 145 * 151 146 * @since 3.1.0 152 * @access public153 147 */ 154 148 public function no_items() { … … 164 158 * 165 159 * @since 3.1.0 166 * @access protected167 160 * 168 161 * @global string $role … … 230 223 * 231 224 * @since 3.1.0 232 * @access protected233 225 * 234 226 * @return array Array of bulk actions. … … 252 244 * 253 245 * @since 3.1.0 254 * @access protected255 246 * 256 247 * @param string $which Whether this is being invoked above ("top") … … 303 294 * 304 295 * @since 3.1.0 305 * @access public306 296 * 307 297 * @return string The bulk action required. … … 320 310 * 321 311 * @since 3.1.0 322 * @access public323 312 * 324 313 * @return array Array in which the key is the ID of the column, … … 345 334 * 346 335 * @since 3.1.0 347 * @access protected348 336 * 349 337 * @return array Array of sortable columns. … … 362 350 * 363 351 * @since 3.1.0 364 * @access public365 352 */ 366 353 public function display_rows() { … … 380 367 * @since 4.2.0 The `$style` parameter was deprecated. 381 368 * @since 4.4.0 The `$role` parameter was deprecated. 382 * @access public383 369 * 384 370 * @param WP_User $user_object The current user object. … … 549 535 * 550 536 * @since 4.3.0 551 * @access protected552 537 * 553 538 * @return string Name of the default primary column, in this case, 'username'. … … 561 546 * 562 547 * @since 4.4.0 563 * @access protected564 548 * 565 549 * @param WP_User $user_object The WP_User object.
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)