Projet

Général

Profil

Révision b220caf9

Ajouté par Assos Assos il y a environ 8 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/bootstrap/includes/registry.inc
403 403
              // registry, one must be created if base hook information was
404 404
              // found, otherwise it will be ignored.
405 405
              if (!isset($registry[$hook])) {
406
                $registry[$base_hook] += array(
407
                  'type' => 'theme',
408
                  'preprocess functions' => array(),
409
                  'process functions' => array(),
410
                );
406 411
                $hook_type = isset($registry[$base_hook]['function']) ? 'function' : 'template';
407 412
                $arg_name = isset($registry[$base_hook]['variables']) ? 'variables' : 'render element';
408 413
                $registry[$hook] = array(

Formats disponibles : Unified diff