Make WordPress Core


Ignore:
Timestamp:
10/14/2015 05:26:28 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Add missing file headers to two Toolbar API files: wp-includes/admin-bar.php and wp-includes/class-wp-admin-bar.php.

See #32246.

File:
1 edited

Legend:

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

    r33130 r35157  
    11<?php
    22/**
    3  * The WordPress Toolbar
    4  *
    5  * @since 3.1.0
     3 * Toolbar API: WP_Admin_Bar class
    64 *
    75 * @package WordPress
    86 * @subpackage Toolbar
     7 * @since 3.1.0
     8 */
     9
     10/**
     11 * Core class used to implement the Toolbar API.
     12 *
     13 * @since 3.1.0
    914 */
    1015class WP_Admin_Bar {
Note: See TracChangeset for help on using the changeset viewer.