Opened 13 years ago
Closed 13 years ago
#14321 closed defect (bug) (fixed)
The permalink field should not show for post types that are not public
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Posts, Post Types | Keywords: | has-patch |
Focuses: | Cc: |
Description
Patch shows the permalink field only for public post types.
Attachments (3)
Change History (9)
#3
@
13 years ago
permalink-field-for-public-post-types-only.14321.2.diff
fixes it so they don't show up on autosave, either.
#4
@
13 years ago
Isn't publicly_queryable enough here?
If something is publicly_queryable but not public? I would think p_q is a subset of public.
Note: See
TracTickets for help on using
tickets.
It still shows up after the first autosave, with this patch.