Completed
Push — staging ( 68fed3...485a71 )
by Evan
04:30
created
public/classes/checkbox-integrations.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -210,6 +210,10 @@
 block discarded – undo
210 210
 		*	before continuing
211 211
 		*	@since 6.0.0
212 212
 		*/
213
+
214
+		/**
215
+		 * @param string $type
216
+		 */
213 217
 		public function was_checkbox_checked( $type ) {
214 218
 			// was sign-up checkbox checked - return the value
215 219
 			return ( isset( $_POST[ 'yikes_mailchimp_checkbox_'.$type ] ) && $_POST[ 'yikes_mailchimp_checkbox_'.$type ] == 1 );
Please login to merge, or discard this patch.