sloppy whitespace

This commit is contained in:
Neil Pie 2013-02-21 00:59:21 +00:00
parent 11835b1004
commit 9b984bac5f
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' ), plugin_basename( $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">