We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
POMO_Reader::setEndian()
1 parent 9b0d68a commit 9b66c87Copy full SHA for 9b66c87
wp-includes/pomo/streams.php
@@ -32,7 +32,7 @@ public function POMO_Reader() {
32
/**
33
* Sets the endianness of the file.
34
*
35
- * @param $endian string 'big' or 'little'
+ * @param string $endian Set the endianness of the file. Accepts 'big', or 'little'.
36
*/
37
function setEndian( $endian ) {
38
$this->endian = $endian;
wp-includes/version.php
@@ -13,7 +13,7 @@
13
14
* @global string $wp_version
15
16
-$wp_version = '5.1-beta1-44613';
+$wp_version = '5.1-beta1-44614';
17
18
19
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
0 commit comments