[wp-trac] Re: [WordPress Trac] #1274: Problem passing a 'title_li' with HTML entities to wp_list_pages()

WordPress Trac wp-trac at lists.automattic.com
Wed Oct 18 23:38:40 GMT 2006


#1274: Problem passing a 'title_li' with HTML entities to  wp_list_pages()
-----------------------------+----------------------------------------------
 Reporter:  anonymousbugger  |        Owner:  anonymous
     Type:  defect           |       Status:  new      
 Priority:  normal           |    Milestone:           
Component:  Template         |      Version:  2.0.4    
 Severity:  minor            |   Resolution:           
 Keywords:                   |  
-----------------------------+----------------------------------------------
Changes (by susez):

  * severity:  major => minor

Comment:

 It can be solved changing the template like this:

 <h2>P&aacute;ginas</h2>
 <ul>
 <?php  wp_list_pages('title_li='); ?>
 </ul>

-- 
Ticket URL: <http://trac.wordpress.org/ticket/1274#comment:3>
WordPress Trac <http://wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list