Closed roccotripaldi closed 8 years ago
Check for Jetpack_Landing_Page class before initializing.
Jetpack_Landing_Page
The newest version of Jetpack removes Jetpack_Landing_Page entirely, so our endpoint needs to check for it so that it can work in all versions.
Fixes #32
To test:
gulp
cc: @jessefriedman
cc @tyxla for code review
LGTM and works great! 🚢
Check for
Jetpack_Landing_Page
class before initializing.The newest version of Jetpack removes
Jetpack_Landing_Page
entirely, so our endpoint needs to check for it so that it can work in all versions.Fixes #32
To test:
gulp
cc: @jessefriedman