Show
Ignore:
Timestamp:
10/30/07 16:49:38 (1 year ago)
Author:
donncha
Message:

Merge with WordPress? 2.3.1

Files:

Legend:

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

    r1125 r1139  
    7575<h3 class="dbx-handle"><?php _e('Categories') ?></h3> 
    7676<div class="dbx-content"> 
    77 <p id="jaxcat"><?php wp_nonce_field( 'add-category', '_ajax_nonce', false ); ?></p> 
    78 <ul id="categorychecklist" class="list:category"><?php dropdown_categories(); ?></ul></div> 
     77<p id="jaxcat"></p> 
     78<ul id="categorychecklist"><?php dropdown_categories(); ?></ul></div> 
    7979</fieldset> 
    8080