diff --git a/functions/login.php b/functions/login.php index d9aceae4..a94a0189 100644 --- a/functions/login.php +++ b/functions/login.php @@ -13,4 +13,4 @@ function joints_login_title() { return get_option('blogname'); } // calling it only on the login page add_action( 'login_enqueue_scripts', 'joints_login_css', 10 ); add_filter('login_headerurl', 'joints_login_url'); -add_filter('login_headertitle', 'joints_login_title'); \ No newline at end of file +add_filter('login_headertext', 'joints_login_title');