#5412 closed defect (bug) (fixed)
Trailing comma creates blank tag
| Reported by: | matt | Owned by: | ionfish |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5 |
| Component: | Administration | Version: | 2.3 |
| Severity: | normal | Keywords: | has-patch 2nd-opinion |
| Cc: | Focuses: |
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)
This ticket was mentioned in PR #520 on WordPress/wordpress-develop by dd32.
6 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:
6 years ago
#5
Merged into WP Core in https://core.trac.wordpress.org/changeset/49245
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Trims whitespace and trailing commas.