Changeset 58035 for trunk/src/wp-includes/admin-bar.php
- Timestamp:
- 04/22/2024 09:04:08 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/admin-bar.php
r57765 r58035 452 452 453 453 /** 454 * Adds the " Edit site" link to the Toolbar.454 * Adds the "Site Editor" link to the Toolbar. 455 455 * 456 456 * @since 5.9.0 … … 477 477 array( 478 478 'id' => 'site-editor', 479 'title' => __( ' Edit site' ),479 'title' => __( 'Site Editor' ), 480 480 'href' => add_query_arg( 481 481 array(
Note: See TracChangeset
for help on using the changeset viewer.