diff -r 34716fd837a4 -r be944660c56a wp/wp-includes/pomo/entry.php --- a/wp/wp-includes/pomo/entry.php Tue Dec 15 15:52:01 2020 +0100 +++ b/wp/wp-includes/pomo/entry.php Wed Sep 21 18:19:35 2022 +0200 @@ -18,16 +18,16 @@ * * @var boolean */ - var $is_plural = false; + public $is_plural = false; - var $context = null; - var $singular = null; - var $plural = null; - var $translations = array(); - var $translator_comments = ''; - var $extracted_comments = ''; - var $references = array(); - var $flags = array(); + public $context = null; + public $singular = null; + public $plural = null; + public $translations = array(); + public $translator_comments = ''; + public $extracted_comments = ''; + public $references = array(); + public $flags = array(); /** * @param array $args associative array, support following keys: