saga
saga copied to clipboard
Saga: A WordPress theme for writers.
Would never notice these were mixed up when they both have the same default color assigned.
I finally figured out why this wasn't working consistently when I compared it to how Stargazer did it. https://github.com/justintadlock/stargazer/blob/master/inc/custom-colors.php#L229 Also corrected color_menu and color_primary being switched.
I was wondering about how WP loads editor styles. I have used this with relative path and seems working fine with child themes. ``` /* Add the theme's editor styles....
Clicking the menu toggle button many times in a row causes a queue build up, where the menu just slides up and down till it's done. This PR adds `.stop()`...