HI,
I'm curious about a small semantics change from 2.6.3 to 2.6.4. And
I'm just looking to understand the background around my issue. In
2.6.3 in order to access the htmlHead() you used exactly that notation
htmlHead("foo").
With 2.6.4 the direct access to htmlHead disappeared and what I found
is that I have to migrate my htmlHead functions in event handlers to
$htmlHead("foo").
I'm sure there is some convention/rationale being applied here that I
have missed or never understood and would love to know what
transpired.
Thanks,
Jade