agileware / wp-civicrm-ux

WordPress CiviCRM UX - User Experience enhancements
GNU General Public License v2.0
7 stars 12 forks source link

PHP array key warnings and strftime deprecation #32

Closed PuddingtonBeer closed 6 months ago

PuddingtonBeer commented 10 months ago

Fixed some PHP missing array key warnings due to lazy coding, and switched from strftime() to date() (including formatting examples in USAGE.md) because the former is deprecated.