Ticket #54877: 54877.patch
| File 54877.patch, 295 bytes (added by , 4 years ago) |
|---|
-
src/wp-includes/wp-db.php
1892 1892 } 1893 1893 } 1894 1894 1895 // MySQLi port cannot be a string; must be null or an integer. 1896 $port = $port ? absint( $port ) : null; 1897 1895 1898 return array( $host, $port, $socket, $is_ipv6 ); 1896 1899 } 1897 1900