@@ -208,7 +208,7 @@ |
||
208 | 208 | if (!empty($slugs)) { |
209 | 209 | $slugs = array_unique($slugs); |
210 | 210 | |
211 | - usort($slugs, function ($left, $right) { |
|
211 | + usort($slugs, function($left, $right) { |
|
212 | 212 | preg_match('/[1-9]{1}[0-9]*$/', $left, $matchLeft); |
213 | 213 | preg_match('/[1-9]{1}[0-9]*$/', $right, $matchRight); |
214 | 214 |