PluginProbe
Elementor Website Builder – more than just a page builder / 4.3.0-beta3
Elementor Website Builder – more than just a page builder v4.3.0-beta3
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 | modules/gutenberg/module.php +4 -1 4.1.24.3.0-beta3 View file →
@@ -94,9 +94,12 @@
94 94 ?>
95 95 <script id="elementor-gutenberg-button-switch-mode" type="text/html">
96 96 <div id="elementor-switch-mode">
97 97 <button id="elementor-switch-mode-button" type="button" class="button button-primary button-large">
98 - <span class="elementor-switch-mode-on"><?php echo esc_html__( '&#8592; Back to WordPress Editor', 'elementor' ); ?></span>
98 + <span class="elementor-switch-mode-on">
99 + <i class="eicon-wordpress" aria-hidden="true"></i>
100 + <?php echo esc_html__( 'Edit with WordPress', 'elementor' ); ?>
101 + </span>
99 102 <span class="elementor-switch-mode-off">
100 103 <i class="eicon-elementor-square" aria-hidden="true"></i>
101 104 <?php echo esc_html__( 'Edit with Elementor', 'elementor' ); ?>
102 105 </span>