Jake Vanderwerf
2026-01-25 b38f03c0e7218762d90fa5092696b127f24f36db
inc/managers/SEO/TemplateResolver.php
@@ -607,8 +607,8 @@
      } elseif ($this->objectType === 'term' && $this->objectId) {
         $term = get_term($this->objectId);
         if ($term && !is_wp_error($term)) {
            $this->context['term_name'] = $term->name;
            $this->context['term_description'] = $term->description;
            $this->context['term_name'] = html_entity_decode($term->name);
            $this->context['term_description'] = wptexturize($term->description);
            $this->context['taxonomy'] = $term->taxonomy;
         }
      } elseif ($this->objectType === 'user' && $this->objectId) {