sloppy whitespace
This commit is contained in:
parent
11835b1004
commit
9b984bac5f
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue