Make WordPress Core

Changeset 4250


Ignore:
Timestamp:
09/25/2006 06:53:48 PM (19 years ago)
Author:
ryan
Message:

Add some IDs. Props Mark Jaquith. fixes #3164

Location:
trunk/wp-admin
Files:
2 edited

Legend:

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

    r4213 r4250  
    100100</fieldset>
    101101
    102 <fieldset class="dbx-box">
     102<fieldset id="poststatusdiv" class="dbx-box">
    103103<h3 class="dbx-handle"><?php _e('Post Status') ?></h3>
    104104<div class="dbx-content"><?php if ( current_user_can('publish_posts') ) : ?>
     
    110110
    111111<?php if ( current_user_can('edit_posts') ) : ?>
    112 <fieldset class="dbx-box">
     112<fieldset id="posttimestampdiv" class="dbx-box">
    113113<h3 class="dbx-handle"><?php _e('Post Timestamp'); ?>:</h3>
    114114<div class="dbx-content"><?php touch_time(($action == 'edit')); ?></div>
     
    205205
    206206<div class="dbx-box-wrapper">
    207 <fieldset class="dbx-box">
     207<fieldset id="trackbacksdiv" class="dbx-box">
    208208<div class="dbx-handle-wrapper">
    209209<h3 class="dbx-handle"><?php _e('Trackbacks') ?></h3>
  • trunk/wp-admin/post-new.php

    r4144 r4250  
    5555
    5656<?php if ( $is_NS4 || $is_gecko || $is_winIE ) { ?>
    57 <div class="wrap">
     57<div id="wp-bookmarklet" class="wrap">
    5858<h3><?php _e('WordPress bookmarklet'); ?></h3>
    5959<p><?php _e('Right click on the following link and choose "Add to favorites" to create a posting shortcut.'); ?></p>
Note: See TracChangeset for help on using the changeset viewer.