Changeset 10830 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/header.php
- Timestamp:
- 03/18/2021 05:48:36 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/header.php
r9195 r10830 11 11 <meta charset="utf-8"> 12 12 <meta http-equiv="x-ua-compatible" content="ie=edge"> 13 <title><?php _e( 'WordPress.org Login', 'wporg'); ?></title>13 <title><?php echo wporg_login_title(); ?></title> 14 14 <meta name="viewport" content="width=device-width, initial-scale=1"> 15 15 <?php wp_head(); ?> … … 20 20 21 21 <div id="login"> 22 <h1><a href=" https://wordpress.org/" title="WordPress.org" tabindex="-1"><?php _e( 'WordPress.org Login', 'wporg' ); ?></a></h1>22 <h1><a href="<?php /* This mimicks the wp-login.php header */ echo apply_filters( 'login_headerurl', __( 'https://wordpress.org/' ) ); ?>" tabindex="-1"><?php /* This mimicks the wp-login.php header */ _e( 'Powered by WordPress' ); ?></a></h1>
Note: See TracChangeset
for help on using the changeset viewer.