Opened 11 years ago
Closed 11 years ago
#25612 closed defect (bug) (fixed)
Hook Docs: wp-admin/includes/class-wp-ms-users-list-table.php
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Inline Docs | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
Adding inline doc to all the hooks in wp-admin/includes/class-wp-ms-users-list-table.php
Attachments (5)
Change History (12)
#2
@
11 years ago
- Keywords needs-patch added; has-patch removed
- Milestone changed from Awaiting Review to 3.8
- Type changed from enhancement to defect (bug)
Thanks for the work folks. Remaining notes on 25612.1.diff:
- s/multisite/Multisite
ms_user_row_actions
filter:
- The second parameter should have a type of
WP_User
manage_users_custom_column
filter:
- Update the duplcate hook comment to the new style:
/** This filter is documented in wp-admin/includes/class-wp-users-list-table.php */
#3
@
11 years ago
Thank you ericlewis for the clean up!
@DrewAPicture,
The second parameter should have a type of WP_User
do you mean that it should be like following?
* @param WP_User $user WP_User object.
#5
@
11 years ago
25612.3.diff contains doc block fixes for consistency with similar blocks, adds defaults.
Note: See
TracTickets for help on using
tickets.
attachment:25612.1.diff
with the help of @rzen