We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db85ce commit a93fab1Copy full SHA for a93fab1
redux-framework.php
@@ -12,7 +12,7 @@
12
* Description: Redux is a simple, truly extensible options framework for WordPress themes and plugins.
13
* Author: Team Redux
14
* Author URI: http://reduxframework.com
15
- * Version: 3.3.1
+ * Version: 3.3.1.1
16
* Text Domain: redux-framework
17
* License: GPL3+
18
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
@@ -46,4 +46,4 @@
46
// Waiting until all plugsin have been loaded prevents the ReduxFramework class from
47
// being created, and fails the !class_exists('ReduxFramework') check in the sample_config.php,
48
// and thus prevents any plugin using Redux from loading their config file.
49
-ReduxFrameworkPlugin::instance();
+ReduxFrameworkPlugin::instance();
0 commit comments