Commit eb2055b6 authored by Brady's avatar Brady Committed by GitHub
Browse files

Using better English in the code doc block

parent 9c9351f8
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -467,9 +467,10 @@ function mailchimp_subscribe($list_id, $email, $merge_vars = NULL, $interests =
 *
 * @return object
 *   On success a result object will be returned from Mailchimp. On failure an
 *   object will be returned with the succcess as false, response code, and
 *   message. To check for a failure if the property 'success' of the object
 *   returned to be set to FALSE.
 *   object will be returned with the property succcess set to FALSE, the 
 *   response code as a property, and the message as a property. To check for 
 *   a failure, look for the property 'success' of the object returned to 
 *   be set to FALSE.
 */
function mailchimp_subscribe_process($list_id, $email, $merge_vars = NULL, $interests = array(), $double_optin = FALSE, $format = 'html') {
  $result = FALSE;