Opened 12 years ago
Closed 12 years ago
#24243 closed defect (bug) (fixed)
Quote post format: prepend em-dash to quote source
Reported by: | lancewillett | Owned by: | markjaquith |
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Post Formats | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
Discussion: http://core.trac.wordpress.org/ticket/24176#comment:6
Goal: add a translatable em-dash before the Quote "source" output. Possibly filter it so themes or plugins could remove it.
Reasoning: provides a visual consistent (and mostly universal) indicator that the content is cited from an external source. Supports and enhances the "Quote" content type stored in this post format.
Attachments (3)
Change History (8)
#3
@
12 years ago
.2.diff
is a different approach, whereby the string format can be completely changed. Moved the non-breaking space inside of that.
Note: See
TracTickets for help on using
tickets.
Patch (props SergeyBiryukov for the start) adds em-dash and non-breaking space before the source quote, with a filter so themes or plugins can change or remove.