Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<label>
<input type="radio" value="legacy"
name="algolia_instantsearch_template_version" <?php checked( $value, 'legacy' ); ?>>
<?php esc_html_e( 'Legacy', 'wp-search-with-algolia' ); ?>
<?php esc_html_e( 'Legacy (instantsearch.php)', 'wp-search-with-algolia' ); ?>
</label>
<div class="radio-info">
<?php
Expand All @@ -33,7 +33,7 @@
<label>
<input type="radio" value="modern"
name="algolia_instantsearch_template_version" <?php checked( $value, 'modern' ); ?>>
<?php esc_html_e( 'Modern', 'wp-search-with-algolia' ); ?>
<?php esc_html_e( 'Modern (instantsearch-modern.php)', 'wp-search-with-algolia' ); ?>
</label>
<div class="radio-info">
<?php
Expand All @@ -48,4 +48,5 @@
);
?>
</div>
<p><strong><?php esc_html_e( 'Leave on current setting if you have InstantSearch customized via files in your active theme.', 'wp-search-with-algolia' ); ?></strong></p>
</div>