Ticket #40657: removed-local-timestamp-revision-title.patch
File removed-local-timestamp-revision-title.patch, 613 bytes (added by , 5 years ago) |
---|
-
src/wp-includes/post-template.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
1877 1877 __( '%1$s %2$s, %3$s ago (%4$s)' ), 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 ); 1883 1883