Removing //

This commit is contained in:
weryques 2017-12-06 16:03:51 -02:00
parent a7e60976a5
commit 55e7acd95e
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@ require_once('dev-interface/class-tainacan-dev-interface.php');
$Tainacan_Dev_interface = new \Tainacan\DevInterface\DevInterface();
function tnc_enable_dev_wp_interface() {
//return defined('TNC_ENABLE_DEV_WP_INTERFACE') && true === TNC_ENABLE_DEV_WP_INTERFACE ? true : false;
return defined('TNC_ENABLE_DEV_WP_INTERFACE') && true === TNC_ENABLE_DEV_WP_INTERFACE ? true : false;
}