mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 14:35:07 +00:00
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:
parent
ab0cf8d942
commit
7bd274899d
@ -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";
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user