diff --git a/src/ORM/CMSPreviewable.php b/src/ORM/CMSPreviewable.php index 8f5a6d82369..e4705585e6a 100644 --- a/src/ORM/CMSPreviewable.php +++ b/src/ORM/CMSPreviewable.php @@ -35,6 +35,7 @@ public function getMimeType(); * @return string Link to the CMS-author view. Should point to a * controller subclassing {@link LeftAndMain}. Example: * http://mysite.com/admin/edit/6 + * @deprecated 5.4.0 Will be renamed to getCMSEditLink() */ public function CMSEditLink(); }