From 52d04586c12e312dbd968ab3c452f46f6d4e0716 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Tue, 9 Jul 2024 15:43:14 +0000 Subject: [PATCH] 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 --- wp-admin/admin-ajax.php | 2 +- wp-includes/version.php | 2 +- wp-settings.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/admin-ajax.php b/wp-admin/admin-ajax.php index b6645fd5ca..3ad60f9576 100644 --- a/wp-admin/admin-ajax.php +++ b/wp-admin/admin-ajax.php @@ -5,7 +5,7 @@ * @package WordPress * @subpackage Administration * - * @link https://codex.wordpress.org/AJAX_in_Plugins + * @link https://developer.wordpress.org/plugins/javascript/ajax */ /** diff --git a/wp-includes/version.php b/wp-includes/version.php index 3453e12d45..b8bda2ce97 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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. diff --git a/wp-settings.php b/wp-settings.php index a682c2a503..369493f3fc 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -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 */