#2478 closed defect (bug) (fixed)
the_meta() doesn't hide hidden meta keys
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | trivial | Version: | 2.0.1 |
Component: | Template | Keywords: | commit has-patch |
Focuses: | Cc: |
Description
meta keys begining with underscore (_) are supposed to be hidden feilds, as far as I know. But the_meta() does not hide them. So here's a patch for the_meta() that will not display hidden feilds.
Attachments (3)
Change History (11)
#2
@
19 years ago
- Keywords bg|commit added
Confirm bug and that MattRead's diff fixes things. I couldn't get it to apply against latest svn for some reason, so here's a rougly equivalent patch (read: does the same things) that should apply fine.
#4
@
18 years ago
- Keywords bg|needs-patch refresh added; bg|has-patch removed
- Owner changed from anonymous to markjaquith
- Status changed from new to assigned
Needs to be refreshed
#5
@
18 years ago
- Keywords commit has-patch added; bg|commit bg|needs-patch refresh removed
- Milestone set to 2.0.5
New patch attached for 2.0.5. Backported the fix from trunk.
#7
@
18 years ago
This should be fixed too.
http://trac.wordpress.org/attachment/ticket/2316/2316.diff
Note: See
TracTickets for help on using
tickets.
the_meta hidden feilds fix