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

View File

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