From 6c7148943be92e21584a3ba6695422dd11ded011 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 10 Jul 2016 00:51:30 +0000 Subject: [PATCH] Docs: Standardize capitalization of Ajax throughout core documentation per the core spelling guide. Ajax, while considered an acronym for Asynchronous JavaScript and XML, is most commonly capitalized only in the first character. Part props ocean90. See #32246. Built from https://develop.svn.wordpress.org/trunk@38028 git-svn-id: http://core.svn.wordpress.org/trunk@37969 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/admin-ajax.php | 12 +++--- wp-admin/custom-background.php | 2 +- wp-admin/includes/ajax-actions.php | 40 +++++++++---------- wp-admin/includes/class-wp-list-table.php | 4 +- wp-admin/includes/class-wp-press-this.php | 4 +- .../includes/class-wp-themes-list-table.php | 2 +- wp-admin/includes/dashboard.php | 2 +- wp-admin/includes/template.php | 2 +- wp-admin/link.php | 2 +- wp-includes/class-wp-ajax-response.php | 2 +- wp-includes/class-wp-customize-manager.php | 18 ++++----- wp-includes/class-wp-embed.php | 4 +- wp-includes/functions.php | 6 +-- wp-includes/pluggable.php | 10 ++--- wp-includes/version.php | 2 +- wp-settings.php | 2 +- 16 files changed, 57 insertions(+), 57 deletions(-) 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 @@