Changeset 60358 for trunk/src/wp-includes/user.php
- Timestamp:
- 06/27/2025 03:07:29 PM (10 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/user.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r60310 r60358 1127 1127 * @param int $user_id User ID. 1128 1128 * @param bool $all Whether the returned sites array should contain all sites, including 1129 * those marked 'deleted', 'archived', or 'spam'. Default false.1129 * those flagged for deletion, archived, or marked as spam. 1130 1130 */ 1131 1131 return apply_filters( 'get_blogs_of_user', $sites, $user_id, $all );
Note: See TracChangeset
for help on using the changeset viewer.