@@ -5354,7 +5354,7 @@ function wp_ajax_health_check_dotorg_communication() {
53545354 _doing_it_wrong (
53555355 'wp_ajax_health_check_dotorg_communication ' ,
53565356 sprintf (
5357- // translators: 1: The Site Health action that is no longer used by core. 2: The new function that replaces it.
5357+ /* translators: 1: The Site Health action that is no longer used by core. 2: The new function that replaces it. */
53585358 __ ( 'The Site Health check for %1$s has been replaced with %2$s. ' ),
53595359 'wp_ajax_health_check_dotorg_communication ' ,
53605360 'WP_REST_Site_Health_Controller::test_dotorg_communication '
@@ -5387,7 +5387,7 @@ function wp_ajax_health_check_background_updates() {
53875387 _doing_it_wrong (
53885388 'wp_ajax_health_check_background_updates ' ,
53895389 sprintf (
5390- // translators: 1: The Site Health action that is no longer used by core. 2: The new function that replaces it.
5390+ /* translators: 1: The Site Health action that is no longer used by core. 2: The new function that replaces it. */
53915391 __ ( 'The Site Health check for %1$s has been replaced with %2$s. ' ),
53925392 'wp_ajax_health_check_background_updates ' ,
53935393 'WP_REST_Site_Health_Controller::test_background_updates '
@@ -5420,7 +5420,7 @@ function wp_ajax_health_check_loopback_requests() {
54205420 _doing_it_wrong (
54215421 'wp_ajax_health_check_loopback_requests ' ,
54225422 sprintf (
5423- // translators: 1: The Site Health action that is no longer used by core. 2: The new function that replaces it.
5423+ /* translators: 1: The Site Health action that is no longer used by core. 2: The new function that replaces it. */
54245424 __ ( 'The Site Health check for %1$s has been replaced with %2$s. ' ),
54255425 'wp_ajax_health_check_loopback_requests ' ,
54265426 'WP_REST_Site_Health_Controller::test_loopback_requests '
@@ -5470,7 +5470,7 @@ function wp_ajax_health_check_get_sizes() {
54705470 _doing_it_wrong (
54715471 'wp_ajax_health_check_get_sizes ' ,
54725472 sprintf (
5473- // translators: 1: The Site Health action that is no longer used by core. 2: The new function that replaces it.
5473+ /* translators: 1: The Site Health action that is no longer used by core. 2: The new function that replaces it. */
54745474 __ ( 'The Site Health check for %1$s has been replaced with %2$s. ' ),
54755475 'wp_ajax_health_check_get_sizes ' ,
54765476 'WP_REST_Site_Health_Controller::get_directory_sizes '
0 commit comments