Make WordPress Core

Changes between Version 3 and Version 4 of Ticket #23964, comment 24


Ignore:
Timestamp:
05/13/2013 01:24:12 PM (12 years ago)
Author:
klihelp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23964, comment 24

    v3 v4  
    33The post $meta[image] already wrapped in <img/> and <a/>.
    44(Sorry to post this after fixed status.)
     5
     6When 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}}}