Changeset 59850
- Timestamp:
- 02/20/2025 11:14:28 PM (3 months ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/site-editor.php
r59794 r59850 266 266 <?php // JavaScript is disabled. ?> 267 267 <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> 269 269 <?php 270 270 /** -
trunk/src/wp-includes/admin-bar.php
r59425 r59850 454 454 455 455 /** 456 * Adds the "Edit site" link to the Toolbar.456 * Adds the "Edit Site" link to the Toolbar. 457 457 * 458 458 * @since 5.9.0 … … 480 480 array( 481 481 'id' => 'site-editor', 482 'title' => __( 'Edit site' ),482 'title' => __( 'Edit Site' ), 483 483 'href' => add_query_arg( 484 484 array(
Note: See TracChangeset
for help on using the changeset viewer.