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) {