We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3805f commit f7789d7Copy full SHA for f7789d7
i18n_extract.php
@@ -23,7 +23,7 @@
23
exit(0);
24
}
25
if (isset($options['p'])) {
26
- $paths = $options['p'];
+ $paths = array_map('trim', explode(',', $options['p']));
27
} else {
28
$paths = ['pages', 'templates'];
29
0 commit comments