Add missing @params to src/wp-includes/pomo files.

See #30224.


Built from https://develop.svn.wordpress.org/trunk@30663


git-svn-id: http://core.svn.wordpress.org/trunk@30653 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor
2014-11-30 21:41:22 +00:00
parent 616c5515ce
commit b35cbbfac7
5 changed files with 114 additions and 6 deletions

View 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) {