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 f7789d7 commit 3640407Copy full SHA for 3640407
i18n_add_t.php
@@ -16,7 +16,7 @@
16
exit(0);
17
}
18
if (isset($options['p'])) {
19
- $paths = $options['p'];
+ $paths = array_map('trim', explode(',', $options['p']));
20
} else {
21
$paths = ['pages', 'templates'];
22
0 commit comments