Skip to content

Commit

Permalink
Remove stray comma
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed May 10, 2022
1 parent 6e9084b commit e4884b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/admin-menus/class-manage-menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ protected function print_messages() {
if ( defined( 'CODE_SNIPPETS_SAFE_MODE' ) && CODE_SNIPPETS_SAFE_MODE ) {
echo '<div id="message" class="error fade"><p>';
echo wp_kses_post(
__( '<strong>Warning:</strong> Safe mode is active and snippets will not execute! Remove the <code>CODE_SNIPPETS_SAFE_MODE</code> constant from <code>wp-config.php</code> to turn off safe mode. <a href="https://github.com/sheabunge/code-snippets/wiki/Safe-Mode" target="_blank">Help</a>', 'code-snippets' ),
__( '<strong>Warning:</strong> Safe mode is active and snippets will not execute! Remove the <code>CODE_SNIPPETS_SAFE_MODE</code> constant from <code>wp-config.php</code> to turn off safe mode. <a href="https://github.com/sheabunge/code-snippets/wiki/Safe-Mode" target="_blank">Help</a>', 'code-snippets' )
);
echo '</p></div>';
}
Expand Down

0 comments on commit e4884b9

Please sign in to comment.