Changes between Initial Version and Version 3 of Ticket #58014
- Timestamp:
- 03/29/2023 09:44:25 PM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58014 – Description
initial v3 2 2 === Description 3 3 Invalid Post ID when i update a comment 4 5 Content of the post: 6 the comment made in front-end on a lorem post created by hand no feature image. 7 8 Content of the comment: 9 A test is when you are made to make little drawings to see if you are not crazy. 10 11 I just try to add the word: "Really" at the end of the comment 12 4 13 === Environment 5 14 - WordPress: 6.2 … … 13 22 - Plugins: 14 23 * WordPress Beta Tester 3.3.7 15 Content of the post : - the comment made in front-end on a lorem post created by hand no feature image.16 Content of the comment: "A test is when you are made to make little drawings to see if you are not crazy."17 I just try to add the word : "Really" at the end of the comment18 24 19 25 === Steps to Reproduce 20 1. Go to comments and choose a comment21 2. Click ont Edit22 3. Add a word23 4. Click Update24 x. Bug occurs.25 I have the error message : **Invalid Post ID** 26 Checking the content after the error. The content has not changed. 26 1. Go to `Posts > Add New` and create a new post. 27 2. On the frontend, add a comment. 28 3. Click `Edit`. 29 4. Add a word. 30 5. Click `Update`. 31 x. 🐞 Bug occurs. 32 27 33 === Expected Results 28 1. What should happen. 29 The post must be updated and the word add 34 1. ✅ The post must be updated and the word added. 30 35 31 36 === Actual Results 32 1. What actually happened. 37 1. ❌ I have the error message : **Invalid Post ID** 38 2. ❌ Checking the content after the error. The content has not changed.