Jake Vanderwerf
2026-01-28 8c6502de2f8ec2bd8382cd6945c327d7be400e14
inc/EmbedGenerator.php
@@ -176,7 +176,7 @@
            foreach ($style_ids as $style_id) {
                $term = get_term((int) $style_id, BASE . 'style');
                if ($term && !is_wp_error($term)) {
                    $styles[] = $term->name;
                    $styles[] = html_entity_decode($term->name);
                }
            }
        }