Changeset 48168 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 06/25/2020 12:41:36 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r48152 r48168 537 537 <div class="trash-undo-inside"> 538 538 <?php 539 /* translators: %s: Comment author, filled by A JAX. */539 /* translators: %s: Comment author, filled by Ajax. */ 540 540 printf( __( 'Comment by %s moved to the Trash.' ), '<strong></strong>' ); 541 541 ?> … … 546 546 <div class="spam-undo-inside"> 547 547 <?php 548 /* translators: %s: Comment author, filled by A JAX. */548 /* translators: %s: Comment author, filled by Ajax. */ 549 549 printf( __( 'Comment by %s marked as spam.' ), '<strong></strong>' ); 550 550 ?>
Note: See TracChangeset
for help on using the changeset viewer.