@@ -135,7 +135,7 @@ |
||
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'; |
@@ -8,10 +8,8 @@ |
||
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 |