PluginProbe
Polylang / 3.1
Polylang v3.1
3.8.9 3.8.8 3.8.7 3.8.6 3.8.5 3.8.4 3.8.3 2.7 2.7.0.1 2.7.1 2.7.2 2.7.3 2.7.4 2.8 2.8.1 2.8.2 2.8.3 2.8.4 2.9 2.9.1 2.9.2 3.0 3.0.1 3.0.2 3.0.3 All 233 releases
← All changes | admin/admin.php +2 -2 3.03.1 View file →
@@ -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