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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user