Make WordPress Core


Ignore:
Timestamp:
11/17/2005 10:23:35 AM (20 years ago)
Author:
matt
Message:

Slicker category adding, fixes #1882

File:
1 edited

Legend:

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

    r3127 r3135  
    9090
    9191<fieldset id="categorydiv" class="dbx-box">
    92 <h3 class="dbx-handle"><?php _e('Categories') ?></h3>
    93 <div class="dbx-content"><div id="categorychecklist"><?php dropdown_categories(get_settings('default_category')); ?></div></div>
     92<h3 class="dbx-handle"><?php _e('Categories') ?></h3>
     93<div class="dbx-content">
     94<p id="jaxcat"></p>
     95<div id="categorychecklist"><?php dropdown_categories(get_settings('default_category')); ?></div></div>
    9496</fieldset>
    9597
Note: See TracChangeset for help on using the changeset viewer.