[wp-trac] [WordPress Trac] #44522: Distorted output when using the_title()
WordPress Trac
noreply at wordpress.org
Thu Jul 5 13:54:48 UTC 2018
#44522: Distorted output when using the_title()
-------------------------------+-----------------------------
Reporter: konmavrakis | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Posts, Post Types | Version:
Severity: normal | Keywords:
Focuses: |
-------------------------------+-----------------------------
I have a post with this title: {{{"This is a test title"}}}.
If I use {{{the_title();}}} the output is:
{{{«This is a test title»}}}
if I {{{echo}}} the title with {{{$post->post_title}}} the output is:
{{{"This is a test title"}}}
Even If I inspect the page, instead of {{{"}}} I see {{{«}}}.
I've also change the {{{font-family}}} to be {{{Arial}}} in order to
preclude errors with the font.
I've checked in {{{the_title()}}} and {{{get_the_title()}}} and I can't
seem to find anything that could cause the distortion of the output.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/44522>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list