diff --git a/change-log.txt b/change-log.txt index 71e381e..5cc5694 100644 --- a/change-log.txt +++ b/change-log.txt @@ -1,5 +1,6 @@ = 1.0.27 = * Category settings loads only 10 categories on CPT change - FIXED +* Hook added to filter class & attributes for Elementor widget output - ADDED = 1.0.26 = * Error on setting array option value in block editor - FIXED diff --git a/wp-super-duper.php b/wp-super-duper.php index 3821a4f..1aa8119 100755 --- a/wp-super-duper.php +++ b/wp-super-duper.php @@ -282,7 +282,7 @@ public static function get_picker( $editor_id = '' ) { echo $html; $should_die = true; - // some builder get the editor via ajax so we should not die on those ocasions + // some builder get the editor via ajax so we should not die on those occasions $dont_die = array( 'parent_tag',// WP Bakery 'avia_request' // enfold @@ -354,7 +354,7 @@ public static function get_widget_settings() { * @since 1.0.0 * * @param string $editor_id Optional. Shortcode editor id. Default null. - * @param string $insert_shortcode_function Optional. Insert shotcode function. Default null. + * @param string $insert_shortcode_function Optional. Insert shortcode function. Default null. */ public static function shortcode_insert_button( $editor_id = '', $insert_shortcode_function = '' ) { global $sd_widgets, $shortcode_insert_button_once; @@ -431,7 +431,7 @@ public static function siteorigin_js() { ?>