summaryrefslogtreecommitdiff
path: root/includes/ajax.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-12-30 08:16:55 +0000
committerDries Buytaert <dries@buytaert.net>2009-12-30 08:16:55 +0000
commit949ccddb91397c263a79e8dc144c172baa41452f (patch)
tree1d63c72055cc55c9fd7d3875506f2ad5144d0c77 /includes/ajax.inc
parent682b9dc3bb3a7d159570154f35476261f49c2e24 (diff)
downloadbrdo-949ccddb91397c263a79e8dc144c172baa41452f.tar.gz
brdo-949ccddb91397c263a79e8dc144c172baa41452f.tar.bz2
- Patch #666024 by boombatower, mcrittenden: code and documentation clean-ups.
Diffstat (limited to 'includes/ajax.inc')
-rw-r--r--includes/ajax.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/ajax.inc b/includes/ajax.inc
index 248ce39a9..8a2c4b07b 100644
--- a/includes/ajax.inc
+++ b/includes/ajax.inc
@@ -328,7 +328,7 @@ function ajax_deliver($page_callback_result) {
}
elseif (is_array($page_callback_result) && isset($page_callback_result['#type']) && ($page_callback_result['#type'] == 'ajax_commands')) {
// Complex AJAX callbacks can return a result that contains a specific
- // set of commands to send to the browser.
+ // set of commands to send to the browser.
if (isset($page_callback_result['#ajax_commands'])) {
$commands = $page_callback_result['#ajax_commands'];
}
@@ -792,7 +792,7 @@ function ajax_command_settings($argument) {
* The name or key (in the key value pair) of the data attached to this
* selector.
* @param $value
- * The value of the data. Not just limited to strings can be any format.
+ * The value of the data. Not just limited to strings can be any format.
*
* @return
* An array suitable for use with the ajax_render() function.