Version number hack

This commit is contained in:
Will Bradley 2014-02-26 18:31:32 -07:00
parent 7a7999865e
commit 7b0a0ecd16

View File

@ -19,7 +19,7 @@ if ( version_compare( $wp_version, "2.8", "<" ) )
#### CONSTANTS #### #### CONSTANTS ####
// Plugin Version Number // Plugin Version Number
define( 'SIMPLEMAP_VERSION', '2.4.6' ); define( 'SIMPLEMAP_VERSION', '3.4.6' );
if ( !defined( 'WP_PLUGIN_DIR' ) ) { if ( !defined( 'WP_PLUGIN_DIR' ) ) {
define( 'WP_PLUGIN_DIR', ABSPATH . 'wp-content/plugins' ); define( 'WP_PLUGIN_DIR', ABSPATH . 'wp-content/plugins' );