Skip to content

Commit b0e8f34

Browse files
authored
Update settings-page.php
1 parent 90a5f81 commit b0e8f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UI/settings-page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
?>
3636

3737
<div class="wrap">
38-
<h1 class="wp-heading-inline"><?php echo esc_html_e( 'Parse.ly Settings', 'wp-parsely' ); ?></h1>
38+
<h1 class="wp-heading-inline"><?php esc_html_e( 'Parse.ly Settings', 'wp-parsely' ); ?></h1>
3939
<span id="wp-parsely_version"><?php echo esc_html( $parsely_version_string ); ?></span>
4040

4141
<?php settings_errors(); ?>

0 commit comments

Comments
 (0)