Changeset 627905
- Timestamp:
- 11/20/2012 09:21:00 PM (13 years ago)
- File:
-
- 1 edited
-
lift-search/trunk/admin/status.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lift-search/trunk/admin/status.php
r627882 r627905 74 74 <input type="hidden" name="page" value="<?php echo esc_attr( Lift_Search::ADMIN_STATUS_PAGE ); ?>"> 75 75 <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> 77 77 </form> 78 78 </div>
Note: See TracChangeset
for help on using the changeset viewer.