Make WordPress Core

Changeset 48730


Ignore:
Timestamp:
08/04/2020 05:33:38 PM (4 years ago)
Author:
desrosj
Message:

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.

Location:
trunk/src/wp-admin
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/about.php

    r48729 r48730  
    2929                    <span><?php echo $display_version; ?></span>
    3030                </p>
    31             </div>
    32 
    33             <div class="about__header-text">
    34                 Musician Name
    3531            </div>
    3632
  • trunk/src/wp-admin/credits.php

    r48729 r48730  
    3131                <span><?php echo $display_version; ?></span>
    3232            </p>
    33         </div>
    34 
    35         <div class="about__header-text">
    36             Musician Name
    3733        </div>
    3834
  • trunk/src/wp-admin/freedoms.php

    r48729 r48730  
    3434                <span><?php echo $display_version; ?></span>
    3535            </p>
    36         </div>
    37 
    38         <div class="about__header-text">
    39             Musician Name
    4036        </div>
    4137
  • trunk/src/wp-admin/privacy.php

    r48729 r48730  
    2828                <span><?php echo $display_version; ?></span>
    2929            </p>
    30         </div>
    31 
    32         <div class="about__header-text">
    33             Musician Name
    3430        </div>
    3531
Note: See TracChangeset for help on using the changeset viewer.