Plugin Directory

Changeset 2389442


Ignore:
Timestamp:
09/28/2020 08:18:08 AM (6 years ago)
Author:
webinnane
Message:

updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lifeline-donation/trunk/templates/modal/modal3.php

    r2388789 r2389442  
    2525                    <div class="donation-payment-cycle" style="margin-bottom:20px" v-if="is_recurring()">
    2626                        <a :class="(recurring) ? 'active' : ''" @click.prevent="step = 1;recurring = true" href="#"><?php esc_html_e('Recurring', 'lifeline-donation'); ?></a>
    27                         <a :class="(!recurring) ? 'active' : ''" @click.prevent="step = 1;recurring = false" href="#" title=""><?php esc_html__('One Time', 'lifeline-donation'); ?></a>
     27                        <a :class="(!recurring) ? 'active' : ''" @click.prevent="step = 1;recurring = false" href="#" title=""><?php esc_html_e('One Time', 'lifeline-donation'); ?></a>
    2828                    </div>
    2929                    <?php include LIFELINE_DONATION_PATH . 'templates/donation-modal/recurring_fields.php' ?>
Note: See TracChangeset for help on using the changeset viewer.