Changeset 7640

Show
Ignore:
Timestamp:
04/10/08 18:59:17 (8 months ago)
Author:
ryan
Message:

Add post_date_column_time filter for easy time customization.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/edit-post-rows.php

    r7427 r7640  
    6868        } 
    6969        ?> 
    70         <td><abbr title="<?php echo $t_time ?>"><?php echo $h_time ?></abbr></td> 
     70        <td><abbr title="<?php echo $t_time ?>"><?php echo apply_filters('post_date_column_time', $h_time, $post, $column_name) ?></abbr></td> 
    7171        <?php 
    7272        break;