Make WordPress Core


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

Use get_option instead of get_settings. Just 'cause.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-links-opml.php

    r3875 r4144  
    66}
    77
    8 header('Content-type: text/xml; charset=' . get_settings('blog_charset'), true);
     8header('Content-type: text/xml; charset=' . get_option('blog_charset'), true);
    99$link_cat = $_GET['link_cat'];
    1010if ((empty ($link_cat)) || ($link_cat == 'all') || ($link_cat == '0')) {
Note: See TracChangeset for help on using the changeset viewer.