diff --git a/wp-admin/admin-ajax.php b/wp-admin/admin-ajax.php index 07f3394a4e..a52de826ed 100644 --- a/wp-admin/admin-ajax.php +++ b/wp-admin/admin-ajax.php @@ -1,6 +1,6 @@ term_id; - if ( !$echo ) // hack for AJAX use + if ( !$echo ) // Hack for Ajax use. continue; $id = "popular-$taxonomy-$term->term_id"; $checked = in_array( $term->term_id, $checked_terms ) ? 'checked="checked"' : ''; diff --git a/wp-admin/link.php b/wp-admin/link.php index 802745fc2c..bcfe578fb0 100644 --- a/wp-admin/link.php +++ b/wp-admin/link.php @@ -3,7 +3,7 @@ * Manage link administration actions. * * This page is accessed by the link management pages and handles the forms and - * AJAX processes for link actions. + * Ajax processes for link actions. * * @package WordPress * @subpackage Administration diff --git a/wp-includes/class-wp-ajax-response.php b/wp-includes/class-wp-ajax-response.php index 4c18569f4a..f02d24ee75 100644 --- a/wp-includes/class-wp-ajax-response.php +++ b/wp-includes/class-wp-ajax-response.php @@ -1,6 +1,6 @@