Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #52995


Ignore:
Timestamp:
04/08/2021 12:33:36 AM (3 years ago)
Author:
davidbaumwald
Comment:

Looks like this traces back to [43815].

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52995

    • Property Focuses coding-standards removed
    • Property Component changed from General to Editor
    • Property Version changed from to 5.0
    • Property Summary changed from Coding standard : Undefined varible to Undefined `$post_ID` variable in `edit-form-blocks.php`
  • Ticket #52995 – Description

    initial v1  
    1 $post_ID : varibale is not define use $post->ID.
     1`wp_get_post_autosave` is called with the `$post_ID` variabl, but it is not defined.  Should use `$post->ID` instead.