Skip to content
This repository was archived by the owner on Dec 4, 2019. It is now read-only.

Commit 528eafa

Browse files
committed
1.9.6 - Redux update + fix tiny mce fonts
1 parent f1fc693 commit 528eafa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

plugins/redux-dev/ReduxCore/class.redux-core.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ private function includes() {
168168

169169
spl_autoload_register(array($this, 'register_classes'));
170170

171-
new Redux_Builder_Api($this);
171+
new Redux_Builder_Api();
172172
new Redux_Welcome();
173173
}
174174

plugins/redux-extensions/accordion/extension_accordion.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function __construct( $parent ) {
5454
parent::__construct( $parent, __FILE__ );
5555
self::$ext_url = $this->_extension_url;
5656

57-
$this->add_overload_field_filter( 'accordion' );
57+
$this->add_field( 'accordion' );
5858

5959
// Uncomment when customizer works - kp
6060
//include_once($this->extension_dir . 'multi-media/inc/class.customizer.php');

plugins/redux-extensions/number/extension_number.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class ReduxFramework_Extension_number extends Redux_Abstract_Extension {
1818
public function __construct( $parent ) {
1919
parent::__construct( $parent, __FILE__ );
2020

21-
$this->add_overload_field_filter( 'number' );
21+
$this->add_field( 'number' );
2222
}
2323
}
2424
}

0 commit comments

Comments
 (0)