Make WordPress Core


Ignore:
Timestamp:
08/11/2008 08:26:31 PM (17 years ago)
Author:
ryan
Message:

WP-Admin File Level Inline Documentation from santosj. see #7496

File:
1 edited

Legend:

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

    r8600 r8618  
    11<?php
     2/**
     3 * WordPress AJAX Process Execution.
     4 *
     5 * @package WordPress
     6 * @subpackage Administration
     7 */
     8
     9/**
     10 * Executing AJAX process.
     11 *
     12 * @since unknown
     13 */
    214define('DOING_AJAX', true);
    315
Note: See TracChangeset for help on using the changeset viewer.