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 065a445 + cbbc9f7 commit 65ce92fCopy full SHA for 65ce92f
src/php/settings/class-version-switch.php
@@ -348,7 +348,7 @@ public static function ajax_refresh_versions(): void {
348
349
public static function render_version_switch_warning(): void {
350
?>
351
- <div id="version-switch-warning" class="notice notice-warning" style="display: none; margin-block-end: 20px;">
+ <div id="version-switch-warning" class="notice notice-warning" style="display: none; margin-block-start: 20px;">
352
<p>
353
<strong><?php esc_html_e( 'Warning:', 'code-snippets' ); ?></strong>
354
<?php esc_html_e( 'Switching versions may cause compatibility issues. Always backup your site before switching versions.', 'code-snippets' ); ?>
0 commit comments