Skip to content

Commit a721f04

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-51786' into BUGS
2 parents 1302b14 + 0b52926 commit a721f04

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/Wishlist/view/frontend/templates

1 file changed

+0
-1
lines changed

app/code/Magento/Wishlist/view/frontend/templates/view.phtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<form class="form-wishlist-items" id="wishlist-view-form"
1515
data-mage-init='{"wishlist":{
1616
"addToCartUrl":<?php /* @escapeNotVerified */ echo $block->getItemAddToCartParams("%item%");?>,
17-
"confirmRemoveMessage":"<?php /* @escapeNotVerified */ echo __("Are you sure you want to remove this product from your Wish List?") ?>",
1817
"addAllToCartUrl":<?php /* @escapeNotVerified */ echo $block->getAddAllToCartParams(); ?>,
1918
"commentString":""},
2019
"validation": {}}' action="<?php /* @escapeNotVerified */ echo $block->getUrl('wishlist/index/update', ['wishlist_id' => $block->getWishlistInstance()->getId()]) ?>" method="post">

0 commit comments

Comments
 (0)