Plugin Directory

Changeset 2587387


Ignore:
Timestamp:
08/23/2021 10:25:07 PM (5 years ago)
Author:
chilisearch
Message:
  • minor fix
Location:
chilisearch
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chilisearch/tags/3.0.0/templates/admin_tab_wts.php

    r2587386 r2587387  
    3737                <th scope="row"><label><?= __( 'Search between', 'chilisearch' ) ?>:</label></th>
    3838                <td>
    39                     <? foreach ( $post_types as $post_type): ?>
     39                    <?php foreach ( $post_types as $post_type): ?>
    4040                        <div class="form-group">
    4141                            <label for="<?= $post_type->name ?>">
     
    4545                            </label>
    4646                        </div>
    47                     <? endforeach; ?>
     47                    <?php endforeach; ?>
    4848                    <div class="form-group">
    4949                        <label for="media_doc_files">
  • chilisearch/trunk/templates/admin_tab_wts.php

    r2587386 r2587387  
    3737                <th scope="row"><label><?= __( 'Search between', 'chilisearch' ) ?>:</label></th>
    3838                <td>
    39                     <? foreach ( $post_types as $post_type): ?>
     39                    <?php foreach ( $post_types as $post_type): ?>
    4040                        <div class="form-group">
    4141                            <label for="<?= $post_type->name ?>">
     
    4545                            </label>
    4646                        </div>
    47                     <? endforeach; ?>
     47                    <?php endforeach; ?>
    4848                    <div class="form-group">
    4949                        <label for="media_doc_files">
Note: See TracChangeset for help on using the changeset viewer.