WordPress/wp-includes/pomo
Sergey Biryukov 5892cd545e Code Modernization: Remove unnecessary reference sign from `PO::export_entry()` definition.
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
2020-10-18 06:29:05 +00:00
..
entry.php Code Modernization: Use explicit visibility for class property declarations. 2020-10-17 16:26:09 +00:00
mo.php Code Modernization: Use explicit visibility for class property declarations. 2020-10-17 16:26:09 +00:00
plural-forms.php I18N: Add a `class_exists()` check to `Plural_Forms` class for consistency with other POMO library classes. 2020-08-10 11:33:09 +00:00
po.php Code Modernization: Remove unnecessary reference sign from `PO::export_entry()` definition. 2020-10-18 06:29:05 +00:00
streams.php Code Modernization: Use explicit visibility for class property declarations. 2020-10-17 16:26:09 +00:00
translations.php Code Modernization: Use explicit visibility for class property declarations. 2020-10-17 16:26:09 +00:00