Completed
Push — master ( e10c5a...90c4f2 )
by Leon
03:30 queued 02:19
created
woocommerce-template.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@
 block discarded – undo
135 135
 	/**
136 136
 	 * Discontinued_template_price_class - Add "discontinued" to the price class.
137 137
 	 *
138
-	 * @return null
138
+	 * @return string
139 139
 	 */
140 140
 	function discontinued_template_price_class( $val, $class ) {
141 141
 		$class = $val . ' discontinued';
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: 1.1.7
9 9
  * Text Domain: woocommerce-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.