Changeset 63496
- Timestamp:
- 09/05/2026 09:52:14 AM (5 days ago)
- Location:
- trunk/src
- Files:
-
- 7 edited
-
wp-admin/includes/user.php (modified) (2 diffs)
-
wp-admin/user-edit.php (modified) (1 diff)
-
wp-admin/user-new.php (modified) (2 diffs)
-
wp-includes/class-wp-session-tokens.php (modified) (1 diff)
-
wp-includes/ms-functions.php (modified) (4 diffs)
-
wp-includes/sitemaps/providers/class-wp-sitemaps-users.php (modified) (1 diff)
-
wp-includes/user.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/user.php
r63065 r63496 170 170 * 171 171 * @param string $user_login The username. 172 * @param string $pass1 The password (passed by reference).173 * @param string $pass2 The confirmed password (passed by reference).172 * @param string $pass1 The password (passed by reference). 173 * @param string $pass2 The confirmed password (passed by reference). 174 174 */ 175 175 do_action_ref_array( 'check_passwords', array( $user->user_login, &$pass1, &$pass2 ) ); … … 718 718 * 719 719 * @param string[] $bad_protocols Array of invalid protocols. 720 * @param string $url The redirect URL to be validated.720 * @param string $url The redirect URL to be validated. 721 721 */ 722 722 $invalid_protocols = apply_filters( 'wp_authorize_application_redirect_url_invalid_protocols', $bad_protocols, $url ); -
trunk/src/wp-admin/user-edit.php
r62632 r63496 932 932 * @since 2.8.0 933 933 * 934 * @param bool $enable Whether to display the capabilities. Default true.934 * @param bool $enable Whether to display the capabilities. Default true. 935 935 * @param WP_User $profile_user The current WP_User object. 936 936 */ -
trunk/src/wp-admin/user-new.php
r62967 r63496 155 155 * @since 5.6.0 156 156 * 157 * @param array $new_user_email {157 * @param array $new_user_email { 158 158 * Used to build wp_mail(). 159 159 * … … 163 163 * @type string $headers Headers. 164 164 * } 165 * @param int $user_id The invited user's ID.166 * @param array $role Array containing role information for the invited user.167 * @param string $newuser_key The key of the invitation.165 * @param int $user_id The invited user's ID. 166 * @param array $role Array containing role information for the invited user. 167 * @param string $newuser_key The key of the invitation. 168 168 * 169 169 */ -
trunk/src/wp-includes/class-wp-session-tokens.php
r59803 r63496 155 155 * @since 4.0.0 156 156 * 157 * @param string $token Session token to update.157 * @param string $token Session token to update. 158 158 * @param array $session Session information. 159 159 */ -
trunk/src/wp-includes/ms-functions.php
r62651 r63496 1852 1852 * @since 5.6.0 1853 1853 * 1854 * @param array $new_site_email {1854 * @param array $new_site_email { 1855 1855 * Used to build wp_mail(). 1856 1856 * … … 1860 1860 * @type string $headers Headers. 1861 1861 * } 1862 * @param WP_Site $site Site object of the new site.1863 * @param WP_User $user User object of the administrator of the new site.1862 * @param WP_Site $site Site object of the new site. 1863 * @param WP_User $user User object of the administrator of the new site. 1864 1864 */ 1865 1865 $new_site_email = apply_filters( 'new_site_email', $new_site_email, $site, $user ); … … 2941 2941 * @since 4.9.0 2942 2942 * 2943 * @param array $email_change_email {2943 * @param array $email_change_email { 2944 2944 * Used to build wp_mail(). 2945 2945 * … … 2954 2954 * @type string $headers Headers. 2955 2955 * } 2956 * @param string $old_email The old network admin email address.2957 * @param string $new_email The new network admin email address.2958 * @param int $network_id ID of the network.2956 * @param string $old_email The old network admin email address. 2957 * @param string $new_email The new network admin email address. 2958 * @param int $network_id ID of the network. 2959 2959 */ 2960 2960 $email_change_email = apply_filters( 'network_admin_email_change_email', $email_change_email, $old_email, $new_email, $network_id ); -
trunk/src/wp-includes/sitemaps/providers/class-wp-sitemaps-users.php
r56708 r63496 47 47 * 48 48 * @param array[]|null $url_list The URL list. Default null. 49 * @param int $page_num Page of results.49 * @param int $page_num Page of results. 50 50 */ 51 51 $url_list = apply_filters( -
trunk/src/wp-includes/user.php
r63487 r63496 2599 2599 * @since 5.8.0 The `$userdata` parameter was added. 2600 2600 * 2601 * @param array $meta {2601 * @param array $meta { 2602 2602 * Default meta values and keys for the user. 2603 2603 * … … 3462 3462 * @since 6.0.0 3463 3463 * 3464 * @param array $defaults {3464 * @param array $defaults { 3465 3465 * The default notification email arguments. Used to build wp_mail(). 3466 3466 *
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)