mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 20:24:26 +00:00
Inline docs syntax fixes following [28978].
See #28740. git-svn-id: https://develop.svn.wordpress.org/trunk@29015 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -213,8 +213,10 @@ switch($step) {
|
||||
unset( $wpdb );
|
||||
require_wp_db();
|
||||
|
||||
// The wpdb constructor bails when WP_SETUP_CONFIG is set, so we must
|
||||
// fire this manually. We'll fail here if the values are no good.
|
||||
/*
|
||||
* The wpdb constructor bails when WP_SETUP_CONFIG is set, so we must
|
||||
* fire this manually. We'll fail here if the values are no good.
|
||||
*/
|
||||
$wpdb->db_connect();
|
||||
|
||||
if ( ! empty( $wpdb->error ) )
|
||||
|
||||
Reference in New Issue
Block a user