mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-09 23:24:34 +00:00
Docs: Further corrections and promotions for docblocks relating to object types.
See #50768 git-svn-id: https://develop.svn.wordpress.org/trunk@49197 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -489,8 +489,8 @@ function default_password_nag_handler( $errors = false ) {
|
||||
/**
|
||||
* @since 2.8.0
|
||||
*
|
||||
* @param int $user_ID
|
||||
* @param object $old_data
|
||||
* @param int $user_ID
|
||||
* @param WP_User $old_data
|
||||
*/
|
||||
function default_password_nag_edit_user( $user_ID, $old_data ) {
|
||||
// Short-circuit it.
|
||||
|
||||
Reference in New Issue
Block a user