9 | | So, perhaps they can both be updated to work on 'thumbnail', and then left, as wp_get_attachment_thumb_url() is definitely easier, nicer, and more obvious to use than wp_get_attachment_image_src()['url'], and according to MarkJaquith, is widely used by plugins (probably for that reason). |
| 9 | So, perhaps they can both be updated to work on 'thumbnail', and then left, as `wp_get_attachment_thumb_url()` is definitely easier, nicer, and more obvious to use than `wp_get_attachment_image_src()['url']`, and according to MarkJaquith, is widely used by plugins (probably for that reason). |