- Timestamp:
- 01/10/2017 12:44:29 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-users-list-table.php
r38672 r39757 373 373 * @access public 374 374 * 375 * @param object$user_object The current user object.376 * @param string $style Deprecated. Not used.377 * @param string $role Deprecated. Not used.378 * @param int $numposts Optional. Post count to display for this user. Defaults379 * to zero, as in, a new user has made zero posts.375 * @param WP_User $user_object The current user object. 376 * @param string $style Deprecated. Not used. 377 * @param string $role Deprecated. Not used. 378 * @param int $numposts Optional. Post count to display for this user. Defaults 379 * to zero, as in, a new user has made zero posts. 380 380 * @return string Output for a single row. 381 381 */
Note: See TracChangeset
for help on using the changeset viewer.