diff options
author | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2015-05-01 00:40:49 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2015-05-01 00:40:49 +0000 |
commit | c64ce3ae8de09092f9570ab88a68fe920b0fd970 (patch) | |
tree | a9959002055a8bdff0ee46bf82ca6a2a39bf00cd /themes/mantra/includes/theme-setup.php | |
parent | Add easy-table plugin, requested by hwoarang (diff) | |
download | blogs-gentoo-c64ce3ae8de09092f9570ab88a68fe920b0fd970.tar.gz blogs-gentoo-c64ce3ae8de09092f9570ab88a68fe920b0fd970.tar.bz2 blogs-gentoo-c64ce3ae8de09092f9570ab88a68fe920b0fd970.zip |
Update plugins and themes to the latest versions.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Diffstat (limited to 'themes/mantra/includes/theme-setup.php')
-rw-r--r-- | themes/mantra/includes/theme-setup.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/mantra/includes/theme-setup.php b/themes/mantra/includes/theme-setup.php index 3f2ad3da..20841606 100644 --- a/themes/mantra/includes/theme-setup.php +++ b/themes/mantra/includes/theme-setup.php @@ -6,13 +6,14 @@ * @subpackage Functions
*/
+/*
// Bringing up Mantra Settings page after install
-
if ( is_admin() && isset($_GET['activated'] ) && $pagenow == "themes.php" ) {
wp_redirect( 'themes.php?page=mantra-page' );
}
+*/
- $mantra_totalSize = $mantra_sidebar + $mantra_sidewidth+50;
+$mantra_totalSize = $mantra_sidebar + $mantra_sidewidth+50;
/**
|