Make WordPress Core

Opened 3 years ago

Closed 3 years ago

#48852 closed defect (bug) (maybelater)

add exceptions for Class WP_Theme Theme name

Reported by: dkarfa's profile dkarfa Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Themes Keywords: has-patch
Focuses: Cc:

Description (last modified by SergeyBiryukov)

PHP 7.4 allow exceptions from __toString(), add exceptions for WP_Theme Class theme name

Attachments (1)

48852.patch (628 bytes) - added by dkarfa 3 years ago.

Download all attachments as: .zip

Change History (3)

@dkarfa
3 years ago

#1 @SergeyBiryukov
3 years ago

  • Description modified (diff)

#2 @SergeyBiryukov
3 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to maybelater
  • Status changed from new to closed

Thanks for the ticket!

As noted in comment:2:ticket:48848, WordPress still supports PHP 5.6+, so the patch cannot be used until the minimum required version is bumped to PHP 7.4.

It's also not quite clear what's the issue being addressed here, the existing code seems to work as intended.

Note: See TracTickets for help on using tickets.