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:
Drew Jaynes (DrewAPicture)
2014-07-07 16:41:43 +00:00
parent 81487ec09a
commit e862e3cf6d
4 changed files with 8 additions and 5 deletions

View File

@@ -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 ) )