Changeset 896 for trunk/wp-includes/template-functions-links.php
- Timestamp:
- 02/20/2004 01:53:41 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/template-functions-links.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-links.php
r801 r896 136 136 137 137 $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"; 139 139 } 140 140 … … 154 154 155 155 $location = "$siteurl/wp-admin/post.php?action=editcomment&comment=$comment->comment_ID"; 156 echo "$before <a href= '$location'>$link</a> $after";156 echo "$before <a href=\"$location\">$link</a> $after"; 157 157 } 158 158
Note: See TracChangeset
for help on using the changeset viewer.