Changeset 58220 for trunk/src/wp-login.php
- Timestamp:
- 05/27/2024 09:30:14 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r58209 r58220 34 34 * @global string $action The action that brought the visitor to the login page. 35 35 * 36 * @param string$title Optional. WordPress login Page title to display in the `<title>` element.37 * Default null, which displays 'Log In'.38 * @param string $message Optional. Message to display in header. Default empty.39 * @param WP_Error $wp_error Optional. The error to pass. Default is a WP_Error instance.36 * @param null|string $title Optional. WordPress login Page title to display in the `<title>` element. 37 * Default null, which displays 'Log In'. 38 * @param string $message Optional. Message to display in header. Default empty. 39 * @param WP_Error $wp_error Optional. The error to pass. Default is a WP_Error instance. 40 40 */ 41 41 function login_header( $title = null, $message = '', $wp_error = null ) {
Note: See TracChangeset
for help on using the changeset viewer.