Make WordPress Core


Ignore:
Timestamp:
01/23/2007 07:43:56 AM (16 years ago)
Author:
markjaquith
Message:

wp-admin colonectomy by foolswisdom. fixes #3630

File:
1 edited

Legend:

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

    r4760 r4787  
    108108<?php if ( current_user_can('edit_posts') ) : ?>
    109109<fieldset id="posttimestampdiv" class="dbx-box">
    110 <h3 class="dbx-handle"><?php _e('Post Timestamp'); ?>:</h3>
     110<h3 class="dbx-handle"><?php _e('Post Timestamp'); ?></h3>
    111111<div class="dbx-content"><?php touch_time(($action == 'edit')); ?></div>
    112112</fieldset>
     
    118118?>
    119119<fieldset id="authordiv" class="dbx-box">
    120 <h3 class="dbx-handle"><?php _e('Post Author'); ?>:</h3>
     120<h3 class="dbx-handle"><?php _e('Post Author'); ?></h3>
    121121<div class="dbx-content">
    122122<select name="post_author_override" id="post_author_override">
Note: See TracChangeset for help on using the changeset viewer.