| @@ -240,9 +240,9 @@ | ||
| 240 | 240 | 'callback' => function() { |
| 241 | 241 | $intro_text = sprintf( |
| 242 | 242 | /* translators: %s: Codex URL */ |
| 243 | 243 | __( '<strong>Important:</strong> It is strongly recommended that you <a target="_blank" href="%s">backup your database</a> before using Replace URL.', 'elementor' ), |
| 244 | - 'https://codex.wordpress.org/WordPress_Backups' | |
| 244 | + 'http://go.elementor.com/wordpress-backups/' | |
| 245 | 245 | ); |
| 246 | 246 | $intro_text = '<div>' . $intro_text . '</div>'; |
| 247 | 247 | |
| 248 | 248 | echo '<h2>' . esc_html__( 'Replace URL', 'elementor' ) . '</h2>'; |