Make WordPress Core


Ignore:
Timestamp:
10/26/2019 09:07:10 PM (7 years ago)
Author:
johnbillion
Message:

Docs: Switch more docs over to typed array notation, plus some fixes.

See #48303, #41756

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-ms-users-list-table.php

    r45932 r46596  
    379379                         * @since 5.2.0
    380380                         *
    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.
    385385                         */
    386386                        $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.