Make WordPress Core


Ignore:
Timestamp:
03/04/2024 09:48:29 PM (12 months ago)
Author:
joedolson
Message:

Toolbar: Polish design and code combining duplicate profile links.

Fixes some design changes and improves quality of comments and code styles following previous changes. Follow-up to [57708].

Props sabernhardt, huzaifaalmesbah, joedolson.
Fixes #43633. See #34668.

File:
1 edited

Legend:

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

    r57708 r57765  
    507507     *
    508508     * @param object $node
    509      * @param string|bool $menu_title The accessible name of this aria menu or false if not provided.
     509     * @param string|bool $menu_title The accessible name of this ARIA menu or false if not provided.
    510510     */
    511511    final protected function _render_group( $node, $menu_title = false ) {
Note: See TracChangeset for help on using the changeset viewer.