mirror of
https://github.com/woocommerce/storefront.git
synced 2025-08-21 04:11:59 +08:00
file restructuring
This commit is contained in:
parent
d512a6b114
commit
7bb9c30d8f
10 changed files with 5 additions and 5 deletions
|
@ -9,8 +9,8 @@
|
|||
* Initialize all the things.
|
||||
*/
|
||||
include_once( 'inc/class-storefront.php' );
|
||||
include_once( 'inc/class-storefront-customizer.php' );
|
||||
include_once( 'inc/class-storefront-jetpack.php' );
|
||||
include_once( 'inc/jetpack/class-storefront-jetpack.php' );
|
||||
include_once( 'inc/customizer/class-storefront-customizer.php' );
|
||||
|
||||
include_once( 'inc/storefront-functions.php' );
|
||||
include_once( 'inc/storefront-template-hooks.php' );
|
||||
|
|
|
@ -106,7 +106,7 @@ class Storefront_Admin {
|
|||
* @since 1.0.0
|
||||
*/
|
||||
public function welcome_intro() {
|
||||
require_once( get_template_directory() . '/inc/admin/welcome-screen/sections/intro.php' );
|
||||
require_once( get_template_directory() . '/inc/admin/welcome-screen/component-intro.php' );
|
||||
}
|
||||
|
||||
|
||||
|
@ -115,7 +115,7 @@ class Storefront_Admin {
|
|||
* @since 1.5.2
|
||||
*/
|
||||
public function welcome_enhance() {
|
||||
require_once( get_template_directory() . '/inc/admin/welcome-screen/sections/enhance.php' );
|
||||
require_once( get_template_directory() . '/inc/admin/welcome-screen/component-enhance.php' );
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -123,7 +123,7 @@ class Storefront_Admin {
|
|||
* @since 1.5.2
|
||||
*/
|
||||
public function welcome_contribute() {
|
||||
require_once( get_template_directory() . '/inc/admin/welcome-screen/sections/contribute.php' );
|
||||
require_once( get_template_directory() . '/inc/admin/welcome-screen/component-contribute.php' );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue