berlindb / core

All of the required core code
MIT License
252 stars 27 forks source link

Add support for 'start_of_week' first-order clause. #81

Closed JJJ closed 3 years ago

JJJ commented 3 years ago

This commit is necessary to remove dependency on get_option( 'start_of_week' ) WordPress setting.

This commit includes some code formatting changes to align surrounding lines as needed.

Fixes #80