Changeset 58224 for trunk/src/wp-login.php
- Timestamp:
- 05/28/2024 11:11:19 AM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r58220 r58224 34 34 * @global string $action The action that brought the visitor to the login page. 35 35 * 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 isa WP_Error instance.36 * @param string|null $title Optional. WordPress login page title to display in the `<title>` element. 37 * Defaults to 'Log In'. 38 * @param string $message Optional. Message to display in header. Default empty. 39 * @param WP_Error|null $wp_error Optional. The error to pass. Defaults to 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.