Make WordPress Core


Ignore:
Timestamp:
10/09/2003 03:33:33 PM (22 years ago)
Author:
emc3
Message:

$siteurl was not getting interpolated in comment links

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/b2-include/b2template.functions.php

    r437 r440  
    11871187            }
    11881188        }
    1189         echo '<a href="$siteurl/';
     1189        echo '<a href="' . $siteurl . '/';
    11901190        if ($b2commentsjavascript) {
    11911191            echo $b2commentspopupfile.$querystring_start.'p'.$querystring_equal.$id.$querystring_separator.'c'.$querystring_equal.'1';
Note: See TracChangeset for help on using the changeset viewer.