Version number hack
This commit is contained in:
parent
7a7999865e
commit
7b0a0ecd16
|
@ -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' );
|
||||||
|
|
Loading…
Reference in New Issue
Block a user