Changeset 52332 for trunk/src/wp-login.php
- Timestamp:
- 12/07/2021 12:18:50 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r52193 r52332 59 59 * @since 3.0.0 60 60 * 61 * @param array$shake_error_codes Error codes that shake the login form.61 * @param string[] $shake_error_codes Error codes that shake the login form. 62 62 */ 63 63 $shake_error_codes = apply_filters( 'shake_error_codes', $shake_error_codes ); … … 186 186 * @since 3.5.0 187 187 * 188 * @param array$classes An array of body classes.189 * @param string $action The action that brought the visitor to the login page.188 * @param string[] $classes An array of body classes. 189 * @param string $action The action that brought the visitor to the login page. 190 190 */ 191 191 $classes = apply_filters( 'login_body_class', $classes, $action );
Note: See TracChangeset
for help on using the changeset viewer.