#15376 closed task (blessed) (fixed)
Post formats help text
Reported by: | nacin | Owned by: | andrea_r |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | 3.1 |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
Description
If there's a UI visible, we need to show contextual help.
Attachments (3)
Change History (19)
#1
@
14 years ago
- Keywords needs-patch added
- Owner set to andre_r
- Status changed from new to assigned
#8
@
14 years ago
This should probably say that your theme may support additional formats, rather than listing Aside and Gallery explicitly. Surely not everyone who seeks help from the tab will be using Twenty Ten.
A simple current_theme_supports should be able to handle hiding this when it is irrelevant, also.
Maybe a new paragraph with a bulleted list of the supported formats, per the Codex article? Otherwise someone using an 'Aside' will need yo test for themselves that it means no title.
#9
@
14 years ago
- Keywords needs-patch added; commit removed
- Resolution fixed deleted
- Status changed from closed to reopened
#10
@
14 years ago
- Keywords has-patch added; needs-patch removed
Nacin, good call.
I rewrote the format bit in the publish section, added a conditional bit that shows what format types are available for the current theme and added a link to the documentation for post formats.
The other option would be to include the entire list of format types and their description (from the codex), but I'm thinking that may end up getting out of sync if one gets updated and not the other.
Thoughts?
#11
@
14 years ago
I don't think it's crazy to include a simple sentence to describe each format supported, considering we're bulleting them here anyway. Linking to the Codex article (if current_theme_supports) makes sense too.
Cross referencing http://wordpress.org/support/topic/what-is-different-between-post-format-aside-and-status
#12
@
14 years ago
Also, would want Jane to weigh in on the help text prior to re-patching, to confirm or reject my thoughts.
Aside from that, the patch will need to grab the formats, but then use the strings from get_post_format_strings(), to ensure they are properly translated.
@
14 years ago
@Nacin: This adds the generic help text to the Formats meta box, which just refers people to the help tab.
Fine.