We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1bf063 commit 2d344b1Copy full SHA for 2d344b1
src/IFramePage.php
@@ -38,11 +38,6 @@ class IFramePage extends Page
38
39
private static $table_name = 'IFramePage';
40
41
- /**
42
- * @deprecated 5.4.0 use class_description instead.
43
- */
44
- private static $description = 'Embeds an iframe into the body of the page.';
45
-
46
private static $class_description = 'Embeds an iframe into the body of the page.';
47
48
private static $singular_name = 'IFrame Page';
0 commit comments