Changes between Initial Version and Version 2 of Ticket #63478
- Timestamp:
- 05/25/2025 03:24:57 PM (7 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63478
- Property Keywords has-patch added
-
Property
Component
changed from
Formatting
toMedia
-
Ticket #63478 – Description
initial v2 1 There is a commented-out debug statement {{{ // print_r( $this ); // Uncomment to print all boxes.}}} in the {{{Box::parse()}}} method on the file {{{/wp-includes/class- box.php }}}1 There is a commented-out debug statement {{{ // print_r( $this ); // Uncomment to print all boxes.}}} in the {{{Box::parse()}}} method on the file {{{/wp-includes/class-avif-info.php }}} 2 2 3 3 This appears to have been used during development for debugging purposes. While it's currently commented out and doesn't affect execution, it's generally a good practice to remove unused debug code from production files to keep the codebase clean and focused.