We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0efa9 commit bc6c9b4Copy full SHA for bc6c9b4
1 file changed
classes/suggested-tasks/providers/class-select-timezone.php
@@ -32,7 +32,7 @@ class Select_Timezone extends Tasks {
32
* @return string
33
*/
34
protected function get_url() {
35
- return \admin_url( 'options-general.php' );
+ return \admin_url( 'options-general.php?pp-focus-el=' . $this->get_task_id() );
36
}
37
38
/**
0 commit comments