Replace another admin_url/network_admin_url pair with self_admin_url.

This commit is contained in:
Yahnis Elsts 2016-01-13 19:42:22 +02:00
parent 55ad04d9b0
commit 5b7498ba61
1 changed files with 1 additions and 1 deletions

View File

@ -900,7 +900,7 @@ class PluginUpdateChecker_2_3 {
'puc_update_check_result' => $status,
'puc_slug' => $this->slug,
),
is_network_admin() ? network_admin_url('plugins.php') : admin_url('plugins.php')
self_admin_url('plugins.php')
));
}
}