Skip to content

Commit 9d08ca4

Browse files
committed
Add deprecation comments
1 parent d184266 commit 9d08ca4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

inc/elementor/class-typography.php

+4
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ public function get_name() {
154154
/**
155155
* Register Heading typography controls.
156156
*
157+
* @deprecated TODO: Remove in v2.0.9
158+
*
157159
* @param Controls_Stack $element Controls object.
158160
* @param string $section_id Section ID.
159161
*/
@@ -212,6 +214,8 @@ public function register_heading_typography( Controls_Stack $element, $section_i
212214
/**
213215
* Register Body and Paragraph typography controls.
214216
*
217+
* @deprecated TODO: Remove in v2.0.9
218+
*
215219
* @param Controls_Stack $element Controls object.
216220
* @param string $section_id Section ID.
217221
*/

0 commit comments

Comments
 (0)