Make WordPress Core

Changeset 58296

Timestamp:
06/03/2024 03:32:51 PM (8 weeks ago)
Author:
audrasjb
Message:

Toolbar: Restore "Edit site" on block editor admin bar link and replace multisite link.

This changeset restores "Edit site" on the block editor link and replaces the multisite link with "Manage Site".

Follow-up to [58035].

Props annezazu, johnbillion, Joen, audrasjb, johnjamesjacoby, oglekler, nilovelez, tobifjellner, sabernhardt, pavanpatil1, hitendra-chopda.
Fixes #60977.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/admin-bar.php

    r58223 r58296  
    418418                    'parent' => 'site-name',
    419419                    'id'     => 'edit-site',
    420                     'title'  => __( 'Edit Site' ),
     420                    'title'  => __( ' Site' ),
    421421                    'href'   => network_admin_url( 'site-info.php?id=' . get_current_blog_id() ),
    422422                )
     
    478478        array(
    479479            'id'    => 'site-editor',
    480             'title' => __( 'Site Editor' ),
     480            'title' => __( '' ),
    481481            'href'  => add_query_arg(
    482482                array(
Note: See TracChangeset for help on using the changeset viewer.