#5412 closed defect (bug) (fixed)
Trailing comma creates blank tag
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.5 | Priority: | normal |
| Severity: | normal | Version: | 2.3 |
| Component: | Administration | Keywords: | has-patch 2nd-opinion |
| Focuses: | Cc: |
Description
In the tag box, put a trailing comma, like this:
myfirsttag,
It will create a blank tag and attach it to the post.
Expected: tags with nothing but whitespace aren't created.
Attachments (1)
Change History (6)
#1
@
18 years ago
- Keywords has-patch 2nd-opinion added
- Owner changed from anonymous to ionfish
- Status changed from new to assigned
This ticket was mentioned in PR #520 on WordPress/wordpress-develop by dd32.
5 years ago
#4
Allow WP_AUTO_UPDATE_CORE to be set to 'rc' or 'beta' to signify to the API that we want to opt-in to Beta and/or RC releases but run the latest stable otherwise (ie. not trunk).
See https://meta.trac.wordpress.org/ticket/5412 for background.
Trac ticket:
dream-encode commented on PR #520:
5 years ago
#5
Merged into WP Core in https://core.trac.wordpress.org/changeset/49245
Note: See
TracTickets for help on using
tickets.
Trims whitespace and trailing commas.