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:
Ron Rennick 2019-08-21 12:26:47 -03:00 committed by GitHub
commit 8e9a96259e
1 changed files with 0 additions and 1 deletions

View File

@ -118,7 +118,6 @@ class FeaturePlugin {
$this->define( 'WC_ADMIN_ABSPATH', dirname( __DIR__ ) . '/' ); $this->define( 'WC_ADMIN_ABSPATH', dirname( __DIR__ ) . '/' );
$this->define( 'WC_ADMIN_DIST_JS_FOLDER', 'dist/' ); $this->define( 'WC_ADMIN_DIST_JS_FOLDER', 'dist/' );
$this->define( 'WC_ADMIN_DIST_CSS_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' ); $this->define( 'WC_ADMIN_PLUGIN_FILE', WC_ADMIN_ABSPATH . 'woocommerce-admin.php' );
// WARNING: Do not directly edit this version number constant. // WARNING: Do not directly edit this version number constant.
// It is updated as part of the prebuild process from the package.json value. // It is updated as part of the prebuild process from the package.json value.