Make WordPress Core


Ignore:
Timestamp:
06/25/2020 12:41:36 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Replace "AJAX" with "Ajax" in DocBlocks and comments, per the spelling glossary.

Props mukesh27, sabernhardt, SergeyBiryukov.
Fixes #50064.

File:
1 edited

Legend:

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

    r48152 r48168  
    537537    <div class="trash-undo-inside">
    538538        <?php
    539         /* translators: %s: Comment author, filled by AJAX. */
     539        /* translators: %s: Comment author, filled by Ajax. */
    540540        printf( __( 'Comment by %s moved to the Trash.' ), '<strong></strong>' );
    541541        ?>
     
    546546    <div class="spam-undo-inside">
    547547        <?php
    548         /* translators: %s: Comment author, filled by AJAX. */
     548        /* translators: %s: Comment author, filled by Ajax. */
    549549        printf( __( 'Comment by %s marked as spam.' ), '<strong></strong>' );
    550550        ?>
Note: See TracChangeset for help on using the changeset viewer.