Completed
Push — master ( b12480...04045d )
by Leon
13s
created
includes/class-dp-csv-import-export.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -207,7 +207,7 @@
 block discarded – undo
207 207
 				'_hide_from_shop',
208 208
 				'_hide_from_search',
209 209
 			);
210
-			$meta_keys    = array_unique( array_merge( $meta_keys, $dp_meta_keys ) );
210
+			$meta_keys = array_unique( array_merge( $meta_keys, $dp_meta_keys ) );
211 211
 			return $meta_keys;
212 212
 		}
213 213
 	}
Please login to merge, or discard this patch.
woocommerce-discontinued-products.php 1 patch
Indentation   -2 removed lines patch added patch discarded remove patch
@@ -8,10 +8,8 @@
 block discarded – undo
8 8
  * Version: 2.0.3
9 9
  * Text Domain: discontinued-products
10 10
  * Domain Path: /languages
11
-
12 11
  * License: GNU General Public License v3.0
13 12
  * License URI: http://www.gnu.org/licenses/gpl-3.0.html
14
-
15 13
  * @package woocommerce
16 14
  */
17 15
 
Please login to merge, or discard this patch.