Make WordPress Core

Changes between Initial Version and Version 3 of Ticket #58014


Ignore:
Timestamp:
03/29/2023 09:44:25 PM (22 months ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58014 – Description

    initial v3  
    22=== Description
    33Invalid Post ID when i update a comment
     4
     5Content of the post:
     6 the comment made in front-end on a lorem post created by hand no feature image.
     7
     8Content of the comment:
     9 A test is when you are made to make little drawings to see if you are not crazy.
     10
     11I just try to add the word: "Really" at the end of the comment
     12
    413=== Environment
    514- WordPress: 6.2
     
    1322- Plugins:
    1423  * 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 comment
    1824
    1925=== Steps to Reproduce
    20 1. Go to comments and choose a comment
    21 2. Click ont Edit
    22 3. Add a word
    23 4. Click Update
    24 x.  Bug occurs.
    25 I have the error message : **Invalid Post ID**
    26 Checking the content after the error. The content has not changed.
     261. Go to `Posts > Add New` and create a new post.
     272. On the frontend, add a comment.
     283. Click `Edit`.
     294. Add a word.
     305. Click `Update`.
     31x. 🐞 Bug occurs.
     32
    2733=== Expected Results
    28 1.   What should happen.
    29 The post must be updated and the word add
     341. ✅ The post must be updated and the word added.
    3035
    3136=== Actual Results
    32 1.   What actually happened.
     371. ❌ I have the error message : **Invalid Post ID**
     382. ❌ Checking the content after the error. The content has not changed.