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/list-manipulation-js.php

    r4109 r4144  
    22require_once('admin.php');
    33cache_javascript_headers();
    4 $handler =  get_settings( 'siteurl' ) . '/wp-admin/admin-ajax.php';
     4$handler =  get_option( 'siteurl' ) . '/wp-admin/admin-ajax.php';
    55?>
    66addLoadEvent(function(){theList=new listMan();});
Note: See TracChangeset for help on using the changeset viewer.