Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change ical export handler to a function. | Harald Eilertsen | 2023-01-22 | 1 | -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 Eilertsen | 2023-01-22 | 1 | -8/+6 |
| | |||||
* | Rename and restructure source files to conform to common namin schemes. | Harald Eilertsen | 2023-01-19 | 1 | -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... |