forked, cloned, performed find/replace per 'how to get started' in fork parent

This commit is contained in:
Adam Piontek 2021-07-02 10:24:48 -04:00
parent a230d6031d
commit 41f4ab0850
15 changed files with 43 additions and 40 deletions

View file

@ -3,12 +3,12 @@
* Kickoff theme setup and build
*/
namespace WP_Tailwind;
namespace WP_73k;
define( 'WP_Tailwind_VERSION', wp_get_theme()->version );
define( 'WP_Tailwind_DIR', __DIR__ );
define( 'WP_Tailwind_URL', get_template_directory_uri() );
define( 'WP_73k_VERSION', wp_get_theme()->version );
define( 'WP_73k_DIR', __DIR__ );
define( 'WP_73k_URL', get_template_directory_uri() );
require_once( WP_Tailwind_DIR . '/vendor/autoload.php' );
require_once( WP_73k_DIR . '/vendor/autoload.php' );
\A7\autoload( __DIR__ . '/src' );