Changes between Version 3 and Version 4 of Ticket #23964, comment 24
- Timestamp:
- 05/13/2013 01:24:12 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23964, comment 24
v3 v4 3 3 The post $meta[image] already wrapped in <img/> and <a/>. 4 4 (Sorry to post this after fixed status.) 5 6 When the URL input isn't filled, the post format image always wrapped in <a/> link to the image source, unless you hide the html textarea. 7 8 {{{ 9 /* Hide image format html textarea, no link on image with the_post_format_image() */ 10 .wp-post-format-ui .wp-format-image .use-url-or-html, 11 .wp-post-format-ui .wp-format-image label, 12 .wp-post-format-ui .wp-format-image input 13 {display:none;} 14 }}}