Fixed my merge gone bad

This commit is contained in:
Coen Jacobs 2013-06-14 16:02:27 +02:00
parent bad3fa581b
commit b053c0eb61
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ function woocommerce_product_data_box() {
$product_name = woocommerce_get_formatted_product_name( $product );
if ( $product )
echo '<option value="' . esc_attr( $product_id ) . '" selected="selected">' . esc_html( $product->get_formatted_name() ) . '</option>';
echo '<option value="' . esc_attr( $product_id ) . '" selected="selected">' . esc_html( $product_name ) . '</option>';
}
}
?>