[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 12:07:35 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:  closed
 Priority:  normal        |   Milestone:
Component:  General       |     Version:  4.1.1
 Severity:  normal        |  Resolution:  invalid
 Keywords:                |     Focuses:
--------------------------+----------------------
Changes (by SergeyBiryukov):

 * status:  new => closed
 * resolution:   => invalid
 * milestone:  Awaiting Review =>


Comment:

 There are missing quotes and escaping in your code. This would be correct:
 {{{
 <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute();
 ?>">222</a>
 }}}
 Please try the [https://wordpress.org/support/ support forums] if you have
 further questions.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/31510#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list