You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: widgets/flip-box.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,7 @@ protected function _register_controls() {
203
203
'label' => __( 'Description', 'mighty' ),
204
204
'type' => Controls_Manager::WYSIWYG,
205
205
'placeholder' => __( 'Type your description here', 'mighty' ),
206
-
'default' => __( 'A sacred food gifted to mankind by the gods. <br>Very delicious and cheesy with tomato sauce and toppings of your choice. Commonly consumed recreationally or at parties.', 'mighty'),
206
+
'default' => __( 'A sacred food gifted to mankind by the gods. <br>Very delicious and cheesy with tomato sauce and toppings of your choice.', 'mighty'),
207
207
]
208
208
);
209
209
@@ -299,7 +299,7 @@ protected function _register_controls() {
0 commit comments