Changeset 2859
- Timestamp:
- 09/08/2005 09:40:37 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-links.php
r2855 r2859 180 180 181 181 $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; 183 183 } 184 184 … … 193 193 194 194 $location = get_settings('siteurl') . "/wp-admin/post.php?action=editcomment&comment=$comment->comment_ID"; 195 echo "$before <a href='$location'>$link</a> $after";195 echo "$before <a href='$location'>$link</a>" . $after; 196 196 } 197 197
Note: See TracChangeset
for help on using the changeset viewer.