summaryrefslogtreecommitdiffstats
path: root/includes/class-giglogadmin-icalexport.php
Commit message (Collapse)AuthorAgeFilesLines
* Change ical export handler to a function.Harald Eilertsen2023-01-221-93/+0
| | | | | A class with one static function does not need to be a class in any case. Also renames the function to be a bit more descriptive.
* Replace homegrown file name sanitization with WP function.Harald Eilertsen2023-01-221-8/+6
|
* Rename and restructure source files to conform to common namin schemes.Harald Eilertsen2023-01-191-0/+95
- Source files containing a class should only contain _one_ class. - Source files containing a class should be names class-[name of the class].php - Use dashes instead of underscores in file names. - Fix source file comments - Some nitpicking...