Make WordPress Core


Ignore:
Timestamp:
01/04/2010 05:23:29 PM (15 years ago)
Author:
ryan
Message:

Introduce home_url(). Props Denis-de-Bernardy, hakre. see #9008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/comment-template.php

    r12586 r12598  
    968968    if ( $wpcommentsjavascript ) {
    969969        if ( empty( $wpcommentspopupfile ) )
    970             $home = get_option('home');
     970            $home = home_url();
    971971        else
    972972            $home = get_option('siteurl');
Note: See TracChangeset for help on using the changeset viewer.