- Timestamp:
- 01/11/2020 05:56:15 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-users-list-table.php
r46596 r47059 489 489 * @param string $column_name Current column name. 490 490 * @param string $primary Primary column name. 491 * @return string Row actions output for users in Multisite. 491 * @return string Row actions output for users in Multisite, or an empty string 492 * if the current column is not the primary column. 492 493 */ 493 494 protected function handle_row_actions( $user, $column_name, $primary ) { … … 518 519 */ 519 520 $actions = apply_filters( 'ms_user_row_actions', $actions, $user ); 521 520 522 return $this->row_actions( $actions ); 521 523 }
Note: See TracChangeset
for help on using the changeset viewer.