[wp-trac] [WordPress Trac] #27556: Saving a post doesn't notify a user if the post has been correctly saved
WordPress Trac
noreply at wordpress.org
Thu Mar 27 20:18:48 UTC 2014
#27556: Saving a post doesn't notify a user if the post has been correctly saved
-------------------------------+------------------------------
Reporter: frosso | Owner:
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: Awaiting Review
Component: Posts, Post Types | Version: 3.8.1
Severity: normal | Resolution:
Keywords: | Focuses: administration
-------------------------------+------------------------------
Comment (by SergeyBiryukov):
> I had a post with a custom template attached to it.
Did you mean a page or a custom post type? Custom templates are currently
only available for pages, see #18375.
> Then we disabled users ability to assign custom templates.
How exactly did you do that?
The Template dropdown in Page Attributes meta box doesn't seem to be
controlled by a user capability, only by the actual presence of custom
templates: [source:tags/3.8.1/src/wp-admin/includes/meta-boxes.php#L659].
The meta box, however, depends on whether the post type supports `page-
attributes`:
[source:tags/3.8.1/src/wp-admin/edit-form-advanced.php#L163].
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27556#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list