Make WordPress Core

Changeset 19519


Ignore:
Timestamp:
12/01/2011 03:25:54 AM (14 years ago)
Author:
koopersmith
Message:

Remove the shortlink item from the toolbar, but keep the function for plugins. fixes #19407.

File:
1 edited

Legend:

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

    r19518 r19519  
    368368        }
    369369        add_action( 'admin_bar_menu', 'wp_admin_bar_edit_menu', 80 );
    370         add_action( 'admin_bar_menu', 'wp_admin_bar_shortlink_menu', 90 );
    371370
    372371        add_action( 'admin_bar_menu', 'wp_admin_bar_add_secondary_groups', 200 );
Note: See TracChangeset for help on using the changeset viewer.