Opened 11 years ago
Closed 11 years ago
#23911 closed defect (bug) (duplicate)
Post Format UI Bar always displays "Standard Post" instead of correct post format on initial load of post.php
Reported by: | c3mdigital | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.6 |
Component: | Post Formats | Keywords: | has-patch |
Focuses: | Cc: |
Description
When loading an existing post with a selected post format the format in the selector bar UI will always display "Standard Post" until the various formats are hovered over which it will then default back to the correct format after hovering.
This patch checks for the current post format and fills the .post-format-tip span with the correct current post format in post-formats.js
Attachments (2)
Note: See
TracTickets for help on using
tickets.
23911.patch is not localizable.
23911.2.patch copies the actual post format button title.
Noticed some more i18n issues in [23843], added to #23503.