Closed
Description
Preliminary checklist
- I am using the latest stable version of DDEV
- I am using the latest stable version of this add-on
Expected Behavior
A few include lines are supposed to be written into the main wp-config.php file to include the custom config file.
Actual Behavior
The custom config include isn't written into the main wp-config file, due to looking for the wrong comment string.
Looking for:
// Include for ddev-managed settings in wp-config-ddev.php.
But the comment that actually shows up in the config is:
// Include for settings managed by ddev.
Steps To Reproduce
- Install the add-on
- The include for the custom wp config file isn't written into the main wp-config file
Anything else?
No response