← All changes
|
modules/atomic-widgets/styles/style-variant.php
+0
-5
4.1.0-dev2
→
3.32.0-dev3
View file →
| @@ -27,13 +27,8 @@ | ||
| 27 | 27 | $this->props[ $key ] = $value; |
| 28 | 28 | return $this; |
| 29 | 29 | } |
| 30 | 30 | |
| 31 | - public function add_props( array $props ): self { | |
| 32 | - $this->props = array_merge( $this->props, $props ); | |
| 33 | - return $this; | |
| 34 | - } | |
| 35 | - | |
| 36 | 31 | public function build(): array { |
| 37 | 32 | return [ |
| 38 | 33 | 'meta' => [ |
| 39 | 34 | 'breakpoint' => $this->breakpoint, |