Merge branch '3.1' into 3.2

This commit is contained in:
Robbie Averill 2018-06-11 12:02:23 +12:00
commit 14eab5dc5a
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class GridFieldBlogPostState extends GridFieldSiteTreeState
if ($record instanceof BlogPost) {
$modifiedLabel = '';
if ($record->isModifiedOnStage) {
if ($record->isModifiedOnDraft()) {
$modifiedLabel = '<span class="modified">' . _t(__CLASS__ . '.Modified', 'Modified') . '</span>';
}