Changeset 10680 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 03/02/2009 07:20:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r10670 r10680 192 192 193 193 <?php 194 $datef = _c( 'M j, Y @ G:i|Publish box date format'); 194 // translators: Publish box date formt, see http://php.net/date 195 $datef = __( 'M j, Y @ G:i' ); 195 196 if ( 0 != $post->ID ) { 196 197 if ( 'future' == $post->post_status ) { // scheduled for publishing at a future date … … 469 470 <tr> 470 471 <th scope="col" class="column-author"><?php _e('Author') ?></th> 471 <th scope="col" class="column-comment"><?php echo _c('Comment|noun') ?></th> 472 <th scope="col" class="column-comment"> 473 <?php /* translators: field name in comment form */ echo _x('Comment', 'noun'); ?> 474 </th> 472 475 </tr> 473 476 </thead>
Note: See TracChangeset
for help on using the changeset viewer.