PluginProbe
Polylang / 2.5
Polylang v2.5
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 | include/olt-manager.php +1 -1 2.7.42.5 View file →
@@ -9,9 +9,9 @@
9 9 *
10 10 * @since 1.2
11 11 */
12 12 class PLL_OLT_Manager {
13 - protected static $instance; // For singleton
13 + static protected $instance; // For singleton
14 14 protected $default_locale;
15 15 protected $list_textdomains = array(); // All text domains
16 16 public $labels = array(); // Post types and taxonomies labels to translate
17 17