]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/menu.php
Wordpress 3.0.1
[autoinstalls/wordpress.git] / wp-admin / menu.php
index 7d447c63e179c3082b883e87583fd40df3841f65..cb6b5a195a295796729c3d91735079d9244c91b2 100644 (file)
@@ -113,7 +113,7 @@ $menu[20] = array( __('Pages'), 'edit_pages', 'edit.php?post_type=page', '', 'me
                if ( ! $tax->show_ui || ! in_array('page', (array) $tax->object_type, true) )
                        continue;
 
-               $submenu['edit.php?post_type=page'][$i++] = array( esc_attr( $tax->labels->name ), $tax->cap->manage_terms, 'edit-tags.php?taxonomy=' . $tax->name );
+               $submenu['edit.php?post_type=page'][$i++] = array( esc_attr( $tax->labels->name ), $tax->cap->manage_terms, 'edit-tags.php?post_type=page&taxonomy=' . $tax->name );
        }
        unset($tax);