Changeset 49120 for trunk/src/wp-includes/pomo/po.php
- Timestamp:
- 10/10/2020 08:00:30 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/pomo/po.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pomo/po.php
r48590 r49120 284 284 /** 285 285 * @param string $filename 286 * @return bool ean286 * @return bool 287 287 */ 288 288 function import_from_file( $filename ) { … … 455 455 * @param resource $f 456 456 * @param string $action 457 * @return bool ean457 * @return bool 458 458 */ 459 459 function read_line( $f, $action = 'read' ) {
Note: See TracChangeset
for help on using the changeset viewer.