-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
backdrop/backdrop
#5132Description
Description of the bug
There are a few places where we link to the date formats page for PHP, but it's changed.
Old link destination: https://www.php.net/manual/en/function.date.php
Recommended new link: https://www.php.net/manual/en/datetime.formats.php#datetime.formats.time
Steps To Reproduce
To reproduce the behavior:
- Go to recent log messages at
admin/config/development/logging - Click on PHP manual(link is external)
- Find nothing useful about how to format your date
This probably needs to be upated on the date formats page as well, and anywhere else we may have had the old link in the code.
Additional information
Add any other information that could help, such as:
- Backdrop CMS version:
- Web server and its version:
- PHP version:
- Database sever (MySQL or MariaDB?) and its version:
- Operating System and its version:
- Browser(s) and their versions:
Reactions are currently unavailable