Changeset 15879 for trunk/wp-admin/user/menu.php
- Timestamp:
- 10/21/2010 11:14:22 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user/menu.php
r15746 r15879 1 1 <?php 2 /** 3 * Build User Administration Menu. 4 * 5 * @package WordPress 6 * @subpackage Administration 7 * @since 3.1.0 8 */ 2 9 3 10 $menu[0] = array(__('Dashboard'), 'exist', 'index.php', '', 'menu-top menu-top-first menu-icon-dashboard', 'menu-dashboard', 'div');
Note: See TracChangeset
for help on using the changeset viewer.