Loading core/includes/common.inc +1 −1 Original line number Diff line number Diff line Loading @@ -534,7 +534,7 @@ function show(&$element) { * (optional) The Drupal Kernel. It is the caller's responsibility to rebuild * the container if this is passed in. Sometimes drupal_flush_all_caches is * used as a batch operation so $kernel will be an array, in this instance it * will be treated as if it it NULL. * will be treated as if it is NULL. */ function drupal_flush_all_caches($kernel = NULL) { // This is executed based on old/previously known information if $kernel is Loading Loading
core/includes/common.inc +1 −1 Original line number Diff line number Diff line Loading @@ -534,7 +534,7 @@ function show(&$element) { * (optional) The Drupal Kernel. It is the caller's responsibility to rebuild * the container if this is passed in. Sometimes drupal_flush_all_caches is * used as a batch operation so $kernel will be an array, in this instance it * will be treated as if it it NULL. * will be treated as if it is NULL. */ function drupal_flush_all_caches($kernel = NULL) { // This is executed based on old/previously known information if $kernel is Loading