WordPress / wordpress-importer

The WordPress Importer
https://wordpress.org/plugins/wordpress-importer/
GNU General Public License v2.0
78 stars 76 forks source link

https://php.watch/versions/8.2/${var}-string-interpolation-deprecated #154

Open BackuPs opened 11 months ago

BackuPs commented 11 months ago

in php 8.2 the class-wp-import.php line 954

${$meta['key']} = $meta['value'];

Triggers a depraction notification.

BackuPs commented 11 months ago

More information to be found here https://php.watch/versions/8.2/$%7Bvar%7D-string-interpolation-deprecated

sabernhardt commented 9 months ago

This was also reported in Trac 59990.

https://github.com/WordPress/wordpress-importer/blob/576c5b7ab26f49ee28bdc0af52dc32cd498a76c0/src/class-wp-import.php#L954

BackuPs commented 9 months ago

i don't see the error anymore. nor am i able to recreate it. weird.