Make WordPress Core

Changeset 60276


Ignore:
Timestamp:
06/04/2025 10:19:33 PM (6 weeks ago)
Author:
SergeyBiryukov
Message:

Docs: Correct alignment for some translator comments.

Follow-up to [49154].

See #63166.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/ajax-actions.php

    r59291 r60276  
    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',
     
    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',
     
    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',
     
    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',
Note: See TracChangeset for help on using the changeset viewer.