diff --git a/includes/common.inc b/includes/common.inc index d7b413ce9f0b44d894fda5e941c7b676e8476e82..8f5e13a787f8aa52feec15f99f26bd7c2a277086 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