Make WordPress Core

Changeset 4249


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

Add some IDs. Props Mark Jaquith. fixes #3164

Location:
branches/2.0/wp-admin
Files:
2 edited

Legend:

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

    r4242 r4249  
    9898</fieldset>
    9999
    100 <fieldset class="dbx-box">
     100<fieldset id="poststatusdiv" class="dbx-box">
    101101<h3 class="dbx-handle"><?php _e('Post Status') ?></h3>
    102102<div class="dbx-content"><?php if ( current_user_can('publish_posts') ) : ?>
     
    108108
    109109<?php if ( current_user_can('edit_posts') ) : ?>
    110 <fieldset class="dbx-box">
     110<fieldset id="posttimestampdiv" class="dbx-box">
    111111<h3 class="dbx-handle"><?php _e('Post Timestamp'); ?>:</h3>
    112112<div class="dbx-content"><?php touch_time(($action == 'edit')); ?></div>
     
    245245
    246246<div class="dbx-box-wrapper">
    247 <fieldset class="dbx-box">
     247<fieldset id="trackbacksdiv" class="dbx-box">
    248248<div class="dbx-handle-wrapper">
    249249<h3 class="dbx-handle"><?php _e('Trackbacks') ?></h3>
  • branches/2.0/wp-admin/post.php

    r4242 r4249  
    385385        include('edit-form-advanced.php');
    386386?>
    387 <div class="wrap">
     387<div id="wp-bookmarklet" class="wrap">
    388388<?php echo '<h3>'.__('WordPress bookmarklet').'</h3>
    389389<p>'.__('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.