| @@ -58,9 +58,9 @@ | ||
| 58 | 58 | |
| 59 | 59 | /** |
| 60 | 60 | * @var PLL_Admin_Filters_Widgets_Options |
| 61 | 61 | */ |
| 62 | - public $filters_widgets; | |
| 62 | + public $filters_widgets_options; | |
| 63 | 63 | |
| 64 | 64 | /** |
| 65 | 65 | * Setups filters and action needed on all admin pages and on plugins page. |
| 66 | 66 | * |
| @@ -128,9 +128,9 @@ | ||
| 128 | 128 | * @return void |
| 129 | 129 | */ |
| 130 | 130 | public function add_filters() { |
| 131 | 131 | $this->filters_sanitization = new PLL_Filters_Sanitization( $this->get_locale_for_sanitization() ); |
| 132 | - $this->filters_widgets = new PLL_Admin_Filters_Widgets_Options( $this ); | |
| 132 | + $this->filters_widgets_options = new PLL_Admin_Filters_Widgets_Options( $this ); | |
| 133 | 133 | |
| 134 | 134 | // All these are separated just for convenience and maintainability |
| 135 | 135 | $classes = array( 'Filters', 'Filters_Columns', 'Filters_Post', 'Filters_Term', 'Nav_Menu', 'Classic_Editor', 'Block_Editor' ); |
| 136 | 136 | |