Make WordPress Core

Changeset 18090


Ignore:
Timestamp:
06/01/2011 02:44:10 PM (14 years ago)
Author:
westi
Message:

Add a ms_user_row_actions filter on the actions array for the Network Users table. Fixes #15932 props sorich87

File:
1 edited

Legend:

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

    r17322 r18090  
    193193                                }
    194194
     195                                $actions = apply_filters( 'ms_user_row_actions', $actions, $user );
    195196                                echo $this->row_actions( $actions );
    196197                            ?>
Note: See TracChangeset for help on using the changeset viewer.