Changeset 61538
- Timestamp:
- 01/27/2026 06:15:23 PM (6 weeks ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/user.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/user.php
r61444 r61538 483 483 * @since 2.8.0 484 484 * 485 * @global int $user_ID 485 * @global int $user_ID Current user ID. 486 486 * 487 487 * @param false $errors Deprecated. … … 506 506 * @since 2.8.0 507 507 * 508 * @param int $user_ID 509 * @param WP_User $old_data 508 * @param int $user_ID User ID. 509 * @param WP_User $old_data The user object before the update. 510 510 */ 511 511 function default_password_nag_edit_user( $user_ID, $old_data ) { … … 603 603 * @since MU (3.0.0) 604 604 * 605 * @param string $text 605 * @param string $text The email body text. 606 606 * @return string User site invitation email message. 607 607 */
Note: See TracChangeset
for help on using the changeset viewer.