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. Built from https://develop.svn.wordpress.org/trunk@59850 git-svn-id: http://core.svn.wordpress.org/trunk@59192 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -265,7 +265,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||
<div class="edit-site" id="site-editor">
|
||||
<?php // JavaScript is disabled. ?>
|
||||
<div class="wrap hide-if-js site-editor-no-js">
|
||||
<h1 class="wp-heading-inline"><?php _e( 'Edit site' ); ?></h1>
|
||||
<h1 class="wp-heading-inline"><?php _e( 'Edit Site' ); ?></h1>
|
||||
<?php
|
||||
/**
|
||||
* Filters the message displayed in the site editor interface when JavaScript is
|
||||
|
||||
Reference in New Issue
Block a user