mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 06:57:35 +01:00
Remove reference to file that doesn't exist. see #12400
git-svn-id: http://svn.automattic.com/wordpress/trunk@13507 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
210a5a70a1
commit
601c2f4dfc
@ -287,12 +287,11 @@ $wp->init();
|
|||||||
do_action( 'init' );
|
do_action( 'init' );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The purpose of this hook is to fire actions once WP, all plugins, and the theme,
|
* This hook is fired once WP, all plugins, and the theme are fully loaded and instantiated.
|
||||||
* are fully loaded and instantiated.
|
|
||||||
*
|
*
|
||||||
* AJAX requests should use wp-ajax.php and wp-admin/admin-ajax.php instead.
|
* AJAX requests should use wp-admin/admin-ajax.php.
|
||||||
*
|
*
|
||||||
* @since 3.0
|
* @since 3.0.0
|
||||||
*/
|
*/
|
||||||
do_action('wp_loaded');
|
do_action('wp_loaded');
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user