Skip to content

Commit

Permalink
get_bloginfo('url') to home_url()
Browse files Browse the repository at this point in the history
  • Loading branch information
tlongren committed Mar 1, 2011
1 parent f4f9981 commit 33d1926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/classes/k2.php
Expand Up @@ -318,7 +318,7 @@ function get_home_url() {
return get_page_link($page_id);
}

return get_bloginfo('url') . '/';
return home_url() . '/';
}


Expand Down

0 comments on commit 33d1926

Please sign in to comment.