Make WordPress Core

Changeset 35157


Ignore:
Timestamp:
10/14/2015 05:26:28 PM (8 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.

Location:
trunk/src/wp-includes
Files:
2 edited

Legend:

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

    r35156 r35157  
    11<?php
    22/**
    3  * Admin Bar
    4  *
    5  * This code handles the building and rendering of the press bar.
     3 * Toolbar API: Top-level Toolbar functionality
     4 *
     5 * @package WordPress
     6 * @subpackage Toolbar
     7 * @since 3.1.0
    68 */
    79
  • 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.