projects
/
project/drupal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
67aa14e
)
Issue #1783348 by jfhovinne: Fix syntax in format_plural example
author
Jennifer Hodgdon
Thu, 13 Sep 2012 23:39:33 +0000 (16:39 -0700)
committer
Jennifer Hodgdon
Thu, 13 Sep 2012 23:39:33 +0000 (16:39 -0700)
includes/common.inc
patch
|
blob
|
blame
|
history
diff --git
a/includes/common.inc
b/includes/common.inc
index
d7b413c
..
8f5e13a
100644
(file)
--- a/
includes/common.inc
+++ b/
includes/common.inc
@@
-1751,7
+1751,7
@@
function format_xml_elements($array) {
* $output = format_plural($update_count,
* 'Changed the content type of 1 post from %old-type to %new-type.',
* 'Changed the content type of @count posts from %old-type to %new-type.',
- * array('%old-type' => $info->old_type, '%new-type' => $info->new_type)));
+ * array('%old-type' => $info->old_type, '%new-type' => $info->new_type));
* @endcode
*
* @param $count