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 76415f2 commit 5556ae5Copy full SHA for 5556ae5
_inc/client/security/backups-scan.jsx
@@ -256,6 +256,7 @@ export const BackupsScan = withModuleSettingsFormHelpers(
256
compact
257
className="jp-settings-card__configure-link"
258
onClick={ this.trackConfigureClick }
259
+ target="_blank"
260
href="https://dashboard.vaultpress.com/"
261
>
262
{ __( 'Configure your Security Scans' ) }
_inc/client/security/monitor.jsx
@@ -60,6 +60,7 @@ export const Monitor = withModuleSettingsFormHelpers(
60
61
62
63
64
href={ 'https://wordpress.com/settings/security/' + this.props.siteRawUrl }
65
66
{ __( 'Configure your notification settings' ) }
0 commit comments