Commit 439cb19 1 parent 5ffa74f commit 439cb19 Copy full SHA for 439cb19
File tree 2 files changed +2
-9
lines changed
2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -142,10 +142,7 @@ class Blog extends Page implements PermissionProvider
142
142
143
143
private static $ class_description = 'Adds a blog to your website. ' ;
144
144
145
- /**
146
- * @deprecated 4.4.0 Will be renamed to cms_icon_class
147
- */
148
- private static $ icon_class = 'font-icon-p-posts ' ;
145
+ private static $ cms_icon_class = 'font-icon-p-posts ' ;
149
146
150
147
/**
151
148
* {@inheritdoc}
Original file line number Diff line number Diff line change @@ -51,11 +51,7 @@ class BlogPost extends Page
51
51
*/
52
52
private static $ table_name = 'BlogPost ' ;
53
53
54
- /**
55
- * @var string
56
- * @deprecated 4.4.0 Will be renamed to cms_icon_class
57
- */
58
- private static $ icon_class = 'font-icon-p-post ' ;
54
+ private static $ cms_icon_class = 'font-icon-p-post ' ;
59
55
60
56
/**
61
57
* @var array
You can’t perform that action at this time.
0 commit comments