Skip to content

Commit f302d56

Browse files
committed
Fix parse error
1 parent c86a5f6 commit f302d56

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

code-snippets.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
*/
2929

3030
/* Exit if accessed directly */
31-
if ( ! defined( 'ABSPATH' ) ) {lcs
32-
31+
if ( ! defined( 'ABSPATH' ) ) {
3332
exit;
3433
}
3534

@@ -43,7 +42,7 @@
4342
* @since 2.0
4443
* @var string A PHP-standardized version number string
4544
*/
46-
define( 'CODE_SNIPPETS_VERSION', '2.2.0' );
45+
define( 'CODE_SNIPPETS_VERSION', '2.2.0.1' );
4746

4847
/**
4948
* The full path to the main file of this plugin

0 commit comments

Comments
 (0)