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 | core/admin/admin.php +2 -2 4.3.0-beta14.3.0-beta3 View file →
@@ -242,10 +242,10 @@
242 242 <div id="elementor-switch-mode">
243 243 <input id="elementor-switch-mode-input" type="hidden" name="_elementor_post_mode" value="<?php echo esc_attr( $document->is_built_with_elementor() ); ?>" />
244 244 <button id="elementor-switch-mode-button" type="button" class="button button-primary button-hero">
245 245 <span class="elementor-switch-mode-on">
246 - <i class="eicon-arrow-<?php echo ( is_rtl() ) ? 'right' : 'left'; ?>" aria-hidden="true"></i>
247 - <?php echo esc_html__( 'Back to WordPress Editor', 'elementor' ); ?>
246 + <i class="eicon-wordpress" aria-hidden="true"></i>
247 + <?php echo esc_html__( 'Edit with WordPress', 'elementor' ); ?>
248 248 </span>
249 249 <span class="elementor-switch-mode-off">
250 250 <i class="eicon-elementor-square" aria-hidden="true"></i>
251 251 <?php echo esc_html__( 'Edit with Elementor', 'elementor' ); ?>