Changeset 2587387
- Timestamp:
- 08/23/2021 10:25:07 PM (5 years ago)
- Location:
- chilisearch
- Files:
-
- 2 edited
-
tags/3.0.0/templates/admin_tab_wts.php (modified) (2 diffs)
-
trunk/templates/admin_tab_wts.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
chilisearch/tags/3.0.0/templates/admin_tab_wts.php
r2587386 r2587387 37 37 <th scope="row"><label><?= __( 'Search between', 'chilisearch' ) ?>:</label></th> 38 38 <td> 39 <? foreach ( $post_types as $post_type): ?>39 <?php foreach ( $post_types as $post_type): ?> 40 40 <div class="form-group"> 41 41 <label for="<?= $post_type->name ?>"> … … 45 45 </label> 46 46 </div> 47 <? endforeach; ?>47 <?php endforeach; ?> 48 48 <div class="form-group"> 49 49 <label for="media_doc_files"> -
chilisearch/trunk/templates/admin_tab_wts.php
r2587386 r2587387 37 37 <th scope="row"><label><?= __( 'Search between', 'chilisearch' ) ?>:</label></th> 38 38 <td> 39 <? foreach ( $post_types as $post_type): ?>39 <?php foreach ( $post_types as $post_type): ?> 40 40 <div class="form-group"> 41 41 <label for="<?= $post_type->name ?>"> … … 45 45 </label> 46 46 </div> 47 <? endforeach; ?>47 <?php endforeach; ?> 48 48 <div class="form-group"> 49 49 <label for="media_doc_files">
Note: See TracChangeset
for help on using the changeset viewer.