Skip to content

Commit

Permalink
Fixed a bug that prevented numeric values to update properly in galle…
Browse files Browse the repository at this point in the history
…ry mode
  • Loading branch information
tyrann0us committed Jan 8, 2017
1 parent e571d38 commit 2c353da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/class-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ function() use ( $option, $array_values ) {
break;
case 'integer' :
printf(
'<input type="number" data-setting="%s" value="%s" />',
'<input type="text" data-setting="%s" value="%s" />',
$array_values['setting'],
sprintf(
'<# print( slider_defaults.%s.value ) #>',
Expand Down

0 comments on commit 2c353da

Please sign in to comment.