Changeset 7181 for trunk/wp-admin/edit-page-form.php
- Timestamp:
- 03/07/2008 10:05:54 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-page-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-page-form.php
r7169 r7181 129 129 <br class="clear" /> 130 130 <?php if ($post_ID): ?> 131 <?php printf(__('Last edit ed on%1$s at %2$s'), mysql2date(get_option('date_format'), $post->post_modified), mysql2date(get_option('time_format'), $post->post_modified)); ?>131 <?php printf(__('Last edit: %1$s at %2$s'), mysql2date(get_option('date_format'), $post->post_modified), mysql2date(get_option('time_format'), $post->post_modified)); ?> 132 132 <br class="clear" /> 133 133 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.