Opened 13 months ago
Closed 13 months ago
#1005 closed defect (fixed)
Trim post titles in comment notifications
| Reported by: | koke | Owned by: | mrroundhill |
|---|---|---|---|
| Priority: | critical | Milestone: | 3.0 |
| Component: | Other | Version: | |
| Keywords: | Cc: |
Description
I don't think we're trimming the post title on notifications right now, which could cause problems with long titles
Change History (2)
comment:1 Changed 13 months ago by mrroundhill
- Owner set to mrroundhill
- Status changed from new to accepted
comment:2 Changed 13 months ago by mrroundhill
- Resolution set to fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.

Fixed this on WPCOM, limited title length to 20 chars and appended '...' if longer than 20 chars. Also wrapped post title in double quotes for better readability.