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.

Built from https://develop.svn.wordpress.org/trunk@35157


git-svn-id: http://core.svn.wordpress.org/trunk@35123 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-10-14 17:27:25 +00:00
parent b9b7592ee8
commit d01f1c2e15
3 changed files with 13 additions and 6 deletions

View File

@ -1,8 +1,10 @@
<?php
/**
* Admin Bar
* Toolbar API: Top-level Toolbar functionality
*
* This code handles the building and rendering of the press bar.
* @package WordPress
* @subpackage Toolbar
* @since 3.1.0
*/
/**

View File

@ -1,11 +1,16 @@
<?php
/**
* The WordPress Toolbar
*
* @since 3.1.0
* Toolbar API: WP_Admin_Bar class
*
* @package WordPress
* @subpackage Toolbar
* @since 3.1.0
*/
/**
* Core class used to implement the Toolbar API.
*
* @since 3.1.0
*/
class WP_Admin_Bar {
private $nodes = array();

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-35156';
$wp_version = '4.4-alpha-35157';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.