From ee9455762af1c884ae2bf769b1ca528739209c6e Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Thu, 20 Feb 2025 23:14:28 +0000 Subject: [PATCH] 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. git-svn-id: https://develop.svn.wordpress.org/trunk@59850 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/site-editor.php | 2 +- src/wp-includes/admin-bar.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-admin/site-editor.php b/src/wp-admin/site-editor.php index a4a3cca276e2e..17797d09e048f 100644 --- a/src/wp-admin/site-editor.php +++ b/src/wp-admin/site-editor.php @@ -265,7 +265,7 @@ static function ( $classes ) {
-

+

add_node( array( 'id' => 'site-editor', - 'title' => __( 'Edit site' ), + 'title' => __( 'Edit Site' ), 'href' => add_query_arg( array( 'postType' => 'wp_template',