X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/784f914b1e4b1c62d6657e86397c2e83bcee4295..16e7b37c7914d753890c1a05a9335f3b43751eb8:/wp-admin/includes/class-wp-ms-users-list-table.php diff --git a/wp-admin/includes/class-wp-ms-users-list-table.php b/wp-admin/includes/class-wp-ms-users-list-table.php index 380e4a02..d219efc3 100644 --- a/wp-admin/includes/class-wp-ms-users-list-table.php +++ b/wp-admin/includes/class-wp-ms-users-list-table.php @@ -172,7 +172,7 @@ class WP_MS_Users_List_Table extends WP_List_Table { 'blogs' => __( 'Sites' ) ); /** - * Filter the columns displayed in the Network Admin Users list table. + * Filters the columns displayed in the Network Admin Users list table. * * @since MU * @@ -329,7 +329,7 @@ class WP_MS_Users_List_Table extends WP_List_Table { $path = ( $val->path === '/' ) ? '' : $val->path; echo ''; - echo '' . str_replace( '.' . get_current_site()->domain, '', $val->domain . $path ) . ''; + echo '' . str_replace( '.' . get_network()->domain, '', $val->domain . $path ) . ''; echo ' '; $actions = array(); $actions['edit'] = '' . __( 'Edit' ) . ''; @@ -351,7 +351,7 @@ class WP_MS_Users_List_Table extends WP_List_Table { $actions['view'] = '' . __( 'View' ) . ''; /** - * Filter the action links displayed next the sites a user belongs to + * Filters the action links displayed next the sites a user belongs to * in the Network Admin Users list table. * * @since 3.1.0 @@ -446,7 +446,7 @@ class WP_MS_Users_List_Table extends WP_List_Table { } /** - * Filter the action links displayed under each user in the Network Admin Users list table. + * Filters the action links displayed under each user in the Network Admin Users list table. * * @since 3.2.0 *