[wp-trac] [WordPress Trac] #12134: Add image dimensions to smiley img element
WordPress Trac
wp-trac at lists.automattic.com
Wed Feb 9 06:10:45 UTC 2011
#12134: Add image dimensions to smiley img element
--------------------------+-----------------------------
Reporter: niallkennedy | Owner: nacin
Type: enhancement | Status: reviewing
Priority: normal | Milestone: Future Release
Component: Formatting | Version: 3.0
Severity: normal | Resolution:
Keywords: dev-feedback |
--------------------------+-----------------------------
Changes (by solarissmoke):
* keywords: needs-patch => dev-feedback
Comment:
Could we add a filter for the image dimensions?
{{{
$dims = apply_filters( 'smiley_dimensions', array( 15, 15 ) );
return " <img src='$srcurl' alt='$smiley_masked' class='wp-smiley'
width='{$dims[0]}' height='{$dims[1]}' /> ";
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12134#comment:7>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list