@@ -192,7 +192,8 @@ |
||
| 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 | } |