Changeset 32897
- Timestamp:
- 06/21/2015 11:40:05 AM (10 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r32896 r32897 1527 1527 * Converts invalid Unicode references range to valid range. 1528 1528 * 1529 * @since 4.3 1529 * @since 4.3.0 1530 1530 * 1531 1531 * @param string $content String with entities that need converting. -
trunk/src/wp-includes/user.php
r32884 r32897 2157 2157 * Filter to stop the sending of the password change email. 2158 2158 * 2159 * @since 4.3 2159 * @since 4.3.0 2160 2160 * @see wp_insert_user() For $user and $userdata fields. 2161 2161 * … … 2172 2172 * Filter to stop the sending of the email change email. 2173 2173 * 2174 * @since 4.3 2174 * @since 4.3.0 2175 2175 * @see wp_insert_user() For $user and $userdata fields. 2176 2176 * … … 2219 2219 * Filter the email sent when the user's password is changed. 2220 2220 * 2221 * @since 4.3 2221 * @since 4.3.0 2222 2222 * 2223 2223 * @param array $pass_change_email { … … 2274 2274 * Filter the email sent when the user's password is changed. 2275 2275 * 2276 * @since 4.3 2276 * @since 4.3.0 2277 2277 * 2278 2278 * @param array $email_change_email {
Note: See TracChangeset
for help on using the changeset viewer.