Index: wp-admin/edit-comments.php =================================================================== --- wp-admin/edit-comments.php (revision 16148) +++ wp-admin/edit-comments.php (working copy) @@ -219,9 +219,9 @@ + display(); ?> -
Index: wp-admin/edit-tags.php =================================================================== --- wp-admin/edit-tags.php (revision 16148) +++ wp-admin/edit-tags.php (working copy) @@ -36,7 +36,7 @@ $ret = wp_insert_term( $_POST['tag-name'], $taxonomy, $_POST ); $location = 'edit-tags.php?taxonomy=' . $taxonomy; if ( 'post' != $post_type ) - $location .= '&post_type=' . $post_type; + $location .= '&post_type=' . $post_type; if ( $referer = wp_get_original_referer() ) { if ( false !== strpos( $referer, 'edit-tags.php' ) ) Index: wp-admin/themes.php =================================================================== --- wp-admin/themes.php (revision 16148) +++ wp-admin/themes.php (working copy) @@ -119,7 +119,7 @@ -