Make WordPress Core

Changeset 10622


Ignore:
Timestamp:
02/22/2009 06:58:26 AM (17 years ago)
Author:
ryan
Message:

Fire admin_init action in admin-ajax. Props DD32. fixes #8574

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-ajax.php

    r10593 r10622  
    1818require_once('includes/admin.php');
    1919@header('Content-Type: text/html; charset=' . get_option('blog_charset'));
     20
     21do_action('admin_init');
    2022
    2123if ( ! is_user_logged_in() ) {
Note: See TracChangeset for help on using the changeset viewer.