[wp-trac] [WordPress Trac] #31510: the_title() is working wrong when a post title have space character like "old education"
WordPress Trac
noreply at wordpress.org
Tue Mar 3 11:51:24 UTC 2015
#31510: the_title() is working wrong when a post title have space character like
"old education"
--------------------------+-----------------------------
Reporter: ali1to | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 4.1.1
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
this is my code in below line
<a href=<?php the_permalink();?> title=<?php the_title()?>>222</a>
my current post title is "old education" but printed html markup is
<a href="http://localhost/wordpress/?p=56" title="Old"
education="">222</a>
--
Ticket URL: <https://core.trac.wordpress.org/ticket/31510>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list