Making WordPress.org


Ignore:
Timestamp:
03/18/2021 05:48:36 AM (4 years ago)
Author:
dd32
Message:

Login: Append the Locale sitename to the login title.

Fixes #5662.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/header.php

    r9195 r10830  
    1111<meta charset="utf-8">
    1212<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>
    1414<meta name="viewport" content="width=device-width, initial-scale=1">
    1515<?php wp_head(); ?>
     
    2020
    2121<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.