Tabs, not spaces for intendation. Add a docblock to the file/class.
git-svn-id: http://core.svn.wordpress.org/trunk@21257 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2039e3a8f0
commit
6cb67e8817
|
@ -1,4 +1,12 @@
|
||||||
<?php
|
<?php
|
||||||
|
/**
|
||||||
|
* The WordPress Toolbar
|
||||||
|
*
|
||||||
|
* @since 3.1.0
|
||||||
|
*
|
||||||
|
* @package WordPress
|
||||||
|
* @subpackage Toolbar
|
||||||
|
*/
|
||||||
class WP_Admin_Bar {
|
class WP_Admin_Bar {
|
||||||
private $nodes = array();
|
private $nodes = array();
|
||||||
private $bound = false;
|
private $bound = false;
|
||||||
|
|
Loading…
Reference in New Issue