Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #61367, comment 1


Ignore:
Timestamp:
06/25/2024 07:59:40 PM (23 months ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61367, comment 1

    initial v1  
    33#52776 already made long links wrap to the next line (and [52174] edited the property name).
    44
    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 would with the full title.
     5The 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.