Skip to content

Commit 8955efd

Browse files
authored
Apply suggestions from code review
1 parent dd6a035 commit 8955efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/webmention-settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<td>
143143
<fieldset>
144144
<label for="webmention_avatar_store_enable">
145-
<input type="checkbox" name="webmention_avatar_store_enable" id="webmention_avatar_store_enable" value="1" <?php echo checked( true, get_option( 'webmention_avatar_store_enable', 1 ) ); ?> />
145+
<input type="checkbox" name="webmention_avatar_store_enable" id="webmention_avatar_store_enable" value="1" <?php checked( true, get_option( 'webmention_avatar_store_enable', 1 ) ); ?> />
146146
<?php esc_html_e( 'Enable Local Caching of Avatars.', 'webmention' ); ?>
147147
</label>
148148
</fieldset>

0 commit comments

Comments
 (0)