Make WordPress Core

Opened 3 months ago

#62652 new defect (bug)

Ambiguous class resolution SimplePie_Core in wordpress 6.7

Reported by: vahidjavani's profile vahidjavani Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version:
Component: General Keywords:
Focuses: Cc:

Description

I have updated WordPress to 6.7 and now getting these warnings, any idea how to fix it?
`
Warning: Ambiguous class resolution, "SimplePie_Core" was found in both "/var/www/public/wp-includes/SimplePie/src/Core.php" and "/var/www/public/wp-includes/SimplePie/library/SimplePie/Core.php", the first will be used.
`

These are the two files:
https://github.com/WordPress/WordPress/blob/6.7-branch/wp-includes/SimplePie/src/Core.php
https://github.com/WordPress/WordPress/blob/6.7-branch/wp-includes/SimplePie/library/SimplePie/Core.php

Change History (0)

Note: See TracTickets for help on using tickets.