Brings correct template path format into line with WC generate file paths

This commit is contained in:
Neil Pie 2013-02-21 00:57:46 +00:00
parent 11782d4f2b
commit 11835b1004
1 changed files with 1 additions and 1 deletions

View File

@ -596,7 +596,7 @@ abstract class WC_Email extends WC_Settings_API {
<a href="<?php echo remove_query_arg( array( 'delete_template', 'saved' ), add_query_arg( 'move_template', $template ) ); ?>" class="button"><?php _e( 'Copy file to theme', 'woocommerce' ); ?></a>
<?php endif; ?>
<?php printf( __( 'To override and edit this email template copy <code>%s</code> to your theme folder: <code>%s</code>.', 'woocommerce' ), $core_file, 'yourtheme/woocommerce/' . $this->$template ); ?>
<?php printf( __( 'To override and edit this email template copy <code>%s</code> to your theme folder: <code>%s</code>.', 'woocommerce' ), plugin_basename( $core_file), 'yourtheme/woocommerce/' . $this->$template ); ?>
</p>
<div class="editor" style="display:none">