We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d40e2a3 commit 1fc9352Copy full SHA for 1fc9352
src/ErrorPage.php
@@ -62,10 +62,7 @@ class ErrorPage extends Page
62
63
private static $class_description = 'Custom content for different error cases (e.g. "Page not found")';
64
65
- /**
66
- * @deprecated 2.4.0 Will be renamed to cms_icon_class
67
- */
68
- private static $icon_class = 'font-icon-p-error';
+ private static $cms_icon_class = 'font-icon-p-error';
69
70
/**
71
* Allow developers to opt out of dev messaging using Config
0 commit comments