replace all mt- to sad-
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php
|
||||
/**
|
||||
* Sophia After Dark functions and definitions
|
||||
*
|
||||
@ -92,7 +92,7 @@ if ( ! function_exists( 'sophia_after_dark_setup' ) ) :
|
||||
/**
|
||||
* Registers an editor stylesheet for the theme.
|
||||
*/
|
||||
add_editor_style( 'assets/css/mt-editor-style.css' );
|
||||
add_editor_style( 'assets/css/sad-editor-style.css' );
|
||||
|
||||
/**
|
||||
* Restoring the classic Widgets Editor
|
||||
@ -164,7 +164,7 @@ require get_template_directory() . '/inc/template-functions.php';
|
||||
/**
|
||||
* Customizer additions.
|
||||
*/
|
||||
require get_template_directory() . '/inc/customizer/mt-customizer.php';
|
||||
require get_template_directory() . '/inc/customizer/sad-customizer.php';
|
||||
|
||||
/**
|
||||
* Load Jetpack compatibility file.
|
||||
@ -176,28 +176,28 @@ if ( defined( 'JETPACK__VERSION' ) ) {
|
||||
/**
|
||||
* Load custom hook file
|
||||
*/
|
||||
require get_template_directory() . '/inc/hooks/mt-custom-hooks.php';
|
||||
require get_template_directory() . '/inc/hooks/sad-custom-hooks.php';
|
||||
|
||||
/**
|
||||
* Load custom hook top header file
|
||||
*/
|
||||
require get_template_directory() . '/inc/hooks/mt-top-header-hooks.php';
|
||||
require get_template_directory() . '/inc/hooks/sad-top-header-hooks.php';
|
||||
|
||||
/**
|
||||
* Load widget functions file
|
||||
*/
|
||||
require get_template_directory() . '/inc/widgets/mt-widget-functions.php';
|
||||
require get_template_directory() . '/inc/widgets/sad-widget-functions.php';
|
||||
|
||||
/**
|
||||
* Load metaboxes
|
||||
*/
|
||||
require get_template_directory() . '/inc/metaboxes/mt-post-sidebar-meta.php';
|
||||
require get_template_directory() . '/inc/metaboxes/sad-post-sidebar-meta.php';
|
||||
|
||||
/**
|
||||
* Load breadcrumbs class
|
||||
*/
|
||||
if ( ! function_exists( 'breadcrumb_trail' ) ) {
|
||||
require get_template_directory() . '/inc/mt-class-breadcrumbs.php';
|
||||
require get_template_directory() . '/inc/sad-class-breadcrumbs.php';
|
||||
}
|
||||
|
||||
// Function to allow images in WordPress comments
|
||||
|
Reference in New Issue
Block a user