From b2daf814f093db0638385bec893af3dcb7bbeaa5 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Thu, 13 Sep 2012 16:39:33 -0700 Subject: Issue #1783348 by jfhovinne: Fix syntax in format_plural example --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/common.inc b/includes/common.inc index d7b413ce9..8f5e13a78 100644 --- 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 -- cgit v1.2.3