Plugin Directory

Changeset 3143155


Ignore:
Timestamp:
08/28/2024 07:14:10 PM (17 months ago)
Author:
colinleroy
Message:

Fix issue #2

Location:
native-gettext/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • native-gettext/trunk/classes/class-native-mo.php

    r2970237 r3143155  
    8080    if ($other instanceof NativeGettextMO) {
    8181      $this->pOthers [] = $other;
    82     } else if ( !( $other instanceof NOOP_Translations ) ) {
     82    } else if ( isset($other->entries) && !( $other instanceof NOOP_Translations ) ) {
    8383      foreach ( $other->entries as $entry ) {
    8484        $this->entries[ $entry->key() ] = $entry;
  • native-gettext/trunk/readme.txt

    r2970237 r3143155  
    44Tags: performance, gettext, translation
    55Requires at least: 4.7
    6 Tested up to: 6.3.1
     6Tested up to: 6.6.1
    77Requires PHP: 5.3
    8 Stable tag: 1.1.3
     8Stable tag: 1.1.4
    99Donate link: https://paypal.me/colinleroymira
    1010License: GPLv3 or later
Note: See TracChangeset for help on using the changeset viewer.