Opened 6 months ago
Last modified 6 months ago
#22971 reopened defect (bug)
Don't work quotes auto closing in that case
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Formatting | Version: | 3.5 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
Hello, use latest wordpress version - 3.5.
If I enter
"My Simple Text"
to wordpress text editor - all right quotes close automatically and it will have view:
«My Simple Text»
But if I'll write
"My Simple Text 2013"
It will have view:
«My Simple Text 2013"
conclusion: quotes auto closing don't work if string ends by numbers
Change History (4)
comment:1
SergeyBiryukov
— 6 months ago
- Component changed from General to Formatting
comment:2
SergeyBiryukov
— 6 months ago
ticket:4539:formatting-01.patch appears to fix this.
comment:4
SergeyBiryukov
— 6 months ago
- Resolution fixed deleted
- Status changed from closed to reopened
Tickets are marked as fixed when a change is made to the WordPress codebase which fixes the issue.
Note: See
TracTickets for help on using
tickets.
Related: #4539, #8775