Changeset 45900
- Timestamp:
- 08/27/2019 09:54:58 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r45739 r45900 1878 1878 $gravatar, 1879 1879 $author, 1880 human_time_diff( strtotime( $revision->post_modified ), current_time( 'timestamp') ),1880 human_time_diff( strtotime( $revision->post_modified_gmt ) ), 1881 1881 $date 1882 1882 );
Note: See TracChangeset
for help on using the changeset viewer.