Issue #3283619 by eleonel: Fix a comment typo in common.inc

(cherry picked from commit 0b5874aa29)
merge-requests/2277/head
Alex Pott 2022-06-13 10:56:00 +01:00
parent 9b30cab30f
commit fbd2d2a292
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@ function show(&$element) {
* (optional) The Drupal Kernel. It is the caller's responsibility to rebuild * (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 * 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 * 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) { function drupal_flush_all_caches($kernel = NULL) {
// This is executed based on old/previously known information if $kernel is // This is executed based on old/previously known information if $kernel is