]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/pomo/mo.php
WordPress 4.1.4-scripts
[autoinstalls/wordpress.git] / wp-includes / pomo / mo.php
index 407c5a83e6a68a5242df8f48cca85d1963fa0d40..e8eecc19d53df8f659dac7e8c962913579b7194b 100644 (file)
@@ -139,6 +139,9 @@ class MO extends Gettext_Translations {
                }
        }
 
+       /**
+        * @param POMO_FileReader $reader
+        */
        function import_from_reader($reader) {
                $endian_string = MO::get_byteorder($reader->readint32());
                if (false === $endian_string) {