After 3.0 both scripts should use:
get_bloginfo('wpurl') and not
get_bloginfo('url')
This cause problem if WP install not equal to home.
After 3.0 both scripts should use:
get_bloginfo('wpurl') and not
get_bloginfo('url')
This cause problem if WP install not equal to home.
- fixed
actually its home_url() and site_url() site_url() being the proper usage
This topic has been closed to new replies.