Phil Wareham
Phil Wareham
We can look at this when we move to the new widgets library on 4.9.
Thanks. I think we can safely move to this in Textpattern 4.9 as part of the new widgets library that we will be using to build the panels.
I am working on the assumption that the disclosure boxes that @bloke is going to implement in UI are like this HTML/class name structure: ```html Heading (lever) Content ``` Which...
FYI I've done some very basic CSS for the new boxes (in Hive anyway), but I'll finish off after the amends land in UI.
This works as intended IMO.
You could also use this CSS rule to achieve the same thing: ``` css blockquote.speech { border: 1px solid #000; } ```
Agree that legacy syntax should not be changed in function. So backticks would be my preference too, as long as it doesn’t break anything.
PHP 7 seems fine baseline for me.
Hmmm, true. Our code works in PHP 5 so not much gain from saying it doesn't. Maybe if/when we use some code or libraries that specifically _don't_ support
I think the image manipulation stuff needed PHP7 but I may be mistaken. Anyway that is not going into the upcoming release.