[wp-trac] Re: [WordPress Trac] #9103: Put search string into <title> of search results page

WordPress Trac wp-trac at lists.automattic.com
Thu Feb 12 03:21:14 GMT 2009


#9103: Put search string into <title> of search results page
--------------------------+-------------------------------------------------
 Reporter:  jidanni       |       Owner:                         
     Type:  defect (bug)  |      Status:  new                    
 Priority:  lowest        |   Milestone:  2.8                    
Component:  Themes        |     Version:  2.7                    
 Severity:  trivial       |    Keywords:  has-patch needs-testing
--------------------------+-------------------------------------------------
Changes (by DD32):

  * keywords:  => has-patch needs-testing
  * milestone:  => 2.8


Comment:

 Not too sure on the translation front, The other option is:

 {{{
 $title = __('Search Results') . $t_sep . wp_specialchars($search);
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/9103#comment:2>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list