Changeset 49184 for trunk/src/wp-includes/pomo/streams.php
- Timestamp:
- 10/17/2020 04:24:35 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pomo/streams.php
r49120 r49184 12 12 class POMO_Reader { 13 13 14 var$endian = 'little';15 var$_post = '';14 public $endian = 'little'; 15 public $_post = ''; 16 16 17 17 /** … … 227 227 class POMO_StringReader extends POMO_Reader { 228 228 229 var$_str = '';229 public $_str = ''; 230 230 231 231 /**
Note: See TracChangeset
for help on using the changeset viewer.