Skip to content

Commit 7fe8d9e

Browse files
authored
Merge branch 'develop' into ari/task-disable-comment-pagination
2 parents 288c13d + 7f8ed1c commit 7fe8d9e

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)