- Issue created by @pivica
- Merge request !4Remove theme-options.yml feature from theme generator (#3515918). → (Merged) created by pivica
- 🇷🇸Serbia pivica
MR is ready. There is one additional small change
- if (preg_match_all('/\s\*\s(.*?)\n\s\*\/\nfunction\s' . $parent_theme . '_bs_update_(\d{4})/', $content, $matches)) { + if (preg_match_all('/\s\*\s(.*?)\n\s\*\/\nfunction\s' . $parent_theme . '_bs_update_(\d+)/', $content, $matches)) {
That will allow writting of update function with more the 4 numbers like
function bs_base_bs_update_200001($target_theme_name) {}