Make WordPress Core

Ticket #40657: removed-local-timestamp-revision-title.patch

File removed-local-timestamp-revision-title.patch, 613 bytes (added by Rarst, 5 years ago)
  • src/wp-includes/post-template.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    18771877                __( '%1$s %2$s, %3$s ago (%4$s)' ),
    18781878                $gravatar,
    18791879                $author,
    1880                 human_time_diff( strtotime( $revision->post_modified ), current_time( 'timestamp' ) ),
     1880                human_time_diff( strtotime( $revision->post_modified_gmt ) ),
    18811881                $date
    18821882        );
    18831883