diff --git wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/header.php wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/header.php
index b687abd..f469439 100644
|
|
|
require WPORGPATH . 'header.php'; |
| 30 | 30 | <?php |
| 31 | 31 | } else { |
| 32 | 32 | ?> |
| 33 | | <li><a href="<?php echo esc_url( wp_login_url() ); ?>"><strong>Log in</strong></a></li> |
| | 33 | <li><a href="<?php echo esc_url( wp_login_url( get_permalink() ) ); ?>"><strong>Log in</strong></a></li> |
| 34 | 34 | <?php |
| 35 | 35 | } |
| 36 | 36 | ?> |