mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 05:04:31 +00:00
Remove references to wp-ajax.php. props TobiasBg, fixes #12400
git-svn-id: https://develop.svn.wordpress.org/trunk@13831 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -289,7 +289,10 @@ do_action( 'init' );
|
||||
/**
|
||||
* 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.
|
||||
* AJAX requests should use wp-admin/admin-ajax.php. admin-ajax.php can handle requests for
|
||||
* users not logged in.
|
||||
*
|
||||
* @link http://codex.wordpress.org/AJAX_in_Plugins
|
||||
*
|
||||
* @since 3.0.0
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user