fixing some tabs/spacing

This commit is contained in:
Brian 2023-03-09 13:01:01 -07:00
parent 0aa835114d
commit cd884c7f76
Signed by: brian
GPG Key ID: DE1A5390A3B84CD8
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
<?php <?php
if ( ! defined( 'ABSPATH' ) ) { if ( ! defined( 'ABSPATH' ) ) {
exit; exit;
} }
/** /**

View File

@ -38,18 +38,18 @@ if ( ! defined( 'ABSPATH' ) ) {
* Rename this for your plugin and update it as you release new versions. * Rename this for your plugin and update it as you release new versions.
*/ */
if ( ! defined( 'PLUGIN_NAME_VERSION' ) ) { if ( ! defined( 'PLUGIN_NAME_VERSION' ) ) {
define( 'PLUGIN_NAME_VERSION', '1.0.0' ); define( 'PLUGIN_NAME_VERSION', '1.0.0' );
} }
if ( ! defined( 'PLUGIN_NAME_DB_VERSION' ) ) { if ( ! defined( 'PLUGIN_NAME_DB_VERSION' ) ) {
define( 'PLUGIN_NAME_DB_VERSION', '1.0.0' ); define( 'PLUGIN_NAME_DB_VERSION', '1.0.0' );
} }
if ( ! defined('NMSP_PLUGIN_BASE_DIR') ) { if ( ! defined( 'NMSP_PLUGIN_BASE_DIR' ) ) {
define( 'NMSP_PLUGIN_BASE_DIR', __DIR__ ); define( 'NMSP_PLUGIN_BASE_DIR', __DIR__ );
} }
if ( ! defined('NMSP_PLUGIN_BASE_FILE') ) { if ( ! defined( 'NMSP_PLUGIN_BASE_FILE' ) ) {
define( 'NMSP_PLUGIN_BASE_FILE', __FILE__ ); define( 'NMSP_PLUGIN_BASE_FILE', __FILE__ );
} }