Changeset 60276
- Timestamp:
- 06/04/2025 10:19:33 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r59291 r60276 5355 5355 'wp_ajax_health_check_dotorg_communication', 5356 5356 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. */ 5358 5358 __( 'The Site Health check for %1$s has been replaced with %2$s.' ), 5359 5359 'wp_ajax_health_check_dotorg_communication', … … 5388 5388 'wp_ajax_health_check_background_updates', 5389 5389 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. */ 5391 5391 __( 'The Site Health check for %1$s has been replaced with %2$s.' ), 5392 5392 'wp_ajax_health_check_background_updates', … … 5421 5421 'wp_ajax_health_check_loopback_requests', 5422 5422 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. */ 5424 5424 __( 'The Site Health check for %1$s has been replaced with %2$s.' ), 5425 5425 'wp_ajax_health_check_loopback_requests', … … 5471 5471 'wp_ajax_health_check_get_sizes', 5472 5472 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. */ 5474 5474 __( 'The Site Health check for %1$s has been replaced with %2$s.' ), 5475 5475 'wp_ajax_health_check_get_sizes',
Note: See TracChangeset
for help on using the changeset viewer.