' . esc_html__('Congratulations!!! You do not have any users with admin as username', 'catch-web-tools') . '
'; } ?> prefix) { echo '' . esc_html__('Caution!!! WordPress Table Prefix is "wp_", need to change this prefix', 'catch-web-tools') . '
'; } else { echo '' . esc_html__('Congratulations!!! WordPress Table Prefix is not "wp_"', 'catch-web-tools') . '
'; } ?> current, $wp_version, '<=')) { echo '' . esc_html__('Congratulations!!! Your WordPress version is the latest.', 'catch-web-tools') . '
'; } else { echo '' . sprintf( wp_kses_post( // Translators: Information about the newer version. %1$s current version with a %2$s newer version. __('Caution!!! You do not have the current version of WordPress installed. The Current version is %1$s. Your installation version is %2$s Please update it %3$shere%4$s.', 'catch-web-tools') ), esc_html($wp_version), esc_html($update[0]->current), '', '' ) . '
'; } //echo print_r( get_core_updates() ) ; ?>