Changeset 53670 for trunk/src/wp-includes/wp-db.php
- Timestamp:
- 07/06/2022 05:31:47 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/wp-db.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r53584 r53670 2077 2077 } 2078 2078 } 2079 2080 // MySQLi port cannot be a string; must be null or an integer. 2081 $port = $port ? absint( $port ) : null; 2079 2082 2080 2083 return array( $host, $port, $socket, $is_ipv6 );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)