Completed
Push — master ( 6a522b...05c5b0 )
by
unknown
18:04
created
wps_product_mass_interface/controller/wps_product_mass_interface_ctr.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -158,6 +158,7 @@  discard block
 block discarded – undo
158 158
 	/**
159 159
 	 * Display pagination
160 160
 	 *
161
+	 * @param integer $current_page
161 162
 	 * @return string
162 163
 	 */
163 164
 	function get_products_pagination( $current_page, $attribute_set_id = 1 ) {
@@ -201,6 +202,9 @@  discard block
 block discarded – undo
201 202
 			return $output;
202 203
 			}
203 204
 
205
+	/**
206
+	 * @param integer $product_id
207
+	 */
204 208
 	function wps_product_attached_files( $product_id ) {
205 209
 		global $wpdb;
206 210
 		$output = '';
Please login to merge, or discard this patch.