Plugin Directory

Changeset 2586355


Ignore:
Timestamp:
08/21/2021 12:40:27 PM (5 years ago)
Author:
grilabs
Message:

Problem that copy to textare is fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wc-shipmendo-lite/trunk/ShipmendoLite.php

    r2584281 r2586355  
    165165                                        <?php
    166166                                        foreach ( $this->get_shortcodes() as $shortcode ) {
    167                                             echo sprintf( "<li><strong onclick='cargo_tracking_insert2input(\"{%s}\")'>{%s}</strong>: %s</li>", $shortcode['code'], $shortcode['code'], $shortcode['label'] );
     167                                            echo sprintf( "<li><strong onclick='shipmendo_lite_insert2input(\"{%s}\")'>{%s}</strong>: %s</li>", $shortcode['code'], $shortcode['code'], $shortcode['label'] );
    168168                                        }
    169169                                        ?>
Note: See TracChangeset for help on using the changeset viewer.