Make WordPress Core


Ignore:
Timestamp:
02/20/2025 11:14:28 PM (18 months ago)
Author:
audrasjb
Message:

Administration: Capitalize "Edit Site" strings for consistency.

This changeset brings more consistency by capitalizing the "Edit Site" strings located in the Toolbar and on the Site Editor screen.

Props bronsonquick, sabernhardt, audrasjb, peterwilsoncc, adamsilverstein.
Fixes #62971.

File:
1 edited

Legend:

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

    r59794 r59850  
    266266        <?php // JavaScript is disabled. ?>
    267267        <div class="wrap hide-if-js site-editor-no-js">
    268                 <h1 class="wp-heading-inline"><?php _e( 'Edit site' ); ?></h1>
     268                <h1 class="wp-heading-inline"><?php _e( 'Edit Site' ); ?></h1>
    269269                <?php
    270270                /**
Note: See TracChangeset for help on using the changeset viewer.