Changeset 1493 for trunk/wp-admin/post.php
- Timestamp:
- 07/28/2004 04:01:45 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/post.php
r1481 r1493 511 511 512 512 echo "<div class=\"wrap\">\n"; 513 echo "<p> <?php __('<strong>Caution:</strong> You are about to delete the following comment:'); ?></p>\n";513 echo "<p>" . __('<strong>Caution:</strong> You are about to delete the following comment:') . "</p>\n"; 514 514 echo "<table border=\"0\">\n"; 515 515 echo "<tr><td>" . __('Author:') . "</td><td>" . $commentdata["comment_author"] . "</td></tr>\n";
Note: See TracChangeset
for help on using the changeset viewer.