| @@ -3,10 +3,10 @@ | ||
| 3 | 3 | ?> |
| 4 | 4 | |
| 5 | 5 | <div class="templately-header"> |
| 6 | 6 | <div class="templately-header-left"> |
| 7 | - <h1><?php echo __( 'Templately', 'templately' ); ?></h1> | |
| 7 | + <h1><?php echo esc_html__( 'Templately', 'templately' ); ?></h1> | |
| 8 | 8 | </div> |
| 9 | 9 | <div class="templately-header-right"> |
| 10 | - <?php echo sprintf( '%s: %s', __( 'Version', 'templately' ), TEMPLATELY_VERSION ); ?> | |
| 10 | + <?php echo esc_html( sprintf( '%s: %s', __( 'Version', 'templately' ), TEMPLATELY_VERSION ) ); ?> | |
| 11 | 11 | </div> |
| 12 | 12 | </div> |