﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
4157,"Missing "" in 'Edit this' admin link breaks theme",Podz,anonymous,"link-template.php
line 296

	return '<a href=""' . get_option( 'wpurl' ) . '/wp-admin/' . $file . '.php?action=edit&amp;post=' . $post->ID . '>' . $link . '</a>' . $after;
}

needs to be

	return '<a href=""' . get_option( 'wpurl' ) . '/wp-admin/' . $file . '.php?action=edit&amp;post=' . $post->ID . '"">' . $link . '</a>' . $after;
}

There is a missing "" in $post->ID . '>'",defect (bug),closed,low,,Administration,,normal,duplicate,,
