Plugin Directory

Changeset 627905


Ignore:
Timestamp:
11/20/2012 09:21:00 PM (13 years ago)
Author:
voceplatforms
Message:

fix closing tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lift-search/trunk/admin/status.php

    r627882 r627905  
    7474                                <input type="hidden" name="page" value="<?php echo esc_attr( Lift_Search::ADMIN_STATUS_PAGE ); ?>">
    7575                                <input type="hidden" name="sync-queue" value="1">
    76                                 <button class="button-primary" <?php echo ( ! Lift_Batch_Queue::ready_for_batch( Lift_Search::get_search_domain() ) ) ? 'disabled' : ''; ?>>Sync Queue Now</a>
     76                                <button class="button-primary" <?php echo ( ! Lift_Batch_Queue::ready_for_batch( Lift_Search::get_search_domain() ) ) ? 'disabled' : ''; ?>>Sync Queue Now</button>
    7777                            </form>
    7878                        </div>
Note: See TracChangeset for help on using the changeset viewer.