kayue / KayueWordpressBundle

A Symfony 2 bundle for providing WordPress repositories and authenticating users (login).
101 stars 43 forks source link

enhancement of attachment model function "getThumbnailUrl" #27

Closed diegomarangoni closed 10 years ago

diegomarangoni commented 10 years ago

Now you can call:

$attachment->getThumbnailUrl('thumbnail');
kayue commented 10 years ago

Thanks @diegomarangoni!