Issue #3283619 by eleonel: Fix a comment typo in common.inc
(cherry picked from commit 0b5874aa29
)
merge-requests/2277/head
parent
9b30cab30f
commit
fbd2d2a292
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue