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.

git-svn-id: https://develop.svn.wordpress.org/trunk@48730 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2020-08-04 17:33:38 +00:00
parent 926cbb5425
commit d11bac5030
4 changed files with 0 additions and 16 deletions

View File

@ -30,10 +30,6 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
</p>
</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' ); ?>">
<a href="about.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'What&#8217;s New' ); ?></a>
<a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>

View File

@ -32,10 +32,6 @@ $credits = wp_credits();
</p>
</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' ); ?>">
<a href="about.php" class="nav-tab"><?php _e( 'What&#8217;s New' ); ?></a>
<a href="credits.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Credits' ); ?></a>

View File

@ -35,10 +35,6 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
</p>
</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' ); ?>">
<a href="about.php" class="nav-tab"><?php _e( 'What&#8217;s New' ); ?></a>
<a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>

View File

@ -29,10 +29,6 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
</p>
</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' ); ?>">
<a href="about.php" class="nav-tab"><?php _e( 'What&#8217;s New' ); ?></a>
<a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>