mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-29 15:44:27 +00:00
Docs: Standardize capitalization of Ajax throughout core documentation per the core spelling guide.
Ajax, while considered an acronym for Asynchronous JavaScript and XML, is most commonly capitalized only in the first character. Part props ocean90. See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@38028 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -424,7 +424,7 @@ if ( is_multisite() ) {
|
||||
/**
|
||||
* This hook is fired once WP, all plugins, and the theme are fully loaded and instantiated.
|
||||
*
|
||||
* AJAX requests should use wp-admin/admin-ajax.php. admin-ajax.php can handle requests for
|
||||
* Ajax requests should use wp-admin/admin-ajax.php. admin-ajax.php can handle requests for
|
||||
* users not logged in.
|
||||
*
|
||||
* @link https://codex.wordpress.org/AJAX_in_Plugins
|
||||
|
||||
Reference in New Issue
Block a user