diff --git a/wp-admin/upgrade-071-to-072.php b/wp-admin/upgrade-071-to-072.php index d7fc552dc3..8e89409efa 100644 --- a/wp-admin/upgrade-071-to-072.php +++ b/wp-admin/upgrade-071-to-072.php @@ -61,7 +61,13 @@ switch($step) { configure in this file is your database connection info, and your table names. All other configuration info is now held in the database. -
wp_posts and wp_comments, but if you’re coming from b2 you probably have table names like b2posts and b2comments. Double-check the $table_prefix variable to make sure this has what is appropiate to your installation.wp_posts and
+ wp_comments, but if you’re coming from b2 you probably have
+ table names like b2posts and b2comments.
+ Double-check the $table_prefix variable to make sure this has
+ what is appropiate to your installation.