Make WordPress Core


Ignore:
Timestamp:
02/28/2010 07:25:53 PM (15 years ago)
Author:
nacin
Message:

Remove reference to file that doesn't exist. see #12400

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r13481 r13507  
    288288
    289289/**
    290  * The purpose of this hook is to fire actions once WP, all plugins, and the theme,
    291  * are fully loaded and instantiated.
    292  *
    293  * AJAX requests should use wp-ajax.php and wp-admin/admin-ajax.php instead.
    294  *
    295  * @since 3.0
     290 * This hook is fired once WP, all plugins, and the theme are fully loaded and instantiated.
     291 *
     292 * AJAX requests should use wp-admin/admin-ajax.php.
     293 *
     294 * @since 3.0.0
    296295 */
    297296do_action('wp_loaded');
Note: See TracChangeset for help on using the changeset viewer.