GridFieldBlogPostState: Added 'Modified' tag to timer state

and adjusted code spacing.
This commit is contained in:
James Cocker 2014-06-13 11:49:28 +01:00
parent b380f4ac11
commit 020f466bf8
1 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ class GridFieldBlogPostState implements GridField_ColumnProvider {
"State for when a post is published.", array(
"date" => $record->dbObject("PublishDate")->Nice()
)
);
) . $modifiedLabel;
} else {
return _t(
"GridFieldBlogPostState.Published",