Changeset 61735
- Timestamp:
- 02/25/2026 04:28:37 PM (8 weeks ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/user.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r61656 r61735 895 895 * @type string $order Sorting direction for $orderby. Accepts 'ASC', 'DESC'. Default 'ASC'. 896 896 * @type int $number Maximum users to return or display. Default empty (all users). 897 * @type bool $exclude_admin Whether to exclude the 'admin' account, if it exists. Default false.897 * @type bool $exclude_admin Whether to exclude the 'admin' account, if it exists. Default true. 898 898 * @type bool $show_fullname Whether to show the user's full name. Default false. 899 899 * @type string $feed If not empty, show a link to the user's feed and use this text as the alt
Note: See TracChangeset
for help on using the changeset viewer.