Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #51553, comment 21


Ignore:
Timestamp:
06/19/2021 09:37:56 PM (4 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51553, comment 21

    initial v1  
    2222(`$block_type` was renamed to `$item` to comply with the new "enhancement" in PHP 8.0, but then at the top of the function the more descriptive name was restored.)
    2323
    24 It looks a bit silly, but... Any better ideas to preserve the self-documenting names? :)
     24It looks a bit silly, but... Any better ideas on how to preserve the self-documenting names? :)