Ticket #45777: 45777_ProperFormat.diff
File 45777_ProperFormat.diff, 809 bytes (added by , 6 years ago) |
---|
-
src/wp-login.php
27 27 * 28 28 * @since 2.1.0 29 29 * 30 * @global string $error Error when false is returned 31 * @global string $interim_login 32 * @global string $action The action to take. 33 * 30 34 * @param string $title Optional. WordPress login Page title to display in the `<title>` element. 31 35 * Default 'Log In'. 32 36 * @param string $message Optional. Message to display in header. Default empty. 33 37 * @param WP_Error $wp_error Optional. The error to pass. Default is a WP_Error instance. 38 * 34 39 */ 35 40 function login_header( $title = 'Log In', $message = '', $wp_error = null ) { 36 41 global $error, $interim_login, $action;