Changeset 47198 for trunk/src/wp-admin/includes/comment.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/comment.php
r47122 r47198 210 210 function comment_footer_die( $msg ) { 211 211 echo "<div class='wrap'><p>$msg</p></div>"; 212 include( ABSPATH . 'wp-admin/admin-footer.php' );212 require_once ABSPATH . 'wp-admin/admin-footer.php'; 213 213 die; 214 214 }
Note: See TracChangeset
for help on using the changeset viewer.