Skip to content

Commit 7f8ed1c

Browse files
authored
Merge pull request #559 from ProgressPlanner/ari/fix/506
Change the link of the Rename uncategorized task to the taxonomy-term edit screen instead of the taxonomy terms list
2 parents 7329624 + bdf6df5 commit 7f8ed1c

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)