mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-24 09:11:24 +01:00
Login and Registration: login_header()
docblock update after [58209].
This changeset indicates that the `$title` parameter is now nullable. Follow-up to [58209]. Props skithund. Fixes #60668. Built from https://develop.svn.wordpress.org/trunk@58220 git-svn-id: http://core.svn.wordpress.org/trunk@57683 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
407584f9ef
commit
477e688d1c
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.6-alpha-58219';
|
||||
$wp_version = '6.6-alpha-58220';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
@ -33,7 +33,7 @@ if ( force_ssl_admin() && ! is_ssl() ) {
|
||||
* upon successful login.
|
||||
* @global string $action The action that brought the visitor to the login page.
|
||||
*
|
||||
* @param string $title Optional. WordPress login Page title to display in the `<title>` element.
|
||||
* @param null|string $title Optional. WordPress login Page title to display in the `<title>` element.
|
||||
* Default null, which displays 'Log In'.
|
||||
* @param string $message Optional. Message to display in header. Default empty.
|
||||
* @param WP_Error $wp_error Optional. The error to pass. Default is a WP_Error instance.
|
||||
|
Loading…
Reference in New Issue
Block a user