]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/pomo/streams.php
Wordpress 3.1
[autoinstalls/wordpress.git] / wp-includes / pomo / streams.php
index 8ac94c35d6184b3c3b62dffbd6ecbc99eee155d7..289cc785a20d3baf0940b259d68e5f9ad88f1488 100644 (file)
@@ -22,7 +22,7 @@ class POMO_Reader {
        /**
         * Sets the endianness of the file.
         *
-        * @param $endian string 'big' or 'little'
+        * @param string $endian 'big' or 'little'
         */
        function setEndian($endian) {
                $this->endian = $endian;