Changeset 47088 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 01/20/2020 03:12:12 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post-template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r47060 r47088 1814 1814 } 1815 1815 1816 /* translators: Revision date format, see https:// secure.php.net/date */1816 /* translators: Revision date format, see https://www.php.net/date */ 1817 1817 $datef = _x( 'F j, Y @ H:i:s', 'revision date format' ); 1818 1818 /* translators: %s: Revision date. */ … … 1856 1856 1857 1857 $author = get_the_author_meta( 'display_name', $revision->post_author ); 1858 /* translators: Revision date format, see https:// secure.php.net/date */1858 /* translators: Revision date format, see https://www.php.net/date */ 1859 1859 $datef = _x( 'F j, Y @ H:i:s', 'revision date format' ); 1860 1860
Note: See TracChangeset
for help on using the changeset viewer.