Changeset 46620
- Timestamp:
- 10/30/2019 02:57:16 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r46603 r46620 27 27 * 28 28 * @since 2.1.0 29 * 30 * @global string $error Login error message set by deprecated pluggable wp_login() function 31 * or plugins replacing it. 32 * @global bool|string $interim_login Whether interim login modal is being displayed. String 'success' 33 * upon successful login. 34 * @global string $action The action that brought the visitor to the login page. 29 35 * 30 36 * @param string $title Optional. WordPress login Page title to display in the `<title>` element. … … 269 275 * 270 276 * @since 3.1.0 277 * 278 * @global bool|string $interim_login Whether interim login modal is being displayed. String 'success' 279 * upon successful login. 271 280 * 272 281 * @param string $input_id Which input to auto-focus.
Note: See TracChangeset
for help on using the changeset viewer.