summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/bootstrap.inc2
-rw-r--r--includes/form.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 5eaa05e5f..e2e133443 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -8,7 +8,7 @@
/**
* The current system version.
*/
-define('VERSION', '7.38');
+define('VERSION', '7.39-dev');
/**
* Core API compatibility.
diff --git a/includes/form.inc b/includes/form.inc
index 306747bae..88ef30415 100644
--- a/includes/form.inc
+++ b/includes/form.inc
@@ -4409,7 +4409,7 @@ function element_validate_number($element, &$form_state) {
*
* Sample callback_batch_finished():
* @code
- * function batch_test_finished($success, $results, $operations) {
+ * function my_finished_callback($success, $results, $operations) {
* // The 'success' parameter means no fatal PHP errors were detected. All
* // other error management should be handled using 'results'.
* if ($success) {