-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
6,604 additions
and
2,441 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
* @author Shea Bunge <[email protected]> | ||
* @copyright 2012-2021 Shea Bunge | ||
* @license MIT http://opensource.org/licenses/MIT | ||
* @version 2.14.2 | ||
* @version 2.14.3 | ||
* @link https://github.com/sheabunge/code-snippets | ||
*/ | ||
|
||
|
@@ -19,7 +19,7 @@ | |
Description: An easy, clean and simple way to run code snippets on your site. No need to edit to your theme's functions.php file again! | ||
Author: Code Snippets Pro | ||
Author URI: https://codesnippets.pro | ||
Version: 2.14.2 | ||
Version: 2.14.3 | ||
License: MIT | ||
License URI: license.txt | ||
Text Domain: code-snippets | ||
|
@@ -110,7 +110,7 @@ function code_snippets() { | |
static $plugin; | ||
|
||
if ( is_null( $plugin ) ) { | ||
$plugin = new Code_Snippets( '2.14.2', __FILE__ ); | ||
$plugin = new Code_Snippets( '2.14.3', __FILE__ ); | ||
} | ||
|
||
return $plugin; | ||
|
Oops, something went wrong.