Docs: Update AJAX in Plugins HelpHub link to avoid unnecessary redirection.

Follow-up to [17045], [20713], [41065], [45674], [55412], [57854], [58131], [58132].

Reviewed by desrosj, davidbaumwald.
Merges [58672] to the 6.6 branch.

Props shailu25.
Fixes #60732.
See #60699.


Built from https://develop.svn.wordpress.org/branches/6.6@58697


git-svn-id: http://core.svn.wordpress.org/branches/6.6@58099 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2024-07-09 15:43:14 +00:00
parent 14e9ba9312
commit 52d04586c1
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
* @package WordPress
* @subpackage Administration
*
* @link https://codex.wordpress.org/AJAX_in_Plugins
* @link https://developer.wordpress.org/plugins/javascript/ajax
*/
/**

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.6-RC2-58696';
$wp_version = '6.6-RC2-58697';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

View File

@ -715,7 +715,7 @@ if ( is_multisite() ) {
* 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
* @link https://developer.wordpress.org/plugins/javascript/ajax
*
* @since 3.0.0
*/