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.
2 parents 9cdffc1 + e0ecd9b commit e3dd9dbCopy full SHA for e3dd9db
admin/class-nginx-helper-admin.php
@@ -316,7 +316,7 @@ public function nginx_helper_settings_link( $links ) {
316
$setting_page = 'options-general.php';
317
}
318
319
- $settings_link = '<a href="' . admin_url( $setting_page . '?page=nginx' ) . '">' . __( 'Settings', 'nginx-helper' ) . '</a>';
+ $settings_link = '<a href="' . network_admin_url( $setting_page . '?page=nginx' ) . '">' . __( 'Settings', 'nginx-helper' ) . '</a>';
320
array_unshift( $links, $settings_link );
321
322
return $links;
0 commit comments