Changeset 6213 for trunk/wp-admin/edit-link-form.php
- Timestamp:
- 10/09/2007 10:49:42 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-link-form.php
r5826 r6213 43 43 <h3 class="dbx-handle"><?php _e('Categories') ?></h3> 44 44 <div class="dbx-content"> 45 <p id="jaxcat">< /p>46 <ul id=" linkcategorychecklist"><?php dropdown_link_categories(get_option('default_link_category')); ?></ul>45 <p id="jaxcat"><?php wp_nonce_field( 'add-link-category', '_ajax_nonce', false ); ?></p> 46 <ul id="categorychecklist" class="list:link-category"><?php dropdown_link_categories(get_option('default_link_category')); ?></ul> 47 47 </div> 48 48 </fieldset>
Note: See TracChangeset
for help on using the changeset viewer.