Make WordPress Core

Changeset 2861


Ignore:
Timestamp:
09/09/2005 11:35:30 PM (20 years ago)
Author:
ryan
Message:

Spacing fix from markjaquith. fixes #1665

File:
1 edited

Legend:

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

    r2859 r2861  
    180180
    181181    $location = get_settings('siteurl') . "/wp-admin/post.php?action=edit&post=$post->ID";
    182     echo "$before <a href=\"$location\">$link</a>" . $after;
     182    echo $before . "<a href=\"$location\">$link</a>" . $after;
    183183}
    184184
     
    193193
    194194    $location = get_settings('siteurl') . "/wp-admin/post.php?action=editcomment&amp;comment=$comment->comment_ID";
    195     echo "$before <a href='$location'>$link</a>" . $after;
     195    echo $before . "<a href='$location'>$link</a>" . $after;
    196196}
    197197
Note: See TracChangeset for help on using the changeset viewer.