Help/About: Remove “Musician Name” placeholder.
The musician name is traditionally not included on the About page due to i18n concerns regarding last minute changes. Props audrasjb, SergeyBiryukov. See #50416. Built from https://develop.svn.wordpress.org/trunk@48730 git-svn-id: http://core.svn.wordpress.org/trunk@48492 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
527ca5ff78
commit
fa9b043313
|
@ -30,10 +30,6 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="about__header-text">
|
|
||||||
Musician Name
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
|
<nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
|
||||||
<a href="about.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'What’s New' ); ?></a>
|
<a href="about.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'What’s New' ); ?></a>
|
||||||
<a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
|
<a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
|
||||||
|
|
|
@ -32,10 +32,6 @@ $credits = wp_credits();
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="about__header-text">
|
|
||||||
Musician Name
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
|
<nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
|
||||||
<a href="about.php" class="nav-tab"><?php _e( 'What’s New' ); ?></a>
|
<a href="about.php" class="nav-tab"><?php _e( 'What’s New' ); ?></a>
|
||||||
<a href="credits.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Credits' ); ?></a>
|
<a href="credits.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Credits' ); ?></a>
|
||||||
|
|
|
@ -35,10 +35,6 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="about__header-text">
|
|
||||||
Musician Name
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
|
<nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
|
||||||
<a href="about.php" class="nav-tab"><?php _e( 'What’s New' ); ?></a>
|
<a href="about.php" class="nav-tab"><?php _e( 'What’s New' ); ?></a>
|
||||||
<a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
|
<a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
|
||||||
|
|
|
@ -29,10 +29,6 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="about__header-text">
|
|
||||||
Musician Name
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
|
<nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
|
||||||
<a href="about.php" class="nav-tab"><?php _e( 'What’s New' ); ?></a>
|
<a href="about.php" class="nav-tab"><?php _e( 'What’s New' ); ?></a>
|
||||||
<a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
|
<a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.6-alpha-48729';
|
$wp_version = '5.6-alpha-48730';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue