[wp-trac] [WordPress Trac] #16282: PHP catchable error with get_term_link and WP3.1RC2

WordPress Trac wp-trac at lists.automattic.com
Mon Jan 24 17:18:29 UTC 2011


#16282: PHP catchable error with get_term_link and WP3.1RC2
--------------------------+-----------------------
 Reporter:  illutic       |       Owner:
     Type:  defect (bug)  |      Status:  reopened
 Priority:  normal        |   Milestone:  3.1
Component:  Multisite     |     Version:  3.1
 Severity:  major         |  Resolution:
 Keywords:  revert        |
--------------------------+-----------------------

Comment (by scribu):

 It boils down to this:

 Which should work:

 {{{
 get_term_link('Term name with an áccent', 'category');
 }}}

 Motivation: backwards compatibility with an incorrect usage, due to
 ambiguity in the documentation.

 Or this:

 {{{
 get_term_link('șir', 'category');
 }}}

 Motivation: backwards compatibility with previously entered data.

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


More information about the wp-trac mailing list