Changeset 13733 for trunk/wp-admin/menu.php
- Timestamp:
- 03/17/2010 04:27:25 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/menu.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/menu.php
r13679 r13733 49 49 if ( is_multisite() ) 50 50 $submenu[ 'index.php' ][5] = array( __('My Sites'), 'read', 'my-sites.php' ); 51 51 52 52 if ( is_super_admin() ) { 53 53 $plugin_update_count = $theme_update_count = $wordpress_update_count = 0; … … 117 117 $_wp_last_object_menu++; 118 118 $ptype_obj = get_post_type_object($ptype); 119 119 120 120 $menu[$_wp_last_object_menu] = array(esc_attr($ptype_obj->label), $ptype_obj->edit_type_cap, "edit.php?post_type=$ptype", '', 'menu-top menu-icon-posts', 'menu-' . sanitize_html_class($ptype), 'div'); 121 121 $submenu["edit.php?post_type=$ptype"][5] = array( __('Edit'), 'edit_posts', "edit.php?post_type=$ptype");
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)