Changes between Initial Version and Version 1 of Ticket #52995
- Timestamp:
- 04/08/2021 12:33:36 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52995
- Property Focuses coding-standards removed
-
Property
Component
changed from
General
toEditor
-
Property
Version
changed from
to
5.0
-
Property
Summary
changed from
Coding standard : Undefined varible
toUndefined `$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.