Merge pull request woocommerce/woocommerce-admin#2824 from woocommerce/remove/PSR-4-missed-constant
remove constant eliminated by PSR-4
This commit is contained in:
commit
8e9a96259e
|
@ -118,7 +118,6 @@ class FeaturePlugin {
|
|||
$this->define( 'WC_ADMIN_ABSPATH', dirname( __DIR__ ) . '/' );
|
||||
$this->define( 'WC_ADMIN_DIST_JS_FOLDER', 'dist/' );
|
||||
$this->define( 'WC_ADMIN_DIST_CSS_FOLDER', 'dist/' );
|
||||
$this->define( 'WC_ADMIN_FEATURES_PATH', WC_ADMIN_ABSPATH . 'includes/features/' );
|
||||
$this->define( 'WC_ADMIN_PLUGIN_FILE', WC_ADMIN_ABSPATH . 'woocommerce-admin.php' );
|
||||
// WARNING: Do not directly edit this version number constant.
|
||||
// It is updated as part of the prebuild process from the package.json value.
|
||||
|
|
Loading…
Reference in New Issue