Skip to content

Commit

Permalink
issue and lang file
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanka-cedcoss committed Dec 17, 2020
1 parent e267a8a commit 46feb92
Show file tree
Hide file tree
Showing 6 changed files with 847 additions and 90 deletions.
4 changes: 2 additions & 2 deletions admin/partials/mwb-rnx-lite-order-msg-history-meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<h4 class="mwb-order-heading">
<?php esc_html_e( 'Message History', 'woo-refund-and-exchange-lite' ); ?>
<a href="" class="mwb_wrma_reload_messages">
<img src="<?php echo esc_url( get_home_url() ) . '/wp-content/plugins/woo-refund-and-exchange-lite/public/images/reload-icon.png'; ?>" class="reload-icon">
<img src="<?php echo esc_url( MWB_REFUND_N_EXCHANGE_LITE_URL ) . '/public/images/reload-icon.png'; ?>" class="reload-icon">
</a>
</h4>
</div>
Expand Down Expand Up @@ -61,7 +61,7 @@
?>
<div class="mwb_order_msg_single_attachment">
<a target="_blank" href="<?php echo esc_url( get_home_url() ) . '/wp-content/attachment/' . esc_html( $order_id ) . '-' . esc_html( $fval['name'] ); ?>">
<img class="mwb_order_msg_attachment_thumbnail" src="<?php echo $is_image ? esc_url( get_home_url() ) . '/wp-content/attachment/' . esc_html( $order_id ) . '-' . esc_html( $fval['name'] ) : esc_url( get_home_url() ) . '/wp-content/plugins/woo-refund-and-exchange-lite/admin/images/attachment.png'; ?>">
<img class="mwb_order_msg_attachment_thumbnail" src="<?php echo $is_image ? esc_url( get_home_url() ) . '/wp-content/attachment/' . esc_html( $order_id ) . '-' . esc_html( $fval['name'] ) : esc_url( MWB_REFUND_N_EXCHANGE_LITE_URL ) . '/admin/images/attachment.png'; ?>">
<span class="mwb_order_msg_attachment_file_name"><?php echo esc_html( $fval['name'] ); ?></span>
</a>
</div>
Expand Down
Binary file modified languages/woo-refund-and-exchange-lite-en_US.mo
Binary file not shown.
Loading

0 comments on commit 46feb92

Please sign in to comment.