voceconnect / lift-search

Lift Search for WordPress
14 stars 12 forks source link

Adding version check and failing if less than 5.3 #43

Closed csloisel closed 11 years ago

csloisel commented 11 years ago

Feature implementation for #31 and #32.

prettyboymp commented 11 years ago

@csloisel, this won't work as intended for version less than 5.3 because they will error out before getting to the activation function for invalid syntax because of the use of anonymous functions. You'll need to put need to put the core stuff in a separate file and only have the activation check in the main plugin file.