Skip to content

Commit a93fab1

Browse files
committed
Slides field was not properly initialized for the media elements. Fixed.
1 parent 1db85ce commit a93fab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redux-framework.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Description: Redux is a simple, truly extensible options framework for WordPress themes and plugins.
1313
* Author: Team Redux
1414
* Author URI: http://reduxframework.com
15-
* Version: 3.3.1
15+
* Version: 3.3.1.1
1616
* Text Domain: redux-framework
1717
* License: GPL3+
1818
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
@@ -46,4 +46,4 @@
4646
// Waiting until all plugsin have been loaded prevents the ReduxFramework class from
4747
// being created, and fails the !class_exists('ReduxFramework') check in the sample_config.php,
4848
// and thus prevents any plugin using Redux from loading their config file.
49-
ReduxFrameworkPlugin::instance();
49+
ReduxFrameworkPlugin::instance();

0 commit comments

Comments
 (0)