fixed parse error

This commit is contained in:
corsonr 2016-07-19 14:13:31 +02:00
parent c385e57fbe
commit eab45222a4
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ global $wpdb;
<tr>
<td data-export-label="WC Database Prefix"><?php _e( 'Database Prefix', 'woocommerce' ); ?></td>
<td class="help"><?php echo wc_help_tip( __( 'We recommend using a prefix with less than 20 characters.', 'woocommerce' ) ); ?></td>
<td><?php echo esc_html( $wpdb->prefix; ) ?></td>
<td><?php echo esc_html( $wpdb->prefix ) ?></td>
</tr>
<?php } ?>
<tr>