Doc blocks for wp-admin/user. see #14696.

git-svn-id: https://develop.svn.wordpress.org/trunk@15879 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-10-21 11:14:22 +00:00
parent 82cd99503e
commit 333d76f339
6 changed files with 42 additions and 0 deletions
+7
View File
@@ -1,4 +1,11 @@
<?php
/**
* Build User Administration Menu.
*
* @package WordPress
* @subpackage Administration
* @since 3.1.0
*/
$menu[0] = array(__('Dashboard'), 'exist', 'index.php', '', 'menu-top menu-top-first menu-icon-dashboard', 'menu-dashboard', 'div');