diff options
author | Yury German <blueknight@gentoo.org> | 2022-01-23 19:00:40 -0500 |
---|---|---|
committer | Yury German <blueknight@gentoo.org> | 2022-01-23 19:00:40 -0500 |
commit | 89391db6e13b481e2d6eabe0a8475e15c8f9ec28 (patch) | |
tree | eabe327bfe8c37717783217d9ee8fa5c133b367a /themes/mantra/functions.php | |
parent | Updating Classic Editor, Google Authenticatior, Jetpack, Public Post Preview,... (diff) | |
download | blogs-gentoo-89391db6e13b481e2d6eabe0a8475e15c8f9ec28.tar.gz blogs-gentoo-89391db6e13b481e2d6eabe0a8475e15c8f9ec28.tar.bz2 blogs-gentoo-89391db6e13b481e2d6eabe0a8475e15c8f9ec28.zip |
Bumb Mantra to 3.20 to 3.3.1 and twentififteen from 2.5 to 3.0
Signed-off-by: Yury German <blueknight@gentoo.org>
Diffstat (limited to 'themes/mantra/functions.php')
-rw-r--r-- | themes/mantra/functions.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/themes/mantra/functions.php b/themes/mantra/functions.php index 764325e6..3d8647e0 100644 --- a/themes/mantra/functions.php +++ b/themes/mantra/functions.php @@ -9,17 +9,17 @@ // theme specifics define ('_CRYOUT_THEME_NAME','mantra'); -define ('_CRYOUT_THEME_VERSION','3.2.0'); +define ('_CRYOUT_THEME_VERSION','3.3.1'); require_once(get_template_directory() . "/admin/main.php"); // Load necessary admin files //Loading include fiels -require_once(get_template_directory() . "/includes/theme-setup.php"); // Setup and init theme -require_once(get_template_directory() . "/includes/theme-styles.php"); // Register and enqueue css styles and scripts +require_once(get_template_directory() . "/includes/theme-setup.php"); // Setup and init +require_once(get_template_directory() . "/includes/theme-styles.php"); // Styles and scripts require_once(get_template_directory() . "/includes/theme-loop.php"); // Loop related fiels require_once(get_template_directory() . "/includes/theme-frontpage.php"); // Frontpage generation -require_once(get_template_directory() . "/includes/theme-comments.php"); // Theme comment functions -require_once(get_template_directory() . "/includes/theme-functions.php"); // Theme misc functions +require_once(get_template_directory() . "/includes/theme-comments.php"); // Comments functions +require_once(get_template_directory() . "/includes/theme-functions.php"); // Misc functions require_once(get_template_directory() . "/includes/theme-hooks.php"); // Theme hooks require_once(get_template_directory() . "/includes/tgm.php"); // TGM-PA |