diff options
author | Yury German <blueknight@gentoo.org> | 2016-02-12 22:16:38 -0500 |
---|---|---|
committer | Yury German <blueknight@gentoo.org> | 2016-02-12 22:16:38 -0500 |
commit | 1a286359bad2d6499483fc3923edbd16be4ef343 (patch) | |
tree | 95a1c3fd103419a0ea060e82bc159f75b93f1397 /themes/mantra/functions.php | |
parent | Update jetpack plugin to release 3.5.3 and table of contents plus plugin to r... (diff) | |
download | blogs-gentoo-1a286359bad2d6499483fc3923edbd16be4ef343.tar.gz blogs-gentoo-1a286359bad2d6499483fc3923edbd16be4ef343.tar.bz2 blogs-gentoo-1a286359bad2d6499483fc3923edbd16be4ef343.zip |
Adding New Mantra version 2.4.1.1 - Bug 574468
Diffstat (limited to 'themes/mantra/functions.php')
-rw-r--r-- | themes/mantra/functions.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/themes/mantra/functions.php b/themes/mantra/functions.php index 82d31783..19301e73 100644 --- a/themes/mantra/functions.php +++ b/themes/mantra/functions.php @@ -1,14 +1,14 @@ <?php
/*
* Functions file
- * Includes all necesary files
- * PLEASE DO NOT EDIT THIS FILE IN ANY WAY
+ * Includes all necessary files
+ * PLEASE DO NOT EDIT THIS FILE
*
* @package mantra
*/
// Variable for theme version
-define ("MANTRA_VERSION","2.3.4");
+define ("MANTRA_VERSION","2.4.1.1");
require_once(dirname(__FILE__) . "/admin/main.php"); // Load necessary admin files
@@ -19,7 +19,6 @@ require_once(dirname(__FILE__) . "/includes/theme-loop.php"); //Loop related fie require_once(dirname(__FILE__) . "/includes/theme-seo.php"); //SEO related fiels
require_once(dirname(__FILE__) . "/includes/theme-frontpage.php"); //Frontpage generation
require_once(dirname(__FILE__) . "/includes/theme-comments.php"); //Theme comment functions
-require_once(dirname(__FILE__) . "/includes/theme-shortcodes.php"); //Theme shortcodes
require_once(dirname(__FILE__) . "/includes/theme-functions.php"); //Theme misc functions
require_once(dirname(__FILE__) . "/includes/theme-hooks.php"); //Theme hooks
|