I'm seeing a handful of these in the logs, and the only module I'm running that has $terms before $node is this one, so I'm going to try to fix it here.
Deprecated function: Optional parameter $terms declared before required parameter $node is implicitly treated as a required parameter in include_once() (line 1509 of /backdrop/core/includes/bootstrap.inc).
Deprecated function: Optional parameter $args declared before required parameter $node is implicitly treated as a required parameter in include_once() (line 1509 of /backdrop/core/includes/bootstrap.inc).
I'm seeing a handful of these in the logs, and the only module I'm running that has
$terms
before$node
is this one, so I'm going to try to fix it here.