Completed
Pull Request — develop (#1487)
by Gennady
07:21
created
includes/fields/class-gravityview-field-custom.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -192,7 +192,8 @@
 block discarded – undo
192 192
 					continue;
193 193
 				}
194 194
 
195
-				if ( $field->is_numeric ) { // @todo do we not have a filter that controls sorting?
195
+				if ( $field->is_numeric ) {
196
+// @todo do we not have a filter that controls sorting?
196 197
 					if ( is_numeric( $value1 ) ) {
197 198
 						$value1 = floatval( $value1 );
198 199
 					}
Please login to merge, or discard this patch.