diff --git a/wp-admin/edit-post-rows.php b/wp-admin/edit-post-rows.php index 6723cc3460..4eee06b760 100644 --- a/wp-admin/edit-post-rows.php +++ b/wp-admin/edit-post-rows.php @@ -15,8 +15,10 @@ $bgcolor = ''; while (have_posts()) : the_post(); add_filter('the_title','wp_specialchars'); $class = ('alternate' == $class) ? '' : 'alternate'; +global $current_user; +$post_owner = ( $current_user->ID == $post->post_author ? 'self' : 'other' ); ?> - + post_status ); ?>'>