Passed
Pull Request — master (#100)
by Kiran
05:19
created
includes/wpinv-gd-functions.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -752,6 +752,9 @@
 block discarded – undo
752 752
 add_action( 'geodir_dashboard_links', 'wpinv_gdp_dashboard_invoice_history_link' );
753 753
 remove_action( 'geodir_dashboard_links', 'geodir_payment_invoices_list_page_link' );
754 754
 
755
+/**
756
+ * @param string $new_status
757
+ */
755 758
 function wpinv_wpi_to_gdp_update_status( $invoice_id, $new_status, $old_status ) {
756 759
     global $wpdb;
757 760
 
Please login to merge, or discard this patch.