diff --git a/wp-admin/menu.php b/wp-admin/menu.php index 46b69cd62c..eaf997ac3c 100644 --- a/wp-admin/menu.php +++ b/wp-admin/menu.php @@ -135,7 +135,7 @@ foreach ( array_merge( $builtin, $types ) as $ptype ) { $submenu[ $ptype_file ][$i++] = array( esc_attr( $tax->labels->menu_name ), $tax->cap->manage_terms, sprintf( $edit_tags_file, $tax->name ) ); } } -unset($ptype, $ptype_obj, $ptype_for_id, $ptype_menu_position, $menu_icon, $i, $tax); +unset( $ptype, $ptype_obj, $ptype_for_id, $ptype_menu_position, $menu_icon, $i, $tax, $post_new_file ); $menu[59] = array( '', 'read', 'separator2', '', 'wp-menu-separator' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index a427ea30a4..50595711bc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34722'; +$wp_version = '4.4-alpha-34723'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.