wp/wp-includes/pomo/entry.php
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
--- 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: