Tabs, not spaces for intendation. Add a docblock to the file/class.

git-svn-id: https://develop.svn.wordpress.org/trunk@21257 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-07-10 20:32:48 +00:00
parent cebf4e277b
commit aa7f457bfb
1 changed files with 14 additions and 6 deletions

View File

@ -1,4 +1,12 @@
<?php
/**
* The WordPress Toolbar
*
* @since 3.1.0
*
* @package WordPress
* @subpackage Toolbar
*/
class WP_Admin_Bar {
private $nodes = array();
private $bound = false;