| @@ -11,6 +11,6 @@ | ||
| 11 | 11 | |
| 12 | 12 | if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly |
| 13 | 13 | ?> |
| 14 | 14 | <p class="propertyhive-info"><?php |
| 15 | - _e( 'You must be logged in to view this.', 'propertyhive' ); | |
| 15 | + echo esc_html(__( 'You must be logged in to view this.', 'propertyhive' )); | |
| 16 | 16 | ?></p> |