@@ -122,7 +122,7 @@ |
||
122 | 122 | } |
123 | 123 | |
124 | 124 | // Convert numeric-only values to days. |
125 | - array_walk($clean_older_than, function (&$time) use ($custom_time) { |
|
125 | + array_walk($clean_older_than, function(&$time) use ($custom_time) { |
|
126 | 126 | if (!empty($custom_time)) { |
127 | 127 | $time = $custom_time; |
128 | 128 | } |