Make WordPress Core

Changeset 2859


Ignore:
Timestamp:
09/08/2005 09:40:37 PM (19 years ago)
Author:
ryan
Message:

Fix before/after spacing. Props mjsteinbaugh. fixes #1588

File:
1 edited

Legend:

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

    r2855 r2859  
    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.