Changeset 59678 for trunk/src/wp-admin/user/menu.php
- Timestamp:
- 01/22/2025 02:04:34 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user/menu.php
r47198 r59678 7 7 * @since 3.1.0 8 8 */ 9 10 // Don't load directly. 11 if ( ! defined( 'ABSPATH' ) ) { 12 die( '-1' ); 13 } 9 14 10 15 $menu[2] = array( __( 'Dashboard' ), 'exist', 'index.php', '', 'menu-top menu-top-first menu-icon-dashboard', 'menu-dashboard', 'dashicons-dashboard' );
Note: See TracChangeset
for help on using the changeset viewer.