Skip to content

Commit

Permalink
Correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Gliebe committed Apr 17, 2014
1 parent 86f19dd commit c368342
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
/**
* Framework constants
*/
if ( ! defined( 'CTFW_VERSION' ) ) define( 'CTFW_VERSION', '1.1.4' );
if ( ! defined( 'CTFW_VERSION' ) ) define( 'CTFW_VERSION', '1.2' );

/**
* Theme constants
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/admin-widgets.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* This is for passing into localization for JavaScript when admin-widget.js is enqueued.
* It's functionized because admin-widget.js is inqueued in two places: Appearance > Widgets and Customize
*
* @since 1.1.5
* @since 1.2
* @return array Data for JavaScript
*/

Expand Down
4 changes: 2 additions & 2 deletions includes/customize.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ function ctfw_customize_sanitize_google_font( $setting, $input ) {
/**
* Enqueue JavaScript for customizer controls
*
* @since 1.1.5
* @since 1.2
*/
function ctfw_customize_enqueue_scripts() {

Expand All @@ -239,7 +239,7 @@ function ctfw_customize_enqueue_scripts() {
/**
* Enqueue styles for customizer controls
*
* @since 1.1.5
* @since 1.2
*/
function ctfw_customize_enqueue_styles() {

Expand Down

0 comments on commit c368342

Please sign in to comment.