Make WordPress Core


Ignore:
Timestamp:
03/26/2010 07:36:49 PM (15 years ago)
Author:
nacin
Message:

Remove trailing whites and double semicolons.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/meta-boxes.php

    r13827 r13830  
    406406}
    407407
    408 /** 
     408/**
    409409 * Display comments for post table header
    410  * 
     410 *
    411411 * @since 3.0.0
    412  * 
     412 *
    413413 * @param $result table header rows
    414  * @return 
    415  */ 
    416 function post_comment_meta_box_thead($result) { 
     414 * @return
     415 */
     416function post_comment_meta_box_thead($result) {
    417417    unset($result['cb'], $result['response']);
    418     return $result; 
    419 } 
     418    return $result;
     419}
    420420
    421421/**
     
    442442<table class="widefat comments-box fixed" cellspacing="0" style="display:none;">
    443443<thead><tr>
    444     <?php print_column_headers('edit-comments'); ?> 
     444    <?php print_column_headers('edit-comments'); ?>
    445445</tr></thead>
    446446<tbody id="the-comment-list" class="list:comment"></tbody>
     
    453453<?php
    454454    }
    455     remove_filter('manage_edit-comments_columns', 'post_comment_meta_box_thead'); 
     455    remove_filter('manage_edit-comments_columns', 'post_comment_meta_box_thead');
    456456    wp_comment_trashnotice();
    457457}
Note: See TracChangeset for help on using the changeset viewer.