Make WordPress Core

Changeset 57600

Timestamp:
02/12/2024 08:51:45 PM (6 months ago)
Author:
joedolson
Message:

Toolbar: Add adminbar link for new sites in network installs.

Add a link that allows network administrators to go to the new site page from the "New" menu in the adminbar.

Props johnjamesjacoby, sabernhardt, joedolson, rajinsharwar, huzaifaalmesbah.
Fixes #41104.

File:
1 edited

Legend:

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

    r57188 r57600  
    939939 *
    940940 * @since 3.1.0
     941
    941942 *
    942943 * @param WP_Admin_Bar $wp_admin_bar The WP_Admin_Bar instance.
     
    10061007                'title'  => $title,
    10071008                'href'   => admin_url( $link ),
     1009
     1010
     1011
     1012
     1013
     1014
     1015
     1016
     1017
     1018
     1019
    10081020            )
    10091021        );
Note: See TracChangeset for help on using the changeset viewer.