Changeset 47233 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 02/10/2020 04:10:09 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r47219 r47233 526 526 527 527 /** 528 * Output 'undo move to trash' text for comments528 * Output 'undo move to Trash' text for comments 529 529 * 530 530 * @since 2.9.0 … … 536 536 <?php 537 537 /* translators: %s: Comment author, filled by AJAX. */ 538 printf( __( 'Comment by %s moved to the trash.' ), '<strong></strong>' );538 printf( __( 'Comment by %s moved to the Trash.' ), '<strong></strong>' ); 539 539 ?> 540 540 <span class="undo untrash"><a href="#"><?php _e( 'Undo' ); ?></a></span>
Note: See TracChangeset
for help on using the changeset viewer.