Changeset 3143155
- Timestamp:
- 08/28/2024 07:14:10 PM (17 months ago)
- Location:
- native-gettext/trunk
- Files:
-
- 2 edited
-
classes/class-native-mo.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
native-gettext/trunk/classes/class-native-mo.php
r2970237 r3143155 80 80 if ($other instanceof NativeGettextMO) { 81 81 $this->pOthers [] = $other; 82 } else if ( !( $other instanceof NOOP_Translations ) ) {82 } else if ( isset($other->entries) && !( $other instanceof NOOP_Translations ) ) { 83 83 foreach ( $other->entries as $entry ) { 84 84 $this->entries[ $entry->key() ] = $entry; -
native-gettext/trunk/readme.txt
r2970237 r3143155 4 4 Tags: performance, gettext, translation 5 5 Requires at least: 4.7 6 Tested up to: 6. 3.16 Tested up to: 6.6.1 7 7 Requires PHP: 5.3 8 Stable tag: 1.1. 38 Stable tag: 1.1.4 9 9 Donate link: https://paypal.me/colinleroymira 10 10 License: GPLv3 or later
Note: See TracChangeset
for help on using the changeset viewer.