Skip to content

Commit

Permalink
Docs: Update AJAX in Plugins HelpHub link to avoid unnecessary redire…
Browse files Browse the repository at this point in the history
…ction.

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

Props shailu25.
See #60732, #60699.

git-svn-id: https://develop.svn.wordpress.org/trunk@58672 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
desrosj committed Jul 4, 2024
1 parent 80b7747 commit 922949f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/wp-admin/admin-ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package WordPress
* @subpackage Administration
*
* @link https://codex.wordpress.org/AJAX_in_Plugins
* @link https://developer.wordpress.org/plugins/javascript/ajax
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion src/wp-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@
* 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
*/
Expand Down

0 comments on commit 922949f

Please sign in to comment.