_theme_save_registry
includes/theme.inc, строка 233
- Версии
- 6
_theme_save_registry($theme, $registry)
Write the theme_registry cache into the database.
Код
<?php
function _theme_save_registry($theme, $registry) {
cache_set("theme_registry:$theme->name", $registry);
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии