diff --git a/wp-includes/link-template.php b/wp-includes/link-template.php index dde12c1616..37e8684bf0 100644 --- a/wp-includes/link-template.php +++ b/wp-includes/link-template.php @@ -1092,7 +1092,7 @@ function get_edit_term_link( $term, $taxonomy = '', $object_type = '' ) { } $args = array( - 'taxonomy' => $taxonomy, + 'taxonomy' => $tax->name, 'tag_ID' => $term_id, ); diff --git a/wp-includes/version.php b/wp-includes/version.php index ef8dd9b041..dbea95c968 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58806'; +$wp_version = '6.7-alpha-58807'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.