Changeset 51475 for trunk/src/wp-admin/comment.php
- Timestamp:
- 07/22/2021 01:51:58 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/comment.php
r51178 r51475 54 54 55 55 case 'editcomment': 56 // Used in the HTML title tag. 56 57 $title = __( 'Edit Comment' ); 57 58 … … 97 98 case 'trash': 98 99 case 'spam': 100 // Used in the HTML title tag. 99 101 $title = __( 'Moderate Comment' ); 100 102
Note: See TracChangeset
for help on using the changeset viewer.