Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #61352, comment 17


Ignore:
Timestamp:
04/25/2025 09:31:43 AM (13 months ago)
Author:
neo2k23
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61352, comment 17

    v1 v2  
    44
    55There are many cases why one can land on that line with $title == null.
     6
     7The given solution in https://core.trac.wordpress.org/attachment/ticket/61352/general-template.diff
     8
     9requires at least php 7.4 and i am not sure if the latest minimum requirement for php in wordpress already has been set to 7.4 or still is on 7.2
     10
     11https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/