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.
1 parent 90a5f81 commit b0e8f34Copy full SHA for b0e8f34
src/UI/settings-page.php
@@ -35,7 +35,7 @@
35
?>
36
37
<div class="wrap">
38
- <h1 class="wp-heading-inline"><?php echo esc_html_e( 'Parse.ly Settings', 'wp-parsely' ); ?></h1>
+ <h1 class="wp-heading-inline"><?php esc_html_e( 'Parse.ly Settings', 'wp-parsely' ); ?></h1>
39
<span id="wp-parsely_version"><?php echo esc_html( $parsely_version_string ); ?></span>
40
41
<?php settings_errors(); ?>
0 commit comments