Make WordPress Core


Ignore:
Timestamp:
08/30/2006 09:46:31 PM (18 years ago)
Author:
ryan
Message:

Use get_option instead of get_settings. Just 'cause.

File:
1 edited

Legend:

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

    r4125 r4144  
    7676<div class="dbx-content">
    7777<p id="jaxcat"></p>
    78 <ul id="categorychecklist"><?php dropdown_categories(get_settings('default_category')); ?></ul></div>
     78<ul id="categorychecklist"><?php dropdown_categories(get_option('default_category')); ?></ul></div>
    7979</fieldset>
    8080
Note: See TracChangeset for help on using the changeset viewer.