Changeset 48991 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 09/18/2020 10:35:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r48574 r48991 1825 1825 } 1826 1826 1827 /* translators: Revision date format, see https://www.php.net/ date*/1827 /* translators: Revision date format, see https://www.php.net/manual/datetime.format.php */ 1828 1828 $datef = _x( 'F j, Y @ H:i:s', 'revision date format' ); 1829 1829 /* translators: %s: Revision date. */ … … 1867 1867 1868 1868 $author = get_the_author_meta( 'display_name', $revision->post_author ); 1869 /* translators: Revision date format, see https://www.php.net/ date*/1869 /* translators: Revision date format, see https://www.php.net/manual/datetime.format.php */ 1870 1870 $datef = _x( 'F j, Y @ H:i:s', 'revision date format' ); 1871 1871
Note: See TracChangeset
for help on using the changeset viewer.