Plugin Directory

Changeset 2271598


Ignore:
Timestamp:
03/31/2020 12:14:57 PM (5 years ago)
Author:
noxonsu
Message:

Fix button textdomain

Location:
multi-currency-wallet
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • multi-currency-wallet/tags/1.0.1/includes/admin_page/admin_page.php

    r2270245 r2271598  
    248248                                </th>
    249249                                <td>
    250                                     <a href="<?php echo mcwallet_thickbox_url();?>" class="button thickbox mcwallet-button-thickbox" title="<?php esc_attr_e( 'MCWallet Widget Demo', 'multi-currency-wallet' );?>"><?php esc_html_e( 'See Modal Widget Demo', 'mcwallet' );?></a>
     250                                    <a href="<?php echo mcwallet_thickbox_url();?>" class="button thickbox mcwallet-button-thickbox" title="<?php esc_attr_e( 'MCWallet Widget Demo', 'multi-currency-wallet' );?>"><?php esc_html_e( 'See Modal Widget Demo', 'multi-currency-wallet' );?></a>
    251251                                    <a href="<?php echo mcwallet_page_url();?>" class="button mcwallet-button-url" target="_blank"><?php esc_html_e( 'View page', 'multi-currency-wallet' );?></a>
    252252                                </td>
  • multi-currency-wallet/trunk/includes/admin_page/admin_page.php

    r2269663 r2271598  
    248248                                </th>
    249249                                <td>
    250                                     <a href="<?php echo mcwallet_thickbox_url();?>" class="button thickbox mcwallet-button-thickbox" title="<?php esc_attr_e( 'MCWallet Widget Demo', 'multi-currency-wallet' );?>"><?php esc_html_e( 'See Modal Widget Demo', 'mcwallet' );?></a>
     250                                    <a href="<?php echo mcwallet_thickbox_url();?>" class="button thickbox mcwallet-button-thickbox" title="<?php esc_attr_e( 'MCWallet Widget Demo', 'multi-currency-wallet' );?>"><?php esc_html_e( 'See Modal Widget Demo', 'multi-currency-wallet' );?></a>
    251251                                    <a href="<?php echo mcwallet_page_url();?>" class="button mcwallet-button-url" target="_blank"><?php esc_html_e( 'View page', 'multi-currency-wallet' );?></a>
    252252                                </td>
Note: See TracChangeset for help on using the changeset viewer.