- Timestamp:
- 10/26/2019 09:07:10 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-users-list-table.php
r45932 r46596 379 379 * @since 5.2.0 380 380 * 381 * @param array $site_classes Class used within the span tag. Default "site-#" with the site's network ID.382 * @param int $site_id Site ID.383 * @param int $network_id Network ID.384 * @param object$user WP_User object.381 * @param string[] $site_classes Array of class names used within the span tag. Default "site-#" with the site's network ID. 382 * @param int $site_id Site ID. 383 * @param int $network_id Network ID. 384 * @param WP_User $user WP_User object. 385 385 */ 386 386 $site_classes = apply_filters( 'ms_user_list_site_class', $site_classes, $val->userblog_id, $val->site_id, $user );
Note: See TracChangeset
for help on using the changeset viewer.