Changeset 10150 for trunk/wp-admin/comment.php
- Timestamp:
- 12/09/2008 06:03:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/comment.php
r9835 r10150 23 23 * @param string $msg Error Message. Assumed to contain HTML and be sanitized. 24 24 */ 25 function comment_footer_die( $msg ) { // 25 function comment_footer_die( $msg ) { // 26 26 echo "<div class='wrap'><p>$msg</p></div>"; 27 27 include('admin-footer.php');
Note: See TracChangeset
for help on using the changeset viewer.