Plugin Directory

Timestamp:
06/19/2024 10:05:22 AM (6 weeks ago)
Author:
bastho
Message:

Deploy stable branch - Merge branch 'master' into 'stable'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • accounting-for-woocommerce/tags/stable/views/settings-accounting-general.php

    r2943758 r3104457  
    195195<ul name="woocommerce_accounting_colorder_col" id="woocommerce_accounting_colorder_col"/>
    196196<?php foreach ($maps as $key => $map): ?>
    197     <li id="<?php esc_attr_e($key); ?>">
     197    <li id="<?php e($key); ?>">
    198198        <span class="ui-icon ui-icon-arrowthick-2-n-s"></span>
    199199        <input type="text" name="woocommerce_accounting_colorder[<?php echo esc_attr($key); ?>]" value="<?php echo esc_attr($map); ?>" class="woocommerce_accounting_colorder">
     
    233233    }
    234234</style>
     235
    235236<?php echo apply_filters('woocommerce_accounting:export_form:pro_features', '<p>'.sprintf(__('More options available with the <a href="%s" target="_blank">pro addon</a>.', 'accounting-for-woocommerce'), 'https://apps.avecnous.eu/produit/woocommerce-accounting/?mtm_campaign=wp-plugin&mtm_kwd=accounting-for-woocommerce').'</p>'); ?>
Note: See TracChangeset for help on using the changeset viewer.