| Comment | File | Size | Author |
|---|---|---|---|
| #5 | drupal-n2996519-5.interdiff.txt | 450 bytes | damienmckenna |
| #5 | drupal-n2996519-5.patch | 554 bytes | damienmckenna |
| #3 | drupal-n2996519-3.patch | 486 bytes | damienmckenna |
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | drupal-n2996519-5.interdiff.txt | 450 bytes | damienmckenna |
| #5 | drupal-n2996519-5.patch | 554 bytes | damienmckenna |
| #3 | drupal-n2996519-3.patch | 486 bytes | damienmckenna |
Comments
Comment #2
joseph.olstadApparently one known item remaining:
#2947772-60: Fully support PHP 7.2 in Drupal 7
@ "includes/theme.inc" file.
- $links = $variables['links'];
+ $links = (array) $variables['links'];
Comment #3
damienmckennaShould $attributes be changed too?
Comment #4
joseph.olstadshould probably also do attributes as well.
See the D8 theme.inc
line 552
https://cgit.drupalcode.org/drupal/tree/core/includes/theme.inc#n552
and
line 1569
https://cgit.drupalcode.org/drupal/tree/core/includes/theme.inc#n1569
Comment #5
damienmckennaWith $attributes too.
Comment #6
joseph.olstadThanks Damien!
Comment #7
polThanks guys !
Pushing this forward now.
Comment #8
fabianx commentedLets get this in.
Comment #9
polComment #10
polComment #11
polComment #13
fabianx commentedCommitted and pushed to 7.x. Thanks all!
Comment #14
joseph.olstadThanks for the creds! :)
Woot! Yet another core commit!
Comment #16
joseph.olstadBumping to 7.61. This didn't make it into 7.60.
Although it is currently in the 7.x branch