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 e08c621 commit ca2c725Copy full SHA for ca2c725
src/php/views/partials/list-table-notices.php
@@ -24,7 +24,7 @@
24
esc_html__( 'Warning:', 'code-snippets' ),
25
sprintf(
26
// translators: 1: constant name, 2: file name.
27
- 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' ),
28
'<code>CODE_SNIPPETS_SAFE_MODE</code>',
29
'<code>wp-config.php</code>',
30
)
0 commit comments