Skip to content

Commit 9b66c87

Browse files
author
pento
committed
Docs: Correct the docs for POMO_Reader::setEndian().
The parameter type and name where the wrong way around. Props ishitaka. Fixes #45410. Built from https://develop.svn.wordpress.org/trunk@44614 git-svn-id: http://core.svn.wordpress.org/trunk@44445 1a063a9b-81f0-0310-95a4-ce76da25c4cd
1 parent 9b0d68a commit 9b66c87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

wp-includes/pomo/streams.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function POMO_Reader() {
3232
/**
3333
* Sets the endianness of the file.
3434
*
35-
* @param $endian string 'big' or 'little'
35+
* @param string $endian Set the endianness of the file. Accepts 'big', or 'little'.
3636
*/
3737
function setEndian( $endian ) {
3838
$this->endian = $endian;

wp-includes/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* @global string $wp_version
1515
*/
16-
$wp_version = '5.1-beta1-44613';
16+
$wp_version = '5.1-beta1-44614';
1717

1818
/**
1919
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

0 commit comments

Comments
 (0)