Changeset 8618 for trunk/wp-admin/comment.php
- Timestamp:
- 08/11/2008 08:26:31 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/comment.php
r8004 r8618 1 1 <?php 2 /** 3 * Comment Management Panel 4 * 5 * @package WordPress 6 * @subpackage Administration 7 */ 8 9 /** Load WordPress Bootstrap */ 2 10 require_once('admin.php'); 3 11 … … 10 18 $action = 'deletecomment'; 11 19 12 function comment_footer_die( $msg ) { // $msg is assumed to contain HTML and be sanitized 20 /** 21 * Display error message at bottom of comments. 22 * 23 * @param string $msg Error Message. Assumed to contain HTML and be sanitized. 24 */ 25 function comment_footer_die( $msg ) { // 13 26 echo "<div class='wrap'><p>$msg</p></div>"; 14 27 include('admin-footer.php');
Note: See TracChangeset
for help on using the changeset viewer.