Changeset 10680 for trunk/wp-admin/edit-page-form.php
- Timestamp:
- 03/02/2009 07:20:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-page-form.php
r10458 r10680 182 182 183 183 <?php 184 $datef = _c( 'M j, Y @ G:i|Publish box date format'); 184 // translators: Publish box date formt, see http://php.net/date 185 $datef = __( 'M j, Y @ G:i' ); 185 186 if ( 0 != $post->ID ) { 186 187 if ( 'future' == $post->post_status ) { // scheduled for publishing at a future date
Note: See TracChangeset
for help on using the changeset viewer.