Make WordPress Core


Ignore:
Timestamp:
03/07/2008 10:05:54 AM (18 years ago)
Author:
matt
Message:

A number of style tweaks; widen up a little; starting to add contextual help to various forms; catching up unloved forms with new UI guidelines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-page-form.php

    r7169 r7181  
    129129<br class="clear" />
    130130<?php if ($post_ID): ?>
    131 <?php printf(__('Last edited 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)); ?>
    132132<br class="clear" />
    133133<?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.