Changeset 30546 for trunk/src/wp-login.php
- Timestamp:
- 11/24/2014 06:30:19 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r30417 r30546 26 26 * Output the login page header. 27 27 * 28 * @param string $title Optional. WordPress Log In Page title to display in <title> element. Default 'Log In'. 28 * @param string $title Optional. WordPress login Page title to display in the `<title>` element. 29 * Default 'Log In'. 29 30 * @param string $message Optional. Message to display in header. Default empty. 30 31 * @param WP_Error $wp_error Optional. The error to pass. Default empty. … … 538 539 <?php 539 540 /** 540 * Fires inside the lostpassword <form>tags, before the hidden fields.541 * Fires inside the lostpassword form tags, before the hidden fields. 541 542 * 542 543 * @since 2.1.0
Note: See TracChangeset
for help on using the changeset viewer.