Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #63478


Ignore:
Timestamp:
05/25/2025 03:24:57 PM (7 weeks ago)
Author:
SergeyBiryukov
Comment:

Hi there, welcome to WordPress Trac! Thanks for the ticket.

For reference, wp-includes/class-avif-info.php was introduced in [57524] / #51228.

Please note that libavifinfo is an external library, any suggested changes should ideally be submitted upstream:
https://aomedia.googlesource.com/libavifinfo/.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63478

    • Property Keywords has-patch added
    • Property Component changed from Formatting to Media
  • 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 }}}
     1There 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 }}}
    22
    33This 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.