Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions includes/class-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ public function republication_tracker_tool_license_callback() {
<?php if ( $license_key === $selected ) : ?>
checked
<?php endif; ?>
value="<?php esc_attr( $license_key ); ?>"
value="<?php echo esc_attr( $license_key ); ?>"
/>
<?php esc_html( $license_values['label'] . ' - ' . $license_values['description'] ); ?>
<?php echo esc_html( $license_values['label'] . ' - ' . $license_values['description'] ); ?>
</label>
<br>
<?php endforeach; ?>
Expand Down