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

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