[wp-trac] [WordPress Trac] #31583: Translate or cute user_nicename

WordPress Trac noreply at wordpress.org
Tue Mar 10 18:55:05 UTC 2015


#31583: Translate or cute user_nicename
----------------------------+-----------------------------
 Reporter:  moonkir         |      Owner:
     Type:  defect (bug)    |     Status:  new
 Priority:  normal          |  Milestone:  Awaiting Review
Component:  General         |    Version:  4.1.1
 Severity:  normal          |   Keywords:
  Focuses:  administration  |
----------------------------+-----------------------------
 '''1'''. Add new user:
 login - any
 first name - Ivan
 last name - Ivanov
 mail - any

 '''1.1'''. View DataBase table wp_users
 collumn user_nicename
 '''before 4.1'''
 user_nicename - Ivan Ivanov
 '''after 4.1'''
 user_nicename - i-ivanov

 '''1.2'''. Search "Ivanov" in admin panels - users

 "Ivanov" found


 ----


 '''2'''. Add new user:
 login - any
 first name - Иван
 last name - Иванов
 mail - any

 '''2.1'''. View DataBase table wp_users
 collumn user_nicename
 '''before 4.1'''
 user_nicename - Иван Иванов
 '''after 4.1'''
 user_nicename - i-ivanov

 '''2.2'''. Search "Иванов" in admin panels - users

 "Иванов" not found

 Search in cyrillic fails because the name in column user_nicename was
 translated

 Search is apparently carried out on columns user_login and user_nicename
 in which no сyrillic  in versions 4.1 later


 I tested it`s in clean WP and DataBase. No plugins
 from 3.8 to 4.1.1

--
Ticket URL: <https://core.trac.wordpress.org/ticket/31583>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list