1 drupal.inc | drupal_common_theme() |
Provides theme registration for themes across .inc files.
Deprecated
since 1.0.0
See also
Related topics
File
- core/
includes/ drupal.inc, line 1427 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_common_theme() {
watchdog_deprecated_function('drupal', __FUNCTION__);
return backdrop_common_theme();
}