mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-08 16:41:44 +01:00
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
|
||||
/**
|
||||
* The WordPress Toolbar
|
||||
*
|
||||
* @since 3.1.0
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Toolbar
|
||||
*/
|
||||
class WP_Admin_Bar {
|
||||
private $nodes = array();
|
||||
private $bound = false;
|
||||
|
Loading…
Reference in New Issue
Block a user