mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-20 19:56:49 +01:00
This fixes a PHP 8 "argument must be passed by reference, value given" error when using `array_map()` in `PO::export_entries()`. Object variables in PHP 5+ contain a reference to the object, and it's the reference that's passed around. Props jrf. See #50913. Built from https://develop.svn.wordpress.org/trunk@49186 git-svn-id: http://core.svn.wordpress.org/trunk@48948 1a063a9b-81f0-0310-95a4-ce76da25c4cd |
||
|---|---|---|
| .. | ||
| entry.php | ||
| mo.php | ||
| plural-forms.php | ||
| po.php | ||
| streams.php | ||
| translations.php | ||