← All changes
|
includes/editor-templates/editor-wrapper.php
+1
-5
4.1.0-dev2
→
3.23.0-dev3
View file →
| @@ -26,13 +26,9 @@ | ||
| 26 | 26 | <html <?php language_attributes(); ?>> |
| 27 | 27 | <head> |
| 28 | 28 | <meta charset="utf-8" /> |
| 29 | 29 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 30 | - <title><?php printf( | |
| 31 | - /* translators: %s: Page title. */ | |
| 32 | - esc_html__( 'Edit "%s" with Elementor', 'elementor' ), | |
| 33 | - esc_html( get_the_title() ) | |
| 34 | - ); ?></title> | |
| 30 | + <title><?php echo sprintf( esc_html__( 'Edit "%s" with Elementor', 'elementor' ), esc_html( get_the_title() ) ); ?></title> | |
| 35 | 31 | <?php wp_head(); ?> |
| 36 | 32 | <script> |
| 37 | 33 | var ajaxurl = '<?php Utils::print_unescaped_internal_string( admin_url( 'admin-ajax.php', 'relative' ) ); ?>'; |
| 38 | 34 | </script> |