Skip to content

Commit

Permalink
MINOR Removed unknown "cancel draft" button icon (fixes #7333)
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed May 20, 2012
1 parent 60e7a59 commit 1614bc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/model/SiteTree.php
Expand Up @@ -2072,7 +2072,6 @@ function getCMSActions() {
$minorActions->push(
FormAction::create('rollback', _t('SiteTree.BUTTONCANCELDRAFT', 'Cancel draft changes'), 'delete')
->setDescription(_t('SiteTree.BUTTONCANCELDRAFTDESC', 'Delete your draft and revert to the currently published page'))
->addExtraClass('delete')->setAttribute('data-icon', 'delete')
);
}
}
Expand Down

0 comments on commit 1614bc4

Please sign in to comment.