Make WordPress Core

Changeset 437


Ignore:
Timestamp:
10/08/2003 10:28:39 PM (22 years ago)
Author:
mikelittle
Message:

double quotes to single

File:
1 edited

Legend:

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

    r432 r437  
    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';
     
    12031203        echo '</a>';
    12041204    }
    1205    
    12061205}
    12071206
Note: See TracChangeset for help on using the changeset viewer.