We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30c0481 + 2c5f647 commit 2d2858dCopy full SHA for 2d2858d
templates/pos.php
@@ -11,7 +11,7 @@
11
<!DOCTYPE html>
12
<html>
13
<head>
14
- <title><?php esc_attr_e( 'Point of Sale', 'woocommerce-pos' ); ?> - <?php esc_html( bloginfo( 'name' ) ); ?></title>
+ <title><?php esc_html_e( 'Point of Sale', 'woocommerce-pos' ); ?> - <?php echo esc_html( bloginfo( 'name' ) ); ?></title>
15
<meta charset="utf-8"/>
16
17
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
0 commit comments