Fix on previous commit
authorLaury GvR <laury@gaslightmedia.com>
Wed, 15 Jul 2015 18:38:02 +0000 (14:38 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 15 Jul 2015 18:38:02 +0000 (14:38 -0400)
page-14.php
page-19.php

index d2849f5..7760db9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-wp_redirect( get_blog_info() );
+wp_redirect( get_blog_info('url') );
 
 //$children = get_pages('child_of=' . get_the_id());
 //if (count($children) > 0) {
index d2849f5..7760db9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-wp_redirect( get_blog_info() );
+wp_redirect( get_blog_info('url') );
 
 //$children = get_pages('child_of=' . get_the_id());
 //if (count($children) > 0) {