Make WordPress Core

Changeset 25475


Ignore:
Timestamp:
09/18/2013 07:41:54 AM (13 years ago)
Author:
westi
Message:

Inline documentation for hooks in wp-includes/class-wp-admin-bar.php

See #25229 props betzster

File:
1 edited

Legend:

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

    r24442 r25475  
    5959                wp_enqueue_style( 'admin-bar' );
    6060
     61                /**
     62                 * Fires after WP_Admin_Bar is initialized
     63                 *
     64                 * @since 3.0.2
     65                 */
    6166                do_action( 'admin_bar_init' );
    6267        }
     
    488493                add_action( 'admin_bar_menu', 'wp_admin_bar_add_secondary_groups', 200 );
    489494
     495                /**
     496                 * Fires after menus are added to the menu bar
     497                 *
     498                 * @since 3.0.4
     499                 */
    490500                do_action( 'add_admin_bar_menus' );
    491501        }
Note: See TracChangeset for help on using the changeset viewer.