Changeset 49184 for trunk/src/wp-includes/pomo/translations.php
- Timestamp:
- 10/17/2020 04:24:35 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pomo/translations.php
r49120 r49184 13 13 if ( ! class_exists( 'Translations', false ) ) : 14 14 class Translations { 15 var$entries = array();16 var$headers = array();15 public $entries = array(); 16 public $headers = array(); 17 17 18 18 /** … … 302 302 */ 303 303 class NOOP_Translations { 304 var$entries = array();305 var$headers = array();304 public $entries = array(); 305 public $headers = array(); 306 306 307 307 function add_entry( $entry ) {
Note: See TracChangeset
for help on using the changeset viewer.