summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2015-05-01 00:40:49 +0000
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2015-05-01 00:40:49 +0000
commitc64ce3ae8de09092f9570ab88a68fe920b0fd970 (patch)
treea9959002055a8bdff0ee46bf82ca6a2a39bf00cd /themes/mantra/includes/theme-setup.php
parentAdd easy-table plugin, requested by hwoarang (diff)
downloadblogs-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.php5
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;
/**