Skip to content

Commit

Permalink
Fixed gh-26 days slider granularity set to 7.
Browse files Browse the repository at this point in the history
  • Loading branch information
No3x committed Mar 28, 2015
1 parent 8e6b5ab commit 79e064d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/redux/options-init.php
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ public function setSections() {
'desc' => __('Delete mails older than days...', 'wpml'),
'default' => 30,
'min' => 1,
'step' => 10,
'step' => 7,
'max' => 400,
'display_value' => 'text'
),
Expand Down

0 comments on commit 79e064d

Please sign in to comment.