• In shipment-metabox.tpl.php
    there’s a buynch of esc_html__ that has to be esc_html_e and the “total freight” field <tr> has no </tr>. At last, there’s is some
    <a href="<?php echo admin_url().'/admin.php?page=wpcargo-settings"'; ?>>
    that has to be
    <a href="<?php echo admin_url().'/admin.php?page=wpcargo-settings'; ?>">

    Godspeed

  • The topic ‘shipment details or metabox bugs’ is closed to new replies.