Results 150 comments of Matt Robinson

I think this is linked to the 'auto-draft' post content and the `redirect_post()` function not really handing it. In the `switch` within the [redirect_post](https://github.com/ClassicPress/ClassicPress/blob/develop/src/wp-admin/includes/post.php#L1862) we could add the following: ```...

@bahiirwa - can you address the conflict?

@bahiirwa - I would be helpful if all incoming PRs could implement the coding standards. I'd very much like to get Coding Standards implements early in the 1.5.0.milestone - at...

@xxsimoxx - could you post some screen shots of before and after the fix?

Community reviewed and screen shots demonstrate fix, good to merge.

There are two upstream changesets that'll get us from 1.5.6 to 1.5.7 and then 1.5.8 https://core.trac.wordpress.org/changeset/52393 https://core.trac.wordpress.org/changeset/52413 And then we need to watch this tick to migrate to 1.6.0 https://core.trac.wordpress.org/ticket/55604

Ticket 49412 is already back ported and covered here, it includes the original change, a fix for the location of `wp_filesize()` and I've added the more recent change just now:...

@dshanske - Not a problem, trying to figure out what we have already merged from WordPress into ClassicPress is often hard to identify - I only realised when I looked...

52586 is a branch backport of core changeset: https://core.trac.wordpress.org/changeset/45857 It is still missing from the long list I'd found above so updated PR is to follow, race conditions are always...