PluginProbe
Elementor Website Builder – more than just a page builder / 3.32.0-dev3
Elementor Website Builder – more than just a page builder v3.32.0-dev3
4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 All 452 releases
← All changes | core/admin/canary-deployment.php +1 -1 4.0.83.32.0-dev3 View file →
@@ -126,9 +126,9 @@
126 126 foreach ( $group as $condition ) {
127 127 // Reset results for each condition.
128 128 $result = false;
129 129 switch ( $condition['type'] ) {
130 - case 'wordpress': // phpcs:ignore WordPress.WP.CapitalPDangit.MisspelledInText
130 + case 'wordpress': // phpcs:ignore WordPress.WP.CapitalPDangit.Misspelled
131 131 // include an unmodified $wp_version
132 132 include ABSPATH . WPINC . '/version.php';
133 133 $result = version_compare( $wp_version, $condition['version'], $condition['operator'] );
134 134 break;