Make WordPress Core


Ignore:
Timestamp:
02/20/2004 01:53:41 AM (22 years ago)
Author:
michelvaldrighi
Message:

more quotes replacements

File:
1 edited

Legend:

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

    r801 r896  
    136136
    137137    $location = "$siteurl/wp-admin/post.php?action=edit&post=$post->ID";
    138     echo "$before <a href='$location'>$link</a> $after";
     138    echo "$before <a href=\"$location\">$link</a> $after";
    139139}
    140140
     
    154154
    155155    $location = "$siteurl/wp-admin/post.php?action=editcomment&amp;comment=$comment->comment_ID";
    156     echo "$before <a href='$location'>$link</a> $after";
     156    echo "$before <a href=\"$location\">$link</a> $after";
    157157}
    158158
Note: See TracChangeset for help on using the changeset viewer.