From 06f30a6972dfbaf22f807450da6a3e727e345cfc Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Sun, 28 Feb 2010 19:25:53 +0000 Subject: [PATCH] Remove reference to file that doesn't exist. see #12400 git-svn-id: https://develop.svn.wordpress.org/trunk@13507 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-settings.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/wp-settings.php b/wp-settings.php index b824e69e99..dd55baf69d 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -287,12 +287,11 @@ $wp->init(); do_action( 'init' ); /** - * The purpose of this hook is to fire actions once WP, all plugins, and the theme, - * are fully loaded and instantiated. + * This hook is fired once WP, all plugins, and the theme are fully loaded and instantiated. * - * AJAX requests should use wp-ajax.php and wp-admin/admin-ajax.php instead. - * - * @since 3.0 + * AJAX requests should use wp-admin/admin-ajax.php. + * + * @since 3.0.0 */ do_action('wp_loaded'); ?>