From c8fe7cc5386e513d2557d6fb2e3ac6e6e9e5c554 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 18 Apr 2016 23:54:29 +0000 Subject: [PATCH] Login/Registration: Add `login_header` action that fires in the login page header after the body tag is opened and complements `login_footer`. Props borkweb, iamfriendly, voldemortensen. Fixes #22139. Built from https://develop.svn.wordpress.org/trunk@37243 git-svn-id: http://core.svn.wordpress.org/trunk@37209 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- wp-login.php | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 29e2cadce9..86ef8d43bd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37242'; +$wp_version = '4.6-alpha-37243'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-login.php b/wp-login.php index ed3878c293..96eef5b27d 100644 --- a/wp-login.php +++ b/wp-login.php @@ -151,6 +151,14 @@ function login_header( $title = 'Log In', $message = '', $wp_error = '' ) { ?> +