CRM_Core_Resources::addCoreResources - Option `$region` is not meaningfully used
authorTim Otten <totten@civicrm.org>
Tue, 18 Aug 2020 05:05:02 +0000 (22:05 -0700)
committerSeamus Lee <seamuslee001@gmail.com>
Thu, 3 Sep 2020 22:02:17 +0000 (08:02 +1000)
commit8d2c99cfe807f27dad36cebbf4f5165eef32efe2
tree88e25278a657cbc19d59117fec0cfa0c64989a8b
parent2a5e575224a7859a483a39bf8641d6f4b4a21dfe
CRM_Core_Resources::addCoreResources - Option `$region` is not meaningfully used

If you grep universe for `addCoreResources` and `addCoreStyles`, all matches
fall into these buckets:

1. They use the implicit default region.
2. They explicitly use the `html-header` region.
3. (Singular case) addCoreResources($region) delegates to addCoreStyles($region);
   but given 1+2, this must still be `html-header`.
CRM/Core/Resources.php