Make WordPress Core


Ignore:
Timestamp:
12/09/2008 06:03:31 PM (16 years ago)
Author:
ryan
Message:

Strip trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/comment.php

    r9835 r10150  
    2323 * @param string $msg Error Message. Assumed to contain HTML and be sanitized.
    2424 */
    25 function comment_footer_die( $msg ) {  // 
     25function comment_footer_die( $msg ) {  //
    2626    echo "<div class='wrap'><p>$msg</p></div>";
    2727    include('admin-footer.php');
Note: See TracChangeset for help on using the changeset viewer.