From ce738eaae405599cd45fa42d55fcb2175558924b Mon Sep 17 00:00:00 2001 From: Andrew Ozz 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: https://develop.svn.wordpress.org/trunk@8928 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 86b5054d15..340114ccff 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 )