Skip to content

Commit bdf6df5

Browse files
committed
Change link of "Rename uncategorized" task to the taxonomy-term editor
1 parent 7329624 commit bdf6df5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/suggested-tasks/providers/class-rename-uncategorized-category.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class Rename_Uncategorized_Category extends Tasks {
4848
* @return string
4949
*/
5050
protected function get_url() {
51-
return \admin_url( 'edit-tags.php?taxonomy=category&post_type=post' );
51+
return \admin_url( 'term.php?taxonomy=category&tag_ID=' . $this->get_data_collector()->collect() );
5252
}
5353

5454
/**

0 commit comments

Comments
 (0)