Changes between Initial Version and Version 1 of Ticket #1884
- Timestamp:
- 08/01/2016 10:25:41 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1884 – Description
initial v1 7 7 For a language where most words are longer than in English, this is often insufficient. English topic slugs, on the other hand, allow up to 80 characters (which is the `maxlength` attribute on the input). 8 8 9 Some examples of recent topics where the title is OK, but slug was cut off:9 Some examples of recent topics where the title is OK, but the slug was cut off: 10 10 * https://ru.wordpress.org/support/topic/как-настроить-уведомления-на-email-о-получ 11 11 * https://ru.wordpress.org/support/topic/написание-плагина-скрытый-контент-оп … … 26 26 Doesn't look too informative, does it? 27 27 28 Previously, slugs were cut around ~48 characters, which is still is less th en enough, but better than ~33.28 Previously, slugs were cut around ~48 characters, which is still is less than enough, but better than ~33.