mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Docs: Replace "AJAX" with "Ajax" in DocBlocks and comments, per the spelling glossary.
Props mukesh27, sabernhardt, SergeyBiryukov. Fixes #50064. git-svn-id: https://develop.svn.wordpress.org/trunk@48168 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -536,7 +536,7 @@ function wp_comment_trashnotice() {
|
||||
<div class="hidden" id="trash-undo-holder">
|
||||
<div class="trash-undo-inside">
|
||||
<?php
|
||||
/* translators: %s: Comment author, filled by AJAX. */
|
||||
/* translators: %s: Comment author, filled by Ajax. */
|
||||
printf( __( 'Comment by %s moved to the Trash.' ), '<strong></strong>' );
|
||||
?>
|
||||
<span class="undo untrash"><a href="#"><?php _e( 'Undo' ); ?></a></span>
|
||||
@@ -545,7 +545,7 @@ function wp_comment_trashnotice() {
|
||||
<div class="hidden" id="spam-undo-holder">
|
||||
<div class="spam-undo-inside">
|
||||
<?php
|
||||
/* translators: %s: Comment author, filled by AJAX. */
|
||||
/* translators: %s: Comment author, filled by Ajax. */
|
||||
printf( __( 'Comment by %s marked as spam.' ), '<strong></strong>' );
|
||||
?>
|
||||
<span class="undo unspam"><a href="#"><?php _e( 'Undo' ); ?></a></span>
|
||||
|
||||
Reference in New Issue
Block a user