Append closing td/tr to output instead of directly echoing it. props jshreve, see #13383.

git-svn-id: http://svn.automattic.com/wordpress/trunk@14618 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-05-14 01:54:21 +00:00
parent ab0cf8d942
commit 7bd274899d
1 changed files with 1 additions and 1 deletions

View File

@ -1247,7 +1247,7 @@ function get_media_item( $attachment_id, $args = null ) {
if ( !empty( $media_dims ) )
$item .= "<p><strong>" . __('Dimensions:') . "</strong> $media_dims</p>\n";
echo "</td></tr>\n";
$item .= "</td></tr>\n";