From 3111976b9813aa205bd5befd7e407b4f168cf2ea Mon Sep 17 00:00:00 2001 From: azaozz Date: Thu, 18 Sep 2008 17:27:07 +0000 Subject: [PATCH] _post_row() is "out of the loop", so it needs post id to find the tags git-svn-id: http://svn.automattic.com/wordpress/trunk@8928 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 86b5054d1..340114ccf 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -913,7 +913,7 @@ function _post_row($a_post, $pending_comments, $mode) { case 'tags': ?> >ID); if ( !empty( $tags ) ) { $out = array(); foreach ( $tags as $c )