Changeset 32842
- Timestamp:
- 06/18/2015 03:03:29 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/nav-menu.php
r32833 r32842 469 469 470 470 /** 471 * Limit the amount of meta boxes to just links, pages and cats for first time users.471 * Limit the amount of meta boxes to pages, posts, links, and categories for first time users. 472 472 * 473 473 * @since 3.0.0 … … 481 481 return; 482 482 483 $initial_meta_boxes = array( ' nav-menu-theme-locations', 'add-page', 'add-custom-links', 'add-category' );483 $initial_meta_boxes = array( 'add-page', 'add-post', 'add-custom-links', 'add-category' ); 484 484 $hidden_meta_boxes = array(); 485 485
Note: See TracChangeset
for help on using the changeset viewer.