Make WordPress Core

Changeset 18745


Ignore:
Timestamp:
09/21/2011 11:20:26 PM (15 years ago)
Author:
koopersmith
Message:

Add new 'about this version' page (with filler content) and menu item. see #18742.

Location:
trunk
Files:
1 added
1 edited

Legend:

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

    r18700 r18745  
    215215                }
    216216        }
     217
     218        // Add WordPress.org link
     219        $wp_admin_bar->add_menu( array(
     220                'parent' => 'my-blogs',
     221                'id'     => 'about',
     222                'title'  => __('About This Version'),
     223                'href'   => admin_url('about.php'),
     224        ) );
    217225
    218226        // Add WordPress.org link
Note: See TracChangeset for help on using the changeset viewer.