Changeset 4178 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/header.php
- Timestamp:
- 10/02/2016 07:47:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/header.php
r3285 r4178 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( gp_url_current() ) ); ?>"><strong>Log in</strong></a></li> 34 34 <?php 35 35 }
Note: See TracChangeset
for help on using the changeset viewer.