Changeset 45580 for trunk/src/wp-includes/pomo/streams.php
- Timestamp:
- 07/01/2019 08:00:12 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/pomo/streams.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pomo/streams.php
r44614 r45580 35 35 * @param string $endian Set the endianness of the file. Accepts 'big', or 'little'. 36 36 */ 37 function setEndian( $endian ) { 37 function setEndian( $endian ) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid 38 38 $this->endian = $endian; 39 39 }
Note: See TracChangeset
for help on using the changeset viewer.