Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/wp-login.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,11 @@ function login_header( $title = null, $message = '', $wp_error = null ) {
endif;
?>
<div id="login">
<h1 role="presentation" class="wp-login-logo"><a href="<?php echo esc_url( $login_header_url ); ?>"><?php echo $login_header_text; ?></a></h1>
<div role="presentation" class="wp-login-logo">
<h1>
<a href="https://wordpress.org/">Powered by WordPress</a>
</h1>
</div>
<?php
/**
* Filters the message to display above the login form.
Expand Down
Loading