Skip to content

Commit 47b7a02

Browse files
committed
Extend WP_MS_Users_List_Table
1 parent 963d4a9 commit 47b7a02

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

class-super-admin-users-list-table.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* For the Super Admin, If Super Admin, link to the sites.php page. Otherwise display a list to sites on the network using
1717
* bespoke Super_Admin_Performance_Boost::get_home_url().
1818
*
19-
* @since 1.0.0
19+
* @since 1.1.0
2020
*
2121
* @see WP_MS_Users_List_Table
2222
*/
@@ -48,7 +48,7 @@ protected function _column_blogs( $user, $classes, $data, $primary ) {
4848
* Handles the sites column output. (Copied from WP_MS_Users_List_Table).
4949
* Modified to use Super_Admin_Performance_Boost::get_home_url().
5050
*
51-
* @since 4.3.0
51+
* @since 1.1.0
5252
*
5353
* @param WP_User $user The current WP_User object.
5454
*/
@@ -68,7 +68,7 @@ public function column_blogs( $user ) {
6868
/**
6969
* Filters the span class for a site listing on the mulisite user list table.
7070
*
71-
* @since 5.2.0
71+
* @since WP 5.2.0
7272
*
7373
* @param string[] $site_classes Array of class names used within the span tag. Default "site-#" with the site's network ID .
7474
* @param int $site_id Site ID .
@@ -107,7 +107,7 @@ public function column_blogs( $user ) {
107107
* Filters the action links displayed next the sites a user belongs to
108108
* in the Network Admin Users list table.
109109
*
110-
* @since 3.1.0
110+
* @since WP 3.1.0
111111
*
112112
* @param string[] $actions An array of action links to be displayed. Default 'Edit', 'View'.
113113
* @param int $userblog_id The site ID.

0 commit comments

Comments
 (0)