[wp-trac] [WordPress Trac] #25808: Twenty Fourteen: option 'display' as in wp_title for description of site

WordPress Trac noreply at wordpress.org
Sun Nov 3 10:51:53 UTC 2013


#25808: Twenty Fourteen: option 'display' as in wp_title for description of site
--------------------------+-----------------------------
 Reporter:  michelwppi    |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Themes        |    Version:
 Severity:  normal        |   Keywords:
--------------------------+-----------------------------
 The first test to enhance 2014 as multilingual child theme (as I done for
 2010 to 2013) is (very) good BUT
 in sidebar.php to display $description you forgot to add second parameter
 'display' in
 {{{
 get_bloginfo ('description');
 }}}
 as done in wp_title...


 {{{
 get_bloginfo ('description', 'display');
 }}}


 By using this parameter, get_bloginfo is filterable (apply_filters at end
 of function) as wp_title used in header...

 I think it will be coherent to be done in parent 2014.

 M - xili-language author

--
Ticket URL: <http://core.trac.wordpress.org/ticket/25808>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list