Skip to content

Commit 80da52a

Browse files
Update src/wp-includes/class-wpdb.php
Co-authored-by: Mukesh Panchal <mukeshpanchal27@users.noreply.github.com>
1 parent f132601 commit 80da52a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/class-wpdb.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2117,7 +2117,7 @@ public function parse_db_host( $host ) {
21172117
* @since 3.9.0
21182118
*
21192119
* @param bool $allow_bail Optional. Allows the function to bail. Default true.
2120-
* @return bool True if the connection is up.
2120+
* @return bool True if the connection is up, false otherwise.
21212121
*/
21222122
public function check_connection( $allow_bail = true ) {
21232123
// Check if the connection is alive.

0 commit comments

Comments
 (0)