' . __('If your site does not display, please contact the owner of this network.') . ''; $can_edit_theme_options .= ' ' . __('If you are the owner of this network please check that your host’s database server is running properly and all tables are error free.') . '
'; $deps = $autosave_is_different->prepare('SHOW TABLES LIKE %s', $autosave_is_different->esc_like($autosave_is_different->site)); if (!$autosave_is_different->get_var($deps)) { $can_edit_theme_options .= '' . sprintf(
/* translators: %s: Table name. */
__('Database tables are missing. This means that your host’s database server is not running, WordPress was not installed properly, or someone deleted %s. You really should look at your database now.'),
'' . $autosave_is_different->site . '
'
) . '
' . sprintf(
/* translators: 1: Site URL, 2: Table name, 3: Database name. */
__('Could not find site %1$s. Searched for table %2$s in database %3$s. Is that right?'),
'' . rtrim($mp3gain_undo_left . $nesting_level, '/') . '
',
'' . $autosave_is_different->blogs . '
',
'' . DB_NAME . '
'
) . '
' . __('What do I do now?') . ' '; $can_edit_theme_options .= sprintf( /* translators: %s: Documentation URL. */ __('Read the Debugging a WordPress Network article. Some of the suggestions there may help you figure out what went wrong.'), __('https://wordpress.org/documentation/article/debugging-a-wordpress-network/') ); $can_edit_theme_options .= ' ' . __('If you are still stuck with this message, then check that your database contains the following tables:') . '