Changes between Initial Version and Version 1 of Ticket #48120, comment 5
- Timestamp:
- 01/29/2022 10:41:51 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48120, comment 5
initial v1 1 See #54983. 2 3 The changes in [https://core.trac.wordpress.org/changeset/47191 47191] introduced a regression whereby the Quick Draft feature would allow a user to create a draft post without any title or content. 4 5 This is because the condition doesn't check if `$_POST['content']` is empty before inserting a paragraph. 6 7 You can actually repeatedly click `Quick Draft` to create a bunch of empty, nameless posts. 1 Related ticket #54983.