From ca2c725da0b0c19d41e8698e6946c392dbc20d2e Mon Sep 17 00:00:00 2001 From: Louis Wolmarans Date: Mon, 30 Jun 2025 13:58:23 +0200 Subject: [PATCH] fix: missing comma --- src/php/views/partials/list-table-notices.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/php/views/partials/list-table-notices.php b/src/php/views/partials/list-table-notices.php index bfcb3d3e..8656649c 100644 --- a/src/php/views/partials/list-table-notices.php +++ b/src/php/views/partials/list-table-notices.php @@ -24,7 +24,7 @@ esc_html__( 'Warning:', 'code-snippets' ), sprintf( // translators: 1: constant name, 2: file name. - esc_html__( 'Safe mode is active and snippets will not execute! Remove the %1$s constant from %2$s file to turn off safe mode.', 'code-snippets' ) + esc_html__( 'Safe mode is active and snippets will not execute! Remove the %1$s constant from %2$s file to turn off safe mode.', 'code-snippets' ), 'CODE_SNIPPETS_SAFE_MODE', 'wp-config.php', )