[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:09:19 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 frosso):

 Yeah, but debugging a bit I found out it was due to line 2943 in wp-
 includes/post.php, the condition

 {{{
 #!php
 'default' != $page_template && ! isset( $page_templates[ $page_template ]
 )
 }}}

 returns true (since the template is not 'default').

--
Ticket URL: <https://core.trac.wordpress.org/ticket/27556#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list