X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/9e77185fafaf4e60e2b73821e0e4b9b1a11fb85f..af50974463450c98503e763a7836a50e260461a9:/wp-admin/update.php diff --git a/wp-admin/update.php b/wp-admin/update.php index c2794443..6ded7a7d 100644 --- a/wp-admin/update.php +++ b/wp-admin/update.php @@ -261,7 +261,7 @@ if ( isset($_GET['action']) ) { /** * Fires when a custom plugin or theme update request is received. * - * The dynamic portion of the hook name, $action, refers to the action + * The dynamic portion of the hook name, `$action`, refers to the action * provided in the request for wp-admin/update.php. Can be used to * provide custom update functionality for themes and plugins. *