Wordpress/src/wp-includes/pomo
Sergey Biryukov 918bebfe3c 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.

git-svn-id: https://develop.svn.wordpress.org/trunk@49186 602fd350-edb4-49c9-b593-d223f7449a82
2020-10-18 06:27:38 +00:00
..
entry.php Code Modernization: Use explicit visibility for class property declarations. 2020-10-17 16:24:35 +00:00
mo.php Code Modernization: Use explicit visibility for class property declarations. 2020-10-17 16:24:35 +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:32:01 +00:00
po.php Code Modernization: Remove unnecessary reference sign from `PO::export_entry()` definition. 2020-10-18 06:27:38 +00:00
streams.php Code Modernization: Use explicit visibility for class property declarations. 2020-10-17 16:24:35 +00:00
translations.php Code Modernization: Use explicit visibility for class property declarations. 2020-10-17 16:24:35 +00:00