Make WordPress Core

Changeset 7640


Ignore:
Timestamp:
04/10/2008 06:59:17 PM (17 years ago)
Author:
ryan
Message:

Add post_date_column_time filter for easy time customization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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;
Note: See TracChangeset for help on using the changeset viewer.