Changeset 16253
- Timestamp:
- 11/09/2010 03:28:09 AM (14 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r16222 r16253 9 9 /** WordPress Administration Bootstrap */ 10 10 require_once('./admin.php'); 11 $tax = get_taxonomy( $taxnow ); 11 12 if ( !current_user_can( $tax->cap->manage_terms ) ) 12 13 wp_die( __( 'Cheatin’ uh?' ) ); -
trunk/wp-admin/menu.php
r16251 r16253 138 138 } 139 139 } 140 unset($ptype, $ptype_obj, $ptype_class, $ptype_for_id, $ptype_menu_position, $menu_icon, $i );140 unset($ptype, $ptype_obj, $ptype_class, $ptype_for_id, $ptype_menu_position, $menu_icon, $i, $tax); 141 141 142 142 $menu[59] = array( '', 'read', 'separator2', '', 'wp-menu-separator' );
Note: See TracChangeset
for help on using the changeset viewer.