From c3683426559e8c1cce6e0c9a6b6c108df2429591 Mon Sep 17 00:00:00 2001 From: Steven Gliebe Date: Thu, 17 Apr 2014 11:36:08 -0500 Subject: [PATCH] Correct version --- framework.php | 2 +- includes/admin/admin-widgets.php | 2 +- includes/customize.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/framework.php b/framework.php index 3991a9c..55e88a4 100644 --- a/framework.php +++ b/framework.php @@ -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 diff --git a/includes/admin/admin-widgets.php b/includes/admin/admin-widgets.php index b30892f..8f4bca4 100644 --- a/includes/admin/admin-widgets.php +++ b/includes/admin/admin-widgets.php @@ -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 */ diff --git a/includes/customize.php b/includes/customize.php index fdd92c4..22b10ca 100644 --- a/includes/customize.php +++ b/includes/customize.php @@ -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() { @@ -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() {