Skip to content

Commit

Permalink
muda o default de altura do widget linha
Browse files Browse the repository at this point in the history
  • Loading branch information
willowmagrini committed Jul 23, 2018
1 parent 4c0c743 commit 2806a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/widgets/class-widget-linha.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function update( $new_instance, $old_instance ) {
public function form( $instance ) {
$instance = wp_parse_args( (array) $instance,
array(
'number' => '30px'
'number' => '1px'
)
);
?>
Expand Down

0 comments on commit 2806a90

Please sign in to comment.