mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Append closing td/tr to output instead of directly echoing it. props jshreve, see #13383.
git-svn-id: https://develop.svn.wordpress.org/trunk@14618 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user