This fixes a console warning using traditional bootstrap on Backdrop.
Before
$ cv ev 'echo 123;'
[PHP Deprecation] explode(): Passing null to parameter #2 ($string) of type string is deprecated at /home/totten/bknix/build/bcmaster/web/core/includes/bootstrap.inc:991
123
Overview
This fixes a console warning using traditional bootstrap on Backdrop.
Before
After