Make WordPress Core


Ignore:
Timestamp:
01/06/2012 06:08:45 PM (13 years ago)
Author:
nacin
Message:

about.php and friends for the global dashboard. see #19762.

File:
1 edited

Legend:

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

    r19699 r19700  
    7676        'id'    => 'wp-logo',
    7777        'title' => '<span class="ab-icon"></span>',
    78         'href'  => is_network_admin() ? network_admin_url( 'about.php' ) : admin_url( 'about.php' ),
     78        'href'  => self_admin_url( 'about.php' ),
    7979        'meta'  => array(
    8080            'title' => __('About WordPress'),
     
    8888            'id'     => 'about',
    8989            'title'  => __('About WordPress'),
    90             'href'  => is_network_admin() ? network_admin_url( 'about.php' ) : admin_url( 'about.php' ),
     90            'href'  => self_admin_url( 'about.php' ),
    9191        ) );
    9292    }
Note: See TracChangeset for help on using the changeset viewer.