[wp-trac] [WordPress Trac] #38013: Static Front Page section/controls should be contextual and allow assignment to page stubs

WordPress Trac noreply at wordpress.org
Sun Oct 30 20:20:59 UTC 2016


#38013: Static Front Page section/controls should be contextual and allow
assignment to page stubs
------------------------------+--------------------------
 Reporter:  westonruter       |       Owner:  westonruter
     Type:  feature request   |      Status:  closed
 Priority:  normal            |   Milestone:  4.7
Component:  Customize         |     Version:
 Severity:  normal            |  Resolution:  fixed
 Keywords:  has-patch commit  |     Focuses:
------------------------------+--------------------------

Comment (by westonruter):

 In [changeset:"39038"]:
 {{{
 #!CommitTicketReference repository="" revision="39038"
 Customize: Prevent auto-draft post/page stubs from being saved with empty
 slugs or published with non-unique slugs.

 * Allow `WP_Customize_Nav_Menus::insert_auto_draft_post()` to take full
 post array to pass to `wp_insert_post()`, except for `post_status`.
 Require `post_title`.
 * Ensure empty `post_name` gets explicitly set to slugified `post_title`.
 * Explicitly allow only `post_type` and `post_title` params in
 `WP_Customize_Nav_Menus::ajax_insert_auto_draft_post()`.
 * Use `wp_update_post()` instead of `wp_publish_post()` to ensure unique
 slugs are assigned to published auto-draft posts.
 * Re-use `WP_Customize_Nav_Menus::insert_auto_draft_post()` when inserting
 stubs from starter content.

 See #38114, #38013, #34923.
 Fixes #38539.
 }}}

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


More information about the wp-trac mailing list