Skip to content

Bug: decode HTML entities in live search result titles #129

@ajaydsouza

Description

@ajaydsouza

'title' => get_the_title(),

This commit was overrwritten in error: aaa5593

Replace with this line:

'title' => html_entity_decode( get_the_title(), ENT_QUOTES, 'UTF-8' ),

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions