Needs review
Project:
Twitter
Version:
7.x-5.x-dev
Component:
Twitter Post
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
7 Oct 2015 at 17:55 UTC
Updated:
8 Oct 2015 at 15:33 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #2
kgaut commentedAnnnnd the patch !
Comment #3
kgaut commentedComment #4
kgaut commentedA tweet sample that use this patch : https://twitter.com/Kgaut/status/651827674680328192
Comment #5
damienmckennaThis needs some work to make the code match the Drupal coding standards, e.g. booleans should be in uppercase, the variable_get() call needs to have the variable name passed in as a string instead of a constant, "URL" should be uppercase, there should be a space after commas when used as a function argument separator, etc.
Comment #6
kgaut commentedThanks for your review.
The attached patch should fit better to the coding standards.