Changes between Initial Version and Version 1 of Ticket #61367, comment 1
- Timestamp:
- 06/25/2024 07:59:40 PM (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61367, comment 1
initial v1 3 3 #52776 already made long links wrap to the next line (and [52174] edited the property name). 4 4 5 The admin toolbar uses `wp_html_excerpt` to [https://core.trac.wordpress.org/browser/trunk/src/wp-includes/admin-bar.php?rev=58337&marks=389#L389 truncate the site title], but I do not recommend truncating it in the login page's `backtoblog` link. Whether the text would be cut by an arbitrary number of characters or by word count, the end of that string would make less sense than the link wouldwith the full title.5 The admin toolbar uses `wp_html_excerpt` to [https://core.trac.wordpress.org/browser/trunk/src/wp-includes/admin-bar.php?rev=58337&marks=389#L389 truncate the site title], but I do not recommend truncating it in the login page's `backtoblog` link. Whether the text would be cut by an arbitrary number of characters or by word count, the end of that string would make less sense than the link currently does with the full title.