Make WordPress Core

Changes between Initial Version and Version 4 of Ticket #29431


Ignore:
Timestamp:
08/29/2014 03:56:31 PM (12 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29431

    • Property Component changed from General to Posts, Post Types
  • Ticket #29431 – Description

    initial v4  
    33If I select Pages > Add new then wait for a few moments without typing a title or content, a row gets written to the database. I can see {{{post_title}}} is Auto Draft, {{{post_status}}} is auto-draft.
    44
    5 Let's say that page's ID is 177. If I now try to go to example.com/177 I get redirected to an ugly URL such as example.com/?page_id=252 and shown a 404 message.
     5Let's say that page's ID is 177. If I now try to go to example.com/177 I get redirected to an ugly URL such as example.com/?page_id=177 and shown a 404 message.
    66
    771) Should brand new completely empty auto-draft posts be written to the database?