post_status;
if (!empty($item->post_password)) {
$status_class = 'cf-admin-column-view-item-status-password';
}
$has_children = ($item->has_children ? '›' : '');
// create a hint if we're showing an unpublished or private status
$hint = '';
if ($item->post_status != 'publish') {
$hint = _x('Status: not published', 'hover text hint', 'cf-admin-column-view');
}
if ($item->post_status == 'private' || !empty($item->post_password)) {
$hint = _x('Status: private or password-protected', 'hover text hint', 'cf-admin-column-view');
}
?>
post_title).$has_children; ?>
ID); ?>
labels->name)); ?>
labels->singular_name
);
?>